The Sample Query Explorer, an open source project in the CodePlex, provides us a variety of Entity SQL and LINQ to Entities Sample where we can learn how to build simple and effective queries. Below is the screenshot of this nice little tool. Of course, you can extend it by adding your more advanced [...]
Archive for the ‘.Net 3.5’ Category
Entity Framework Sample Query Explorer
Posted in .Net 3.5, VS.Net 2008 on October 4, 2007 | Leave a Comment »
Why Entity Framework ?
Posted in .Net 3.5, VS.Net 2008, tagged Data Access, VS 2008 on October 1, 2007 | Leave a Comment »
Before talking about Entity Framework, let’s review what is Object Relational Mapping( or ORM)?. ORM is a programming technique to address the incompatibility type system between the relational database and OO languages. There are many ORM tools (commercial or free open source). ADO.Net Entity Framework is one of them. Simply speaking, ADO.Net Entity Framework is [...]