The Web Client Software Factory is a framework for developing ASP.NET and Ajax
applications implementing proven patterns and practices. This framework is part
of Microsoft Patterns & Practices.
Advantages
Some of the core advantages of using the WCSF are:
Module based Development: We can create each business module as separate
library and it provides reusability and easier maintainability.
Model View Presenter: Separation of User Interface giving more
flexibility in manageability and unit testing.
Service Dependency Attribute: Allows injection of class instances to
modules, resulting in instance reusability and less instance creation overheads
Overall it would be a good to have framework at the cost of learning.
Installation for Visual Studio 2010
It would be a two step process.
Step 1: First we have to install Guidance Automation Extensions for 2010.
Guidance Automation provides the infrastructure for automated project creation
actions inside Visual Studio IDE.
http://visualstudiogallery.msdn.microsoft.com/en-us/25e4b5e9-65e4-4950-967d-5f1e6a9dcbeb
Click on the Install button to proced.
View more Detail Click http://www.c-sharpcorner.com/UploadFile/40e97e/4402/
-
The following article discusses the WPF command binding feature with relation to Mouse clicks. One of WPF powerful features is the bindin...
-
SQL Server has never been short of ways to read from and write to files and it is always better to use the standard techniques provided b...
-
In this article we will look at the basics of Angular.Js. This is the first part of an article series. The main objective of this series i...