|
In preparation for our upcoming .NET 3.5 Roadshow (http://www.dotnetroadshow.com/) I am posting setup instructions for those who need some tips on setting up an environment to work with the latest technologies. If you can start using Visual Studio 2008 (Beta 2 available now), I highly recommend it - it gives you the latest .NET 3.0 tools for your WCF, WPF and WF projects. But, for those still using Visual Studio 2005, I have provided those links here as well. - Windows XP/SP2 or Windows Server 2003
- Enable IIS
- Enable MSMQ
- Install .NET 3.0
- Windows Vista or Windows Server 2008
- Enable IIS/WAS
- Enable MSMQ
- NOTE: .NET 3.0 is already installed
- Windows SDK for .NET Framework 3.0
- SQL Server 2000/2005 or SQL Express
- SQL Server 2005 SP2 (if applicable)
- If you use Visual Studio 2005, install these add-ons:
- Visual Studio 2005 Extensions for WCF and WPF – Nov 2006
- Visual Studio 2005 Extensions for WF – Nov 2006
- Visual Studio 2005 LINQ CTP – May 2006
- Visual Studio 2005 ADO.NET vNext CTP – May 2006
- Visual Studio 2005 Entity Data Model Designer Prototype CTP – May 2006
- If you use Visual Studio 2008 Beta 2 (preferred), install these add-ons:
- .NET 3.0 tools are built-in to VS 2008
- LINQ and related tools are built-in to VS 2008
- At the time of this writing the Entity Data Model and related tools were not available for Beta 2.
|