Articles »

[11 Dec 2008 | 2 Comments]

By tradition it was always quite a challenge to create custom filtering on objects and dynamically query databases. Or to say least a lot of work. LINQ makes this type of querying in code much easier. In this article I wish to elaborate on the "how-to" and advantages of providing a dynamic and type-... [More]

Articles, Entity Framework »

[10 Dec 2008 | 8 Comments]

SQL Server has a large fanbase of stored procedures enthusiasts. Including obviously DBA's, but also developers. The latter foremost considering that with storedprocs you can easily shovel responsibility at those who are responsible for maintaining data-integrity. Unfortunately, the ADO.NET Entity ... [More]