0
LINQ to Entities Create Function Import Scalar Value Missing
Posted by Sameer on April 9, 2009 in .NET articles | ∞
LINQ to Entities seems really great. It can save you a lot of time in writing unnecessary db connection code, improve the performance many fold, only connect to the db when required (lazy loading), and easy concurrency handling for you. However there is a missing feature which I found out the hard way. If you [...]