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
About EntityFramework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jay Krishnareddy (3)
CSharp TV (3)
Akhil Mittal (3)
George (2)
Munesh Sharma (2)
Kailash Chandra Behera (2)
Jigar Patel (2)
Rajeesh Menoth (2)
Gnanavel Sekar (2)
Anandu G Nath (1)
Alpesh Maniya (1)
Matea Andrei (1)
Vishal Gilbile (1)
Venkatesh Kumar (1)
Margaal (1)
Sarathlal Saseendran (1)
Ramesh Palaniappan (1)
Satyaprakash Samantaray (1)
Surya Kant (1)
Gourav Jain (1)
Debendra Dash (1)
Gowtham K (1)
Malvik Bhavsar (1)
Manas Patnaik (1)
Related resources for EntityFramework
No resource found
Entity Framework (4), With .Net Core MVC, Code-First
8/10/2024 2:06:07 PM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
Lazy Loading (4): EntityFramework
7/24/2024 4:50:05 PM.
This article will discuss lazy loading in Entity Framework. This article series explores Lazy Loading, focusing on its application in various technologies like LINQ, HTML, JavaScript, Entity Framework
Seed Databases in EntityFramework
4/29/2024 9:58:30 AM.
Seeding databases in Entity Framework simplifies initial data setup. Utilize migrations and DbContext to seed essential data, ensuring a consistent database state. This approach streamlines developmen
10 Common Entity Framework interview questions and answers.
12/24/2023 4:02:13 AM.
here is some common Entity Framework interview questions.
Dapper Vs Entity Framework Core
10/27/2023 10:01:55 AM.
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
Filtering Data with Global Query Filters in Entity Framework
5/24/2023 10:27:50 AM.
In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain cr
Did You Hear About Query Filters In Entity Framework Core?
2/20/2023 11:25:34 AM.
In this article, we can learn about Global Query Filters in Entity Framework Core in .NET is a feature that allows us to apply filters to all queries of a specific entity type.
Rockin’ The Code World with dotNetDave ft. Jeremy Likness Ep. 58
6/19/2022 5:38:17 AM.
Join us with Jeremy Likness for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Jirí Cincura Ep. 57
6/9/2022 7:33:44 AM.
Join us with Jirí Cincura for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF
2/21/2022 1:40:25 PM.
Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
Clean Architecture with .NET 6 using Repository Pattern and EF - MVP Show ft. Rijwan Ansari
2/11/2022 4:11:40 PM.
Watch Rijwan Ansari as he talks about Clean Architecture with .NET 6 using Repository Pattern and Entity Framework.
Uploading Multiple Records Via Excel Upload in Database Using EntityFramework 6.0 in ASP.Net MVC4
4/22/2021 7:58:12 AM.
This article explains how to insert multiple records into a database using an Excel upload.
Update Data in Datalist Using Template
4/6/2021 10:49:48 AM.
Updating data in DataList is very easy task in ASP.NET, I have use EntityFrameWork to Insert, Update and Delete data from Datalist.
MVC Application Using EntityFramework Code-First Approach: Part 4
3/17/2021 6:03:49 AM.
This article focuses on connecting our MVC application with a database using the CodeFirst approach.
Update Data in DataList Using Template With EntityFramework in ASP.Net 4.0
3/12/2021 7:19:16 AM.
This article describes how to update data in DataList controls that have templates.
Connecting the MVC Application Using EntityFramework DB-First Approach: Part 3
2/10/2021 9:37:51 AM.
The article is an attempt to overcome the confusion related to how to use EntityFramework with MVC application in a very simple way.
Using EF Core - Power Tools In ASP.NET Core API
8/24/2020 7:45:28 PM.
In this article, we will learn how to integrate EF Core power tools and its usage to generate POCO Classes in Core API.
Create, Edit And Delete API Using Entity Framework Core
5/12/2020 9:05:49 AM.
In this article, you will learn about create, Edit and Delete API using Entity Framework Core.
How To Configure A .Net Core 3.1 With MariaDB Using EntityFrameworkCore
2/17/2020 3:40:03 PM.
This article talks about the way you can configure a .Net core 3.1 project to work with MariaDB.
.NET CORE 2.2 - Database First Approach
9/5/2019 1:27:43 AM.
In this video, we will learn how to create an ASP.NET Core application using database-first approach.
ASP.NET Core Identity | How To Add Custom Columns In dbo.AspNetUsers Using Entity Framework Core
9/5/2019 1:17:41 AM.
This video shows how to create Identity tables in a database with custom columns in the dbo.AspNetUsers table.
Easily Create A Custom Project Template For MVC With Entity Framework
7/28/2019 12:14:07 PM.
In this post, we will create a custom project template for MVC with Entity Framework so that we can create the MVC project using EF Library in a single click.
CRUD Operations Using Knockout.JS and EntityFramework 5 in MVC4 Application
12/12/2018 6:09:41 AM.
This article is a tutorial of how to set up the knockout.js environment in a MVC4 application and perform CRUD operations on it.
Code First Migration - ASP.NET MVC 5 With Entity Framework And MySQL
3/26/2018 3:33:35 PM.
In this article, we are going to explain Code First Migration in ASP.NET MVC 5 with EntityFrameWork & MySql.
Create And Update An .edmx File Using Entity Framework Data Model In Visual Studio 2012
11/1/2017 7:48:06 AM.
In this article, you will learn how to create and update an .edmx file using Entity Framework Data Model in Visual Studio 2012.
Populating A ListView With Data Using Kendo Listview And Entity Framework In ASP.NET MVC 5
10/31/2017 6:05:11 PM.
Here, I am going to demonstrate how to load the data from a database to Kendo listview in ASP.Net MVC5.
Calendar Events Using EntityFramework In AngularJS
8/18/2017 4:35:35 PM.
Here, I have used ui-calendar directives to create a simple scheduling application for displaying events in a calendar.
Asynchronous File Upload Using Kendo UI Async Upload With MVC And Entity Framework
5/9/2017 9:56:15 AM.
In this article, we going to see about how to perform asynchronous file upload using Kendo UI async upload.
Code First Migration - ASP.NET Core MVC 6 With EntityFrameWork Core
2/22/2017 1:03:02 AM.
In this article, we are going to explain Code First Migration in ASP.NET Core MVC 6 With Entity Framework Core , using Command Line Interface ( CLI ).
Simplified CRUD Operation Using EntityFramework From Scratch
9/6/2016 11:40:59 PM.
In this article, I am explaining a very simple method of CRUD operation using LocalDB with Entity Framework.
Getting Started With Entity Framework
8/7/2016 11:49:55 AM.
In this article, you will understand the Entity framework.
Creating Cascading DropDownList In MVC Using Entity Framework And ADO.NET
7/16/2016 5:32:41 PM.
In this article, you will learn how to create cascading drop down lists in MVC, using Entity framework.
Remote Binding of ListView in Kendo UI using EntityFramework and Web API
8/22/2015 12:27:49 AM.
This article shows how to perform the Remote Binding of ListView in Kendo UI using Entity Framework 6 and WEB API 2.
Table Splitting in ASP.Net
6/15/2015 12:29:51 AM.
In this article we will learn table splitting in entity Framework. Table Splitting is opposite of Entity Splitting.
Insert, Update and Delete Data in MVC5 Using Entity Framework
1/2/2015 9:46:18 PM.
In this article you will learn how to insert, update and delete data in MVC5 using Entity Framework.
Data Binding in Silverlight with RIA and EntityFramework (Displaying Data)
2/6/2011 10:57:54 PM.
Silverlight DataBinding With a Real World scenario.