TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Entity Framework
FOLLOW
Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
Articles
(116)
Blogs
(26)
Resources
(1)
Videos
(2)
News
(7)
Articles
LINQ Query Syntax vs Method Syntax in Entity Framework
Choosing between LINQ Query Syntax and Method Syntax in Entity Framework depends on various factors. Query Syntax often resembles SQL, making it more intuitive for those with SQL background, while ...
Jitendra Mesavaniya
May 29, 2024
Eager Loading and Lazy Loading in Entity Framework
Entity Framework (EF) is a popular Object-Relational Mapping (ORM) framework for .NET. Understanding these concepts is crucial for improving the performance and efficiency of your applications.
Jitendra Mesavaniya
May 28, 2024
Dotnet Core, EF Core Store Procedure With Multiple Results
Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alterna...
Allani Saikumar
May 20, 2024
Exception Handling (6), HttpStatusCode
This article will discuss the HttpStatusCode.
George
Jan 16, 2023
Tips for Improving Performance in Entity Framework
Optimizing Entity Framework performance, particularly in EF Core, is crucial for efficient data access. These strategies, like eager loading and compiled queries, enhance responsiveness and reduce ...
Jayraj Chhaya
May 15, 2024
Entity Framework Core: Features, Real-time Implementation, Best Practices
Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether ad...
Vikas Singh
Apr 29, 2024
Working With Temporal Tables In EF Core 6.0
Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
Vineet Desai
Dec 06, 2021
Reducing Complexity Using Entity Framework Core Owned Types
Simplify data modeling in Entity Framework Core with Owned Types. Streamline database schema and relationships, reducing complexity in code-first approaches. Enhance maintainability and readability...
Mohammad Elsheimy
Feb 08, 2021
Soft Delete in Entity Framework Core
Soft delete in Entity Framework Core allows for logically marking records as deleted without physically removing them from the database. This technique involves setting a flag, often "IsDelete...
Muneeb Mughal
Apr 08, 2024
Shadow Properties In Entity Framework Core
Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The fea...
Jignesh Trivedi
Mar 10, 2018
Implementing Common Audit Fields With EF Core’s Shadow Property
Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and m...
Fiyaz Hasan
Mar 20, 2017
New Features Of Entity Framework Core 2.0
Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This ...
Jignesh Trivedi
Feb 28, 2018
Entity Framework Core Triggers In Action (Unofficial Package)
This article shows you how to work with database triggers in Entity Framework Core using a third-party library and Entity Framework Core Triggers with this unofficial package, enhancing database op...
Fiyaz Hasan
Jul 24, 2017
ASP.NET Core & Angular 2 Master-Detail Grid with Web API & EF 1.0.1
Learn to create a robust ASP.NET Core backend and Angular 2 frontend application. Master-detail functionality implemented using HTML grid, with Web API for data exchange and Entity Framework (EF) 1...
Syed Shanu
Jan 03, 2017
10 Common Entity Framework interview questions and answers.
here is some common Entity Framework interview questions.
Anandu G Nath
Dec 24, 2023
Eager Loading, Lazy Loading And Explicit Loading In Entity Framework
The readers will learn about Eager Loading, Lazy Loading and Explicit Loading in an Entity Framework.
Hemant Joshi
May 01, 2017
Entity Framework using C#
Entity framework in C# is an object relational mapping framework. In this article, we will see how to use Entity Framework in a C# application.
Emiliano Musso
Jun 08, 2016
Dapper Vs Entity Framework Core
In this article, we are going to learn about the ORM tools which we commonly used in our day-to-day projects and its benefits
Jay Krishnareddy
Apr 10, 2023
How To Call Stored Procedure In Entity Framework
In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
Jignesh Trivedi
May 21, 2013
Entity Framework 7 Code First Using CLI
Tutorial on EF7 – Code First approach using Command Line (CLI)
Mark Pelf
Jun 08, 2023
No Records Available.
21
-
40
of
116
<<
1
2
3
4
5
>>
Learn Machine Learning With Python
Challenge yourself
Business
E-Book Download
Get Certified
Unity