博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  SmartClient

摘要:Alright, I've purposely hid the View to Presenter communication in my previous posts on Supervising Controller and Passive View because I thought that subject was worthy of its own post. As I see it, there are 2 1/2 basic ways to communicate screen events back to the Presenter. Expose events off of the IView interface. Jeffrey Palermo has told me before that he will do something very similar, but attaches delegates through setter properties instead. I'm calling that technique the "1/2" bec 阅读全文

posted @ 2008-08-02 19:40 江南白衣 阅读(697) 评论(0) 推荐(0) 编辑

摘要:In the development of the Composite Application Guidance one area that we have labored intensely was around documentation. Documentation was so high on our priority list, that we deliberately reduced the number of bells and whistles in order to allow us to properly document what we had. As part of this we put in a significant effort to provide overview level information. We heard a lot of feedback from customers on the need for us to provide much more of the "Why" rather than the "What". Our hop 阅读全文

posted @ 2008-08-02 14:13 江南白衣 阅读(507) 评论(0) 推荐(0) 编辑

摘要:Occasionally this question pops up on the CAB message boards: How do I prevent my application from closing if the user has unsaved changes? Turns out that there’s a very simple pattern you can utilize to handle this situation. It’s called the Notification Pattern. Jeremy Miller, .Net guru, has a very good blog post on this pattern. He uses it to illustrate a standard way to handle validation on domain objects, but it’s a valuable pattern in other cases too, as I’ll show. 阅读全文

posted @ 2008-08-02 02:34 江南白衣 阅读(653) 评论(0) 推荐(0) 编辑

摘要:The Managed Extensibility Framework (MEF) provides developers with a tool to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application. 阅读全文

posted @ 2008-07-07 23:50 江南白衣 阅读(819) 评论(0) 推荐(0) 编辑

摘要:Introduction Welcome to the CodePlex site for the Managed Extensibility and Add-In Team. This site will be the home to both samples and tools designed to help you make the best use of the new System.AddIn features in the .Net FX v3.5. We'll continue to use our blog http://blogs.msdn.com/clraddins/ for information and discussion about our work, but from now on we'll be hosting our samples here for easier access. The initial focus will be on two things: Bringing over sample 阅读全文

posted @ 2008-07-07 23:49 江南白衣 阅读(670) 评论(0) 推荐(0) 编辑

摘要:NOTE: Before I get into this, I do want to applaud the team for coming up with these instructions. It took good, hard work, investigation, experimentation, and testing to get this figured out. It is important that users and customers have the option to upgrade to Enterprise Library 4, if they choose to. With the release of these instructions, I feel that I owe it to you (our customers and users of SCSF) to ask you to consider "do you really need to upgrade?" Sure EntLib 4 has 阅读全文

posted @ 2008-05-18 16:11 江南白衣 阅读(944) 评论(0) 推荐(0) 编辑

摘要:Introduction This resource shows an approach for using Linq to Sql within a multi tier Asp.Net application, and particularly how it can be made to work well with ObjectDataSources. It is here as a discussion piece as well as a usable bit of code. The key features are a Request-scoped datacontext and entity controller classes which provide easy to use Create, Retrieve, Update and Delete (CRUD) operations implemented with Generics. It also discusses the use of DataLoadOptions and app 阅读全文

posted @ 2008-05-12 00:03 江南白衣 阅读(598) 评论(0) 推荐(0) 编辑

摘要:This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext. 阅读全文

posted @ 2008-05-12 00:02 江南白衣 阅读(529) 评论(0) 推荐(0) 编辑

摘要: About six months, we posted on our p&p site that we would not be doing any further development on Mobile Client Software Factory. Since Visual Studio 2008 has shipped, I've been getting a bunch of questions around Mobile Client from customers who have committed to its use. Although our plans have not changed, we've had our sustained engineering team document the steps to upgrade the existing version in order to help those customers. 阅读全文

posted @ 2008-04-29 00:43 江南白衣 阅读(1562) 评论(3) 推荐(0) 编辑

摘要:DescriptionNew In This Release The April 2008 release of the Smart Client Software Factory includes support for Visual Studio 2008 . This release does not support Visual Studio 2005. We fixed a few bugs that were identified by the community. Requires Guidance Automation Extensions 1.4. April 2008 Guidance Package can run side-by-side with the May 2007 Guidance Package The release is live on MSDN here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BE112CC-B 阅读全文

posted @ 2008-04-28 23:41 江南白衣 阅读(633) 评论(0) 推荐(0) 编辑

摘要:Description This is the first drop for the Smart Client Software Factory April 2008 for Visual Studio 2008 and .NET Framework 3.5. New In This Release The April 2008 release of the Smart Clien... 阅读全文

posted @ 2008-04-14 22:57 江南白衣 阅读(622) 评论(0) 推荐(0) 编辑

摘要:把SCSF 安装到Orcas Beta 2上 阅读全文

posted @ 2007-08-30 15:40 江南白衣 阅读(1152) 评论(0) 推荐(0) 编辑

摘要:This release is mainly an update so that our customers can continue to evaluate “Acropolis” with the latest VS 2008 Beta. In addition to VS 2008 Beta2 support, we have also added one small feature named “FloatingLayoutPane”. We have gotten feedback from our customers and in our forum that basic functionality like showing a floating window is too hard in the July CTP. 阅读全文

posted @ 2007-08-16 16:14 江南白衣 阅读(347) 评论(0) 推荐(0) 编辑

摘要:Sql Server 2005 SP2 新增加函数:min_active_rowversion(),对于SmartClient数据同步来说非常之有帮助 阅读全文

posted @ 2007-08-06 18:24 江南白衣 阅读(1633) 评论(1) 推荐(0) 编辑

摘要:SQL Server Compact 3.5 B2 for Windows Desktop operating systems SQL Server Compact 3.5 B2 for Windows Mobile SQL Server Compact 3.5 Replication Server Tools 下面是文档,VS 2008 Beta 2 里安装的时候是没这两个文档的。 SQL Server Compact 3.5 Documentation Sync Services for ADO.NET Documentation 阅读全文

posted @ 2007-08-03 17:19 江南白衣 阅读(363) 评论(0) 推荐(0) 编辑

摘要:本文将介绍以下内容: • CAB 和 Smart Client Software Factory 概述 • 集成式桌面的体系结构 • 构建和部署智能客户端 • 使用模块集成传统应用程序 本文涉及以下技术: • Visual Studio 2005、CAB、Smart Client Software Factory 阅读全文

posted @ 2007-04-04 19:34 江南白衣 阅读(564) 评论(0) 推荐(0) 编辑