In LINQ to query data from database and collections, we use IEnumerable and IQueryable for data manipulation. IEnumerable is inherited by Iqueryable, hence it has
Tag: Language Integrated Query
Tips to improve Entity Framework Performance
LINQ to Entity is a great ORM for querying and managing database. It offers a lot of things, so it is mandatory to know about