Fetching POCO Entities and Value Objects using Linq To SQL Linq To Sql support neither POCO Entities nor Value Objects when using it as an O/R Mapper. What we can do is to treat it as a simple auto ge… more →
Roger Alsing Weblogwrote 1 month ago: Fetching POCO Entities and Value Objects using Linq To SQL Linq To Sql support neither POCO Entities … more →
wrote 1 month ago: Dynamic where clause using Linq To SQL: Let’s say we need to implement a search method with th … more →
wrote 1 month ago: I have been trying to practice domain driven design for the last few years. During this time, I have … more →
wrote 7 months ago: When Linq To Sql was released we were told that it did support eager loading. Which was a bit mislea … more →
wrote 7 months ago: [EDIT] I was wrong! It is perfectly possible to do one directional associations in EF4 and POCO mode … more →
wrote 7 months ago: Here is a little trick if you want to issue a query to the database and select a batch of entities b … more →
wrote 7 months ago: Ok, the title is not quire accurate, I’m not aware of any way to accomplish truly immutable ty … more →
wrote 7 months ago: I downloaded the VS 2010 beta1 today and started to dissect Entity Framework 4. (Also note the name: … more →
wrote 7 months ago: Hack of the day: Most O/R mapper frameworks require entities to implement a default constructor. Thi … more →
wrote 1 year ago: Hold your horses, you might not see this untill 2010 In one of the PDC sessions I heard that the Lin … more →
wrote 1 year ago: I’m still playing around with the outcome my Linq Workspace Experiment. And I have to say that … more →
wrote 1 year ago: In Jimmy Nilsson’s book ”Applying Domain Driven Design and Patterns” he writes ab … more →
wrote 1 year ago: I have added the Caramel code generator to my public repository at google code. http://code.google.c … more →
wrote 1 year ago: I’ve been working some more on the UML editor for Caramel. I’ve added comment elements a … more →
wrote 1 year ago: For those who havent read my earlier posts: Caramel is a hybrid between old school code generators a … more →
wrote 1 year ago: As some of you might know, I’ve been working on a class designer (Albino horse) off and on for … more →
wrote 1 year ago: Patrik Löwendahl blogged about using C#3 features in .NET 2 via VS.NET 2008 a few days ago: http://w … more →
wrote 1 year ago: I’ve been digging through the ObjectDataSource today and I was trying to figure out how they c … more →
wrote 1 year ago: I’ve finally seen my own Linq support Live Untill now I’ve only been emitting NPath quer … more →