Is linq orm?



Is linq orm?..

Answer / Virendra Kumar

No, LINQ is not an Object-Relational Mapper (ORM). It's a technology for querying data from various sources. Entity Framework and NHibernate are examples of ORMs in .NET.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

1 Answers  


How is datacontext class related to linq?

1 Answers  


What is predicate in linq?

1 Answers  


How LINQ query is compiled to Expression Trees?

1 Answers  


What is deferred execution in linq?

1 Answers  


What is linq to sql deferred loading?

1 Answers  


what is the difference between Statement Lambda and Expression Lambda?

1 Answers  


What is using system linq in c#?

1 Answers  


What are disadvantages of LINQ?

1 Answers  


What is linq provider?

1 Answers  


What are the advantages of using linq in dataset?

1 Answers  


What does linq?

1 Answers  


Categories