At my current client (I've been on this application since the first of the year), we are contemplating starting from scratch when implementing a big, new feature for our app (at least from the ...
Chris Klug keeps seeing developers using Entity Framework in less optimal ways. Microsoft's open-source object-relational mapper (ORM) for .NET applications is not intended to be used to replicate the ...
Sometimes you want child objects retrieved with the parent object, and sometimes you don't. What you NEVER want is to retrieve child objects accidentally. Here's Peter's advice on how to get the best ...