A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
The one bright spot in the "using stored procedures for LINQ to SQL data retrieval" picture is the ability to preload EntityRef collections that populate m:1 associations before executing the stored ...
At our upcoming VSLive! conference in San Francisco, solutions architect, consultant and Accentient trainer Perry Birch will be presenting a session on "Practical LINQ to SQL -- NTier Web Application ...
I'm working on an ASP.NET application in which I'd like to provide the user with some filters for a TreeView control. I'm building the TreeView using a LINQ to SQL query to a view in the database. For ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
You aren't likely to discover a new .NET feature's code corners until you build a test harness that at least partially emulates a real-world database front-end. This relatively small WinForm app, ...
In a nutshell, I want to hear opinions from people using Silverlight, and I want to hear how you handle data access with Silverlight applications. The rest of this post is general rambling ...
Twice in the past couple of months I’ve gotten tripped up by the same data issue when using LINQ to Entities in the .NET framework. I create a simple view in my database which performs some ...