ANSWERS: 2
  • All the web development suites are just tools. Visual Studio, Dreamweaver, etc. are not necessary for any development. You could write a fully functional website using nothing but notepad. The development suites are designed to make the task less painful. The team addition of visual studio may not have all the features that the pro version does, but it doesn't limit your ability to create a website.
  • You need Team Edition to work with Team Foundation Server. Team edition also includes the test project feature which allows you to write unit tests for your code (if you are using Professional or Standard you need to resort to NUnit to perform this task). I am sure there are other features of Team Edition that I did not mention here - but for basic ASP.NET web development tasks - any of these versions will work fine to accomplish the task at hand.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy