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 ...
I'm playing around with a widget I have, trying to improve things where I can. My current spot of improvement is where I am grabbing all of the databases that I can work with. I filter based on a ...
Sometimes you really, really, really want to see the SQL that LINQ generates when working with the Entity Framework. For instance, in a comment to a recent tip, a reader mentioned that a LINQ to ...
Peter Vogel introduces a new column on application development in the real world, and begins by advocating for Language Integrated Query. Welcome to Practical .NET, a new column offering how-to ...
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 ...