c# - What is the best process for a new ASP.NET web app from the ground up? -


i re-building our poorly designed web application scratch, , wanted tdd , "do things right" kind of learning project. tools, processes, , resources recommended "right" start? working alone architect , developer, backup of business analyst , business owners usability testing , use cases.

edit: right use sourcesafe source control, there reason technologically i'd want try switch subversion?

edit #2: looks consensus is: cruise control.net subversion(if want stop using sourcesafe) asp.net mvc nunit unit testing resharper

i highly recommend take @ mvc asp.net if want make unit testing high priority in development process. sounds perfect trying do.

i recommend cruisecontrol.net continuous integration (this important if team going grow).

subversion favorite source control system when working on small teams. use tortoise svn windows explorer integration.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -