VS.NET IDE Conversation
There’s an interesting (in my opinion) thread going on in the CodeProject Lounge right now about a (possible) bug in the VS.NET 1.x IDE. It raises several interesting questions like:
· How many projects should you have in your VS.NET Solution? (This guy has 178.)
· How should you plan and manage your Builds. Do builds happen on each developer’s machine, or is there a separate “build” machine?
· In VS.NET, should you reference projects or assemblies?
· Why do we always have to set the “Copy Local” property to True on assemblies?
--Marcie