Visual Studio 2010 patterns and practices 开发环境配置

第一步: 安装Visual Studio 2010 Ultimate, Premium, or Professional editions (32 or 64 bit);

第二步: 安装GAX2010 ( Guidance Automation Extensions 2010)

Guidance Automation
Extensions 2010

The Guidance Automation Extensions (GAX) enables Visual Studio to run guidance packages, such as those included in Software Factories, which empower software teams to automate key development tasks inside Visual Studio.

下载地址:

http://visualstudiogallery.msdn.microsoft.com/en-us/25e4b5e9-65e4-4950-967d-5f1e6a9dcbeb

  

第三步:安装Visual Studio 2010 SDK

The Visual Studio 2010 SDK provides tools and templates for building Visual Studio extensions. By using the Visual Studio SDK, you can build your own tool windows, create menu commands, and add extensions to the new Visual Studio editor and other features.

下载地址:

http://visualstudiogallery.msdn.microsoft.com/zh-cn/25622469-19d8-4959-8e5c-4025d1c9183d

  

第四步:安装GAT2010 (Guidance Automation Toolkit 2010)

The Guidance Automation Toolkit (GAT) is a Visual Studio extension that helps build guidance packages, which empower software teams to automate key development tasks (like custom templates, wizards, and code generation) inside Visual Studio.

下载地址:

http://visualstudiogallery.msdn.microsoft.com/en-us/eb473a01-7582-4f25-bde9-cc5b2b9d4cdb

 

第四步:安装WCSF2010(Web Client Software Factory 2010)或WSSF2010(Web Service Software Factory 2010) 或SCSF2010(Smart Client Software Factory 2010)

 

Web Client Software Factory 2010

 

The Web Client Software Factory 2010 helps software development teams create Web applications in VS 2010 according to predefined templates and patterns.

下载地址:

 http://visualstudiogallery.msdn.microsoft.com/en-us/8fc2c9d6-5282-404b-9c58-e72b326b1e26

 

Web Service Software Factory 2010

The Web Service Software Factory 2010 helps software development teams create WCF or ASMX Web Services in VS 2010.

下载地址:

 http://visualstudiogallery.msdn.microsoft.com/en-us/8c6ea683-acf2-4881-bb05-3c3252992bfe

Smart Client Software Factory 2010

The Smart Client Software Factory 2010 helps software development teams create smart client (winform) applications in VS 2010.

下载地址:

 http://visualstudiogallery.msdn.microsoft.com/en-us/7c580dca-22b0-4761-bf67-72a198b6acd4

 

 

原文地址:https://www.cnblogs.com/panxihua/p/VS2010.html