the tar pit

Thrashing around in the stickiness of software

Archive for the ‘aspnetmvc’ tag

Using Asp.Net MVC – basic resources

without comments

I’ve just started working with a team on asp.net mvc. I’m now starting to create a list of resources that I am finding useful. You’ll notice that I have been reading around Steve Sanderson’s work because our team is tending to focus around his solutions.

General books

Sample Code Downloads

Blogs/Tutorials

Libraries

Other libraries that I will fill out as needed:

  • moq
  • nbehave (for the assert helper syntax)
  • storyq – acceptance testing
  • selenium/watin – browser testing
  • jquery/jsspec – for gui specific testing (see this blog for samples and jqueryplugingen for scaffolding)
  • sdc tasks – for deployment
  • teamcity/tfs for CI
  • migratordotnet – for migrations (I’m also thinking SqlLite for base dev testing)
  • Gallio -

Strategies:
* fakes, mother objects and using extensions

Written by todd

July 5th, 2009 at 9:18 am

Posted in Uncategorized

Tagged with