Chad#

Ramblings of a technology junkie.

Browse by Tags

All Tags » LINQ (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 436 comment(s)
Filed under: , ,
The more you know – Why List<T> is bad with query results
I’ve done a lot of work with LINQ to Data lately (both LINQ to SQL and others).  I spend more then the better part of a day checking my Google Reader checking for blog posts and/or articles from the .NET community.  There’s a lot you can learn...
Posted: Dec 13 2008, 08:07 AM by Xtek | with 9 comment(s)
Filed under: , ,
ADO.NET EF v LINQ to SQL
So with the recent news of LINQ to SQL going DOA a lot of those who have developed applications around it are probably hurting. I myself was shocked to hear that Microsoft would do such a foolish thing. This is one of the things that turns off people...
Posted: Nov 09 2008, 04:12 PM by Xtek | with 7 comment(s)
Filed under: , ,
More Posts