LINQ /EF Interview Questions and Answers
- What is LINQ?
- How can do a join using LINQ query?
- How do we define 1 to many and many to 1 relationship in LINQ?
- What is Entity framework?
- How can we browse using entity framework classes?
- How does LINQ help us from the perspective of business objects?
- How can we do a group by using LINQ query?
- How can we call a stored procedure using LINQ ?
- What’s the difference between LINQ to SQL and Entity framework?
- How can we add using EF?
- Can you explain how a basic LINQ Query looks like?
- What are entity classes in LINQ?
- How can we insert, update and delete using LINQ?
- What are CSDL, SSDL and MSL?
- How can we use stored procedures in entity frame work?
- How do we write a LINQ query to search with criteria?
- How can we load the LINQ entity class ?
- What are DBML files in LINQ?
- What is the work of EDMX file?
- What are POCO classes in Entity framework?
No comments:
Post a comment