Showing posts with label VS. Show all posts
Showing posts with label VS. Show all posts

Thursday, November 25, 2010

Introducing Web Client Software Factory (WCSF)

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

image1.gif

Click on the Install button to proced.

View more Detail Click http://www.c-sharpcorner.com/UploadFile/40e97e/4402/