.NET FAQs Unleashed!
 
    
    

What is a .edmx file?

Visual Studio saves the entire Entity Data Model configurations in a file with an .edmx extension. This file has an XML format. The .edmx file mainly has three sections namely the storage schema, conceptual schema and the mappings.

ADO.NET Base Classes   DataSet Advantages   SQL Queries through String Concatenation   Deferred Execution in LINQ   Object LINQ Provider VS. Database LINQ Provider   .edmx file   ADO.NET Entity Framework   Silverlight connections to databases   Multiplicity and Degree in Entity Framework   NHibernate   WCF Data Services   Optimistic Concurrency | OptimisticConcurrencyException   TransactionScope Class   Entity Framework and CRUD   Lazy Loading  

More Interview Questions...