Browse by Tags

PT LINQ book mentioned on MVP blog
Tue, Jul 14 2009 12:32
More info here . Read More...
by luisabreu | with no comments
Filed under: , , ,
First thoughts on LINQ To SQL
Fri, Sep 5 2008 15:06
In these last couple of days I’ve also been busy looking at LINQ To SQL. By now, I’m able to have some opinions on it. First, the things I liked the most…LINQ To SQL is PI (ie, Persistence Ignorant) which is great (at least, that is what I think). This means that your classes won’t have to inherit from any specific class or implement some interface, so you can... Read More...
by luisabreu | with no comments
Filed under: ,