Chad#

Ramblings of a technology junkie.

Browse by Tags

All Tags » ASP.NET MVC (RSS)
Using interfaces for Domain entities (Part 1)
I’ve been doing a ton of work with ASP.NET MVC lately.  Which of course has me thinking how I design my code structure since MVC is all about separation of concerns.  I really like the idea of POCO (Plain Old Clr Objects) because it allows easily...
Posted: Jan 16 2009, 09:54 PM by Xtek | with 2 comment(s)
Filed under: ,
ADO.NET EF v LINQ to SQL (take 3)
I come in peace.  This is a post to continue my series about my opinions and thoughts on the issue.  If you haven’t I suggest you go back and read Part 1 and Part 2 . So I’ve been working on a MVC application for a friend of mine and his business...
Kigg – A great example of ASP.NET MVC
Sonu Kapoor the owner of http://dotnetslackers.com wrote an initial version of Kigg, a Digg clone using ASP.NET MVC.  I happened to check back at the source code after I noticed that http://www.dotnetshoutout.com looked exactly like what I remember...
Posted: Jan 12 2009, 12:57 AM by Xtek | with 3 comment(s)
Filed under: , ,
More Posts