Architect vs. Developer Version
Could someone explain to me the details between the two products listed above? The comparison here, http://msdn.microsoft.com/vstudio/products/subscriptions/chart/, doesn't do it for me.
My understanding with the previous version of .NET is that the Architect version has more administration functionality (you can prevent access to certain things/areas, etc., etc.).
So what's different between the two listed above? I'm looking for high level bullet points.
Thanks!
M
Hi M,
The Architect version contains the Distributed System Designers as follows:
Application Designer, System Designer, Deployment Designer, and Logical Datacenter Designer
These designers allow you to design and validate systems for deployment. You can compose these systems from ASP.NET Web service apps, Windows apps, external Web services, databases, and generic apps. You can add multiple uses of these apps (and configure each of them differently) to different systems. You can then validate these systems against logical datacenter configurations to see if they will successfully deploy.
Brian's posted some links that I was going to post, but here's one more:
http://msdn.microsoft.com/vstudio/teamsystem/products/compare/default.aspx
IMHO, if you are a company that has 5+ developers, a project manager, a division/department manager, and a admin assistant, then you can use the team development system.
Otherwise, save yourself some time and use some other more flexible development methodology that does not enforce tons of overhead.
All of the team development systems, case tools, code generators, and catchy new terms to 'enhance' software development will never be a substitute for good communication in a development team.
Just my two cents.