edit
ASP.Net Links
Posted by elberon5
Wed, 20 Aug 2008 18:34:00 GMT
I was just sending a bunch of links to a friend about what i've been trying to get into with asp.net. These relate to getting myself out of the UI model of programming asp.net where i create web forms with tons of code in them to handle everything.
I'm trying to move from the above method to one that implements efficient OOP using LINQtoSQL, MVP (Model-View-Presenter), Domain Driven Design, and Test Driven Design. It has been a hard jump and i'll probably be struggling with it for some time.
Here are the links.
MVP Stuff
http://msdn.microsoft.com/en-us/library/cc304865.aspx
These three articles below are the best i've found. I don't think enough people are doing this with asp.net yet.
http://richnewman.wordpress.com/2008/02/23/model-view-controller-explained-introduction-to-cabscsf-part-22/
Windows Client Sample - http://mrrask.files.wordpress.com/2008/01/model-view-presenter.pdf
Domain Driven Design
http://en.wikipedia.org/wiki/Domain-driven_design
http://www.infoq.com/minibooks/domain-driven-design-quickly
There is also a podcast from on this. It's a good listen, it might be on dotnetrocks, i don't remember.
LinqToSQL - Architecting Applications.
There's a few good articles on codebetter.com from Ian Cooper although he loses it around article 5 referring to some java specific framework. Site is down so i can't find the link.
Unit Testing w/2008
http://odetocode.com/Blogs/scott/archive/2007/07/23/11123.aspx