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]

Articles, Entity Framework »

[22 Oct 2008 | 3 Comments]

A common error while initialising an EntityModel from a WCF Service is the following message: ArgumentException was unhandled by user code The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid. Or more visu... [More]