Archive for March, 2008
Tips and Tricks for Debugging your Entity Framework Provider
Posted by Jarek Kowalski in Entity Framework on March 24th, 2008
Here are some tips that may be helpful when developing and testing a data provider that supports Entity Framework
- Tip #1 Validating SchemaInformation SSDL and MSL using EdmGen.exe
- Tip #2 Generating a model from a database without using designer
- Tip #3 Query SchemaInformation using Entity SQL
- Tip #4 Query SchemaInformation using LINQ To Entities
- Tip #5 Common Error Messages and how to resolve them [...]
