ADO.NET Entity framework is one of the hottest topic now a days in .NET interviews , below are some Entity framework interview questions which you would like to revise before going to C# interviews.
- What is Entity framework?
- What’s the difference between LINQ to SQL and Entity framework?
- What are CSDL, SSDL and MSL?
- What is the work of EDMX file?
- How can we browse using entity framework classes?
- How can we add, update and delete using EF?
- How can we use stored procedures in entity frame work?
- What are POCO classes in Entity framework?
- How to implement POCO in entity framework?
- In POCO classes do we will need EDMX files?
- What is code first approach in entity framework?
- How can implement code first in entity framework?
- What is the difference between POCO, code first and simple EF approach?
- How can we handle concurrency in Entity framework?
- How can we do pessimistic locking in Entity framework?
- What is client wins and store wins mode in entity framework concurrency?
- What is Lazy Loading in Entity framework?
- How can we turn off lazy loading?
- What are navigation properties in Entity framework?
- What are complex types in Entity framework?
No comments:
Post a Comment