dotnetevangelist.net - Home • DotNet Blogs by Dotnet Evangelist

Description: Explore the latest insights, tutorials, and best practices in .NET development from a passionate Dotnet Evangelist. Stay up-to-date with cutting-edge technologies and enhance your skills in C#, ASP.NET, and more.

software (35447) engineer (3282) senior (2499) mohamed (53) dot net evangelist (1) fazrin (1) farook (1) mfmfazrin (1)

Example domain paragraphs

Overview Posts 29 Fazrin 😀 Fazrin nirzaf Passionate about making the end-user experience as seamless as possible Qatar [email protected] https://dotnetevangelist.net Organizations Overview Posts 29 Pinned Performance Optimization Tricks and Tips With Entity Framework Core With Net 7 With Real Time Examples Performance optimization is a critical aspect of developing robust and efficient applications, especially when working with a data access framework like Entity Framework Core (EF Core) in conjunct

Pros and Cons of Entity Framework's Compiled Query Pros and Cons of Entity Framework’s Compiled Query Entity Framework (EF) is an object-relational mapper (ORM) that allows developers to interact with databases using objects. EF provides a number of features that make it a powerful tool for data access, including compiled queries. Compiled queries are pre-processed by EF and stored in memory. This can improve performance by reducing the amount of time that EF needs to spend parsing and executing the query e

Queryable vs List in Entity Framework Core In Entity Framework Core, there are two main ways to retrieve data from a database: using a List or using a Queryable. A List represents a collection of objects that have already been retrieved from the database. Once the data is in a List, any further operations on it are performed on the data in memory rather than on the database. This means that any filtering, sorting, or paging operations are performed on the client-side, which can be less efficient than perfor