Start to Finish Advanced Project Tutorials

Posted by Ronnie Overby on Stack Overflow See other posts from Stack Overflow or by Ronnie Overby
Published on 2010-06-01T14:31:20Z Indexed on 2010/06/01 14:33 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

Can anyone recommend some start to finish project tutorials that really emphasize good design principles and best practices. I am looking for things that demonstrate and emphasize any or all of these:

  • Domain Driven Design
  • Unit Testing
  • Inversion of Control
  • Separation of Concerns
  • Use of interfaces
  • Object Relational Mapping
  • Preferably ASP.NET MVC

I am currently watching the Autumn of Agile series, which demonstrates many of these principles. I would like to find more of these tutorials/demos.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET