COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Entity framework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Satyaprakash Samantaray (7)
Vincent Maverick Durano (7)
Gnanavel Sekar (6)
Gowtham K (5)
Akshay Phadke (5)
Raj Kumar (3)
Mithilesh Kumar (3)
Jignesh Trivedi (3)
Pankaj Kumar Choudhary (3)
Juan Francisco Morales Larios (2)
John Kocer (2)
Mahesh Chand (2)
Ramesh Palanivel (2)
Rakesh (2)
Fiyaz Hasan (2)
Vignesh Mani (2)
Abhimanyu K Vatsa (2)
Jitan Gupta (2)
Daniel Bojorge (2)
Dipak Talaviya (1)
Tahir Naushad (1)
Poorvi Bhatt (1)
Hannan Kamran (1)
Saumya Rout (1)
Nimit Joshi (1)
Talaviya Bhavdip (1)
Rajdip Sarkar (1)
Ano Mepani (1)
Viral Jain (1)
Gaurav Jain (1)
Prasanth Radhakrishnan (1)
Rupesh Kahane (1)
Venkatesh Kumar (1)
Debendra Dash (1)
Joao Sousa (1)
Munesh Sharma (1)
Hemant Joshi (1)
Priyaranjan K S (1)
Dhruv Maurya (1)
Rohanjoy Bhattacharya (1)
Asma Khalid (1)
Rajeesh Menoth (1)
Safayat Zisan (1)
Rion Williams (1)
Manoj Kalla (1)
Saineshwar Bageri (1)
Chetan Nargund (1)
Sandeep Singh Shekhawat (1)
Bhavik Patel (1)
Anil Thakur (1)
Avinash Thakur (1)
Kumar Bhimsen (1)
Emiliano Musso (1)
Manoj S Pant (1)
Kundan Jha (1)
Amit Mishra (1)
Manish Kumar Choudhary (1)
Related resources for Entity framework
No resource found
How To Use Entity Framework Code First Approach
3/12/2021 3:29:14 PM.
Code-First Approach in ASP.NET MVCApply Code-First Migration using following commands: enable-migrations, add-migration(Give Migration file name), update-database -script (optional), update-database.
Entity Framework Core Migrations Using ASP.NET CORE
12/27/2017 2:02:56 PM.
Let us learn about Entity Framework Core migrations using ASP.NET CORE.
Working With Kendo UI TreeList And Custom Template In ASP.NET MVC 5 Web Application
12/26/2017 1:53:30 PM.
In this article, I will demonstrate how to work with KendoTreeList View and custom template in ASP.Net MVC5 using Kendo UI and EF
ASP.NET MVC5 - Kendo UI Grid CRUD Operation Using ASP.NET Web API And EF
12/26/2017 12:28:59 PM.
In this article, I will demonstrate how to do the CRUD operations using Kendo UI Grid in ASP.Net MVC5 Web Application
Building Entity Framework Generic Repository 2 Connected
12/18/2017 11:45:14 PM.
A few weeks ago, we looked a first article about Disconnected Repository. In this article let’s complete it with another piece off the puzzle, the connected Generic Repository.
Integrate Google ReCaptcha And Validate It With ASP.NET MVC 5 And Entity Framework
12/11/2017 7:24:10 PM.
In this Article, I will demonstrate how to integrate Google ReCaptcha and Validate it with ASP.Net MVC5.
Partial View In ASP.NET MVC Using Entity Framework
12/10/2017 12:02:13 PM.
A partial view is same as user control in ASP.NET MVC that is used for code re-usability. Partial views help us to reduce code duplication. Hence partial views can be used for views like as Header and
Building An ASP.NET Core Application With Web API And Code First Development
12/5/2017 10:54:39 PM.
In the previous article, we’ve learned the high-level overview of what Entity Framework is all about and learned how to build a web application quickly using Entity Framework’s Database-First developm
Building Entity Framework Disconnected Generic Repository
11/30/2017 1:36:25 AM.
The repository pattern separates and retrieves data model mapping logic from the business logic. We will create a repository class for each entity class in our application. All these classes usually h
Filtering jQuery Data Table Server Side Using MVC And Entity Framework
11/27/2017 10:48:44 AM.
This article explains how to work with jquery Datatable on the server side and how to use Search Textbox to do serverside filtering using MVC and Entity Framework
MVC 5 Demo Project With Entity Framework (DB First)
11/24/2017 1:56:54 PM.
MVC project has been set up. Now, make a new C# class library project which will act as a DAL layer and Entity Framework will be handled through this project.
Dynamic Checkbox Functionality Using Angular In ASP.NET MVC
11/17/2017 7:20:10 PM.
Checkboxes in AngularJS and asp.net MVC (server-side) application.
Auto Complete with ngTagInput using Web API in AngularJS
11/16/2017 10:54:11 AM.
AutoComplete,ngTagInput,Web API,AngularJS,AutoComplete in AngularJS using Web API
Get Your Hands On Entity Framework Code First Workflow With New Database And Existing Database
11/11/2017 6:08:56 AM.
In this article we are going to learn how to create code first workflow with new database and existing database.
Stored Procedures In Entity Framework 6 In MVC 5
11/8/2017 5:20:51 AM.
This article describes the use of Stored Procedures in an ASP.NET MVC Applications using the Entity Framework Code First Approach in Visual Studio 2013.
ASP.NET MVC CRUD Operation Using Entity Framework Without Writing Single Code
11/8/2017 5:11:53 AM.
Here, you will learn to do CRUD (Create,Read,Update and Delete) operations in MVC using Entity Framework without writing a single line of code.
.NET Entity Framework Core Generic Async Operations With Unit Of Work Generic Repository
11/4/2017 12:10:23 AM.
The advantage of generic repository is that you can inherit from it, pass an entity type, and you will get CRUD operations. It will save you a lot of coding time when your domain objects are likely t
Implement ASP.NET WEB API CRUD Logic Using Entity Framework Without Writing Code And Test It With Postman
11/3/2017 12:27:53 PM.
This article will demonstrate how to implement ASP.NET WEB API CRUD logic using Entity framework without writing code and how to test it with Postman
CRUD Operation with Model dialog using UI-Grid in AngularJS and Web API
10/27/2017 3:25:11 PM.
In this article, you will learn CRUD operations with model dialog using UI-Grid and Web API.
Getting Started With Entity Framework Core 2.0 ASP.NET Core 2.0
10/13/2017 11:31:09 AM.
This article shows how to create Entity Framework Core 2.0 MVC Web application using Visual Studio 2017 Asp.Net Core and how to create CRUD operations.
Getting Started With Entity Framework Core - Database-First Development
10/12/2017 4:59:22 AM.
This article is the first part of the series on Getting Started with Entity Framework Core. In this post, we will build an ASP.NET Core MVC application that performs basic data access using Entity Fra
CRUD Operations In MVC Using Entity Framework With AJAX Call, jQuery, And All Validations
10/10/2017 1:38:45 AM.
This article describes how to perform basic CRUD operations in an Asp.Net MVC application using Entity Framework with Ajax call and j query. with using Datatable Grid ,Toaster messagebox and also Boo
What's New In Entity Framework Core 2.0
9/27/2017 11:52:52 AM.
Entity Framework Core is a lightweight, extensible, and cross-platform version of the popular Entity Framework data access technology. Entity Framework 2.0 is the latest release of EF.
Stored Procedure With Input And Output Parameter Using Entity Framework In ASP.NET MVC
9/23/2017 1:48:05 PM.
In this article, we are going to learn how to get list and output value from a stored procedure using Entity Framework in ASP.NET MVC.
Store Photo In Backend Using Entity Framework In MVC Razor And Bootstrap
9/22/2017 12:10:25 AM.
Here i will show you image details will be shown along with user name. This one a sample exmaple of student management system In mvc and bootstrap.
Basic PDF Export Using JQuery In ASP.NET MVC Razor
9/21/2017 5:24:35 PM.
Here i will show you after insert records how to export the record in pdf format using jquery.
CRUD Operation In ASP.NET MVC Razor Using SignalR And Entity Framework
9/15/2017 10:41:09 AM.
SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications.
CRUD Operation Using Entity Framework In Windows Form Application
9/7/2017 4:45:58 PM.
In this article, we are going to learn how to perform CRUD operations using Entity Framework in the Windows Forms Application.
How To Export Razor View To Excel file Using ASP.NET MVC C#
9/1/2017 2:24:21 AM.
How to Export Razor View to Excel file (Without using Third-Party Library) using ASP.NET MVC 5 with Entity Framework Code first Approach.
Dynamic Menu Using Entity Framework And AngularJS In ASP.NET MVC
8/23/2017 10:43:55 AM.
The logic behind this is all main menus should have parentid = 0 and whatever ID column value of Main menu that ID value should be mentioned in parentid column of sub menu. Then the sub menu will appe
Dynamic LINQ Query In C# Using Predicate Builder
8/23/2017 7:43:58 AM.
This article explains how to create a dynamic LINQ query in c# using Predicate Builder.
CRUD Operation Using Code First Approach, Web API, Repository Pattern, Unit Of Work, And jqGrid In MVC
8/12/2017 11:36:25 PM.
Today, in this article, I will explain how to perform CRUD operations in MVC using Code First Approach.
SQL Azure With Entity Framework
8/8/2017 8:33:10 PM.
Exploring SQL Azure With Entity Framework
Entity Framework CRUD Operation Performed With SQL Stored Procedure Using ADO.NET Entity Data Model
7/31/2017 11:41:47 AM.
You can see my pervious article for Entity framework with Ado.Net data Model connection and how to create a new entity framework project and sql database connection maintained with created entity fram
Introduce Entity Framework With ADO.NET Entity Data Model
7/28/2017 3:20:49 PM.
In this article, we will learn the Entity Framework with Data Model.
Entity Framework Core Triggers In Action (Unofficial Package)
7/25/2017 12:43:57 PM.
This article shows you how to work with database triggers in Entity Framework Core using a third party library.
Code First Development Approach With Entity Framework
7/20/2017 10:32:10 AM.
Which one to use in your project is completely your choice and also what you already have in place. Meaning are you designing/developing something from scratch or you already have got DB or domain cla
Import Excel Data To Database Using ASP.NET MVC Entity Framework Functionality
7/20/2017 7:27:52 AM.
In this article we will learn how to Import excel data to database using ASP.NET MVC Entity framework.
How To Use Joins, and Group By Clause In Entity Framework With LINQ C#
7/15/2017 12:40:08 PM.
In this article will be going to learn How to use Joins, and Group By Clause in Entity Framework with Linq C#
Call Stored Procedure From Entity Framework
7/13/2017 8:19:49 AM.
In this article, I will demonstrate how can we call stored procedure from entity framework? There are many different way to call stored procedure from entity framework.
Installation And Un-Installation Of Entity Framework Core In ASP.NET MVC Core
7/6/2017 11:34:33 AM.
This article explains how to install and uninstall entity framework in ASP.NET MVC core. We can install and uninstall entity framework in ASP.NET MVC core in two different ways. The following steps ex
CRUD ASP.NET Web API With Entity Framework In ASP.NET MVC
7/3/2017 4:37:41 AM.
In this article you will learn about CRUD ASP.NET Web API with Entity Framework in ASP.NET MVC.
Model First Approach in Entity Framework
6/27/2017 1:32:33 AM.
Read my previous two articles Code First Approach in Entity Framework & Database First Approach in Entity Framework for EF basics. In this article I'm going to directly jump into the Model Fir
Logging Database Operations in Entity Framework 6 (EF6 New Feature)
6/26/2017 7:46:28 AM.
In this article you will learn the new feature Logging Database Operations introduced with Entity Framework 6. This features works for models created with Code First or the EF Designer.
Working With MVC4 Application
6/23/2017 5:39:05 AM.
In this article we saw Guest Book application creation in MVC4, used the Entity Framework to work with the database and used Glimpse to understand the Entity Framework local database.
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
6/18/2017 9:54:15 PM.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
Creating Web API Using Code-First Approach In Entity Framework
5/16/2017 11:55:24 PM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
ASP.NET MVC - AngularJS, Web API And Entity Framework To Build SPA
5/9/2017 12:16:44 AM.
In this article, you will learn ASP.NET MVC - AngularJS, Web API and an Entity Framework to build SPA.
UI-Grid With AngularJS And WebAPI
5/6/2017 11:57:33 AM.
In this article, you will learn how to use UI-Grid in AngularJS, how to bind and display the data in the grid with paging and sorting functionality. We will get the data , using Web API.
POCO Classes in Entity FrameWork
5/4/2017 5:06:36 AM.
In this article, you will learn about POCO classes in Entity Framework.
Eager Loading, Lazy Loading And Explicit Loading In Entity Framework
5/1/2017 10:48:08 AM.
The readers will learn about Eager Loading, Lazy Loading and Explicit Loading in an Entity Framework.
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC
4/28/2017 5:35:51 PM.
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC.
Implement Business Connectivity Services Using oData, Entity Framework And SharePoint Hosted Add-in
4/21/2017 11:21:30 AM.
Implement Business Connectivity Services Using oData, Entity Framework And SharePoint Hosted Add-in.
SPA Using Angular 2, ASP.NET Core 1.1 And Entity Framework Core - Part Two
4/19/2017 12:49:01 AM.
SPA Using Angular 2, ASP.NET Core 1.1 And Entity Framework Core.
Entity Framework Code First Approach With Database Migration
4/9/2017 8:03:07 AM.
In this article, you will understand about an Entity Framework Code First Approach with database migration.
Working With Entity Framework Using Database First Approach
4/4/2017 3:31:30 PM.
This article gives you an overview of working With an Entity Framework, using Database First approach.
SPA Using Angular 2, ASP.NET Core 1.1 And Entity Framework Core - Part One
4/4/2017 3:29:07 PM.
This article emphasizes SPA, using Angular 2, ASP.NET Core 1.1 and Entity Framework Core.
.NET MVC5 - Entity Framework Simple Code First Database Approach
4/3/2017 4:52:16 PM.
This article is about Entity Framework Code First approach
Add Item In Kendo MultiSelect Using ASP.NET WEB API And Entity Framework
3/27/2017 10:04:17 AM.
From this article, you will learn how to add new items in Kendo MultiSelect, using ASP.NET WEB API and Entity Framework.
Implement AutoComplete Control Using Kendo UI With Entity Framework And Web-API
3/24/2017 10:30:43 AM.
This article explains how to implement the autocomplete control in Kendo Grid, using Entity Framework ASP.NET Web API.
Implementing Common Audit Fields With EF Core’s Shadow Property
3/20/2017 2:18:13 PM.
Implementing Common Audit Fields with EF Core’s Shadow Property.
Getting Started With ASP.NET Core And Entity Framework Core
3/17/2017 5:59:51 PM.
Getting Started With ASP.NET Core And Entity Framework Core.
Grouping In Kendo Grid Using ASP.NET WEB API And Entity Framework
3/14/2017 10:15:06 PM.
From this article, you will learn how to perform grouping in Kendo Grid, using ASP.NET WEB API and Entity Framework.
Building ASP.NET Core MVC Application Using EF Core and ASP.NET Core 1.0
3/3/2017 11:31:02 PM.
In this article, We will explain how to build the Applications with ASP.NET Core MVC & Entity Framework Core, using an ASP.NET Core 1.0.
CRUD Functionality In AngularJS And ASP.NET MVC 5 With Entity Framework Code First Approach
2/17/2017 10:28:41 AM.
In this article you will learn about CRUD Functionality in AngularJS and ASP.NET MVC 5 with Entity Framework Code First Approach.
Kendo Panel Bar Using ASP.NET WEB API And Entity Framework
2/13/2017 11:41:51 PM.
In this article, you will learn how to perform remote data binding in Kendo panel bar, using ASP.NET WEB API and Entity Framework.
CRUD Operations In Entity Framework
2/13/2017 12:42:29 AM.
In this article, you will learn about performing the CRUD operations in Entity Framework.
Introduction To Code First Approach In Entity Framework
2/11/2017 3:21:13 PM.
In this article, you will learn about Entity Framework Code First Approach.
Model First Approach Of Entity Framework
2/5/2017 12:36:33 PM.
In this article, you will learn about the Model First approach of Entity Framework.
Accessing SQL From Entity Framework Core Queries In ASP.NET Core
2/4/2017 2:17:14 AM.
In this article, you will learn how to access SQL from Entity Framework Core Queries in ASP.NET Core.
Introduction To Entity Framework
1/26/2017 11:49:01 AM.
In this article, we will see what Entity Framework and Object Relational Mapping in Entity Framework are. We will understand this with an example.
Entity Framework Database First With ASP.NET WebForm
1/12/2017 11:25:14 PM.
In this article, you will learn about Entity Framework’s Database First approach.
How To Create Web API In ASP.NET Core MVC Using Entity Framework Core
12/28/2016 1:21:16 PM.
In this article, you will learn how to create Web API in ASP.Net Core MVC, using Entity Framework Core.
Creating MVC Applications Using Entity Framework Code First Approach
12/13/2016 6:32:48 PM.
In this article, you will learn how to create MVC applications using Entity Framework Code First approach.
Database First Approach In Entity Framework
12/5/2016 12:49:56 PM.
In this article, we are going to learn the Database First Approach in Entity Framework.
CRUD Operations In ASP.NET Core Using Entity Framework Core Code First
11/20/2016 11:41:40 PM.
In this article, you will learn about CRUD operations in ASP.NET Core, using Entity Framework Core Code First.
Performing CRUD Operations With ASP.NET MVC Core And Entity Framework Core
11/20/2016 12:02:31 PM.
In this article, you will learn how to perform CRUD operations with ASP.NET MVC Core and Entity Framework Core.
Introduction To Entity Framework Core
10/26/2016 4:07:40 PM.
In this article, you will learn about Entity Framework Core.
Persist The State Of The Kendo Grid Using Local Storage
10/6/2016 2:21:10 PM.
In this article, you will learn how to persist the state of the Kendo Grid, using local storage.
10 Entity Framework 7 Features That You Must Know
9/30/2016 3:13:22 AM.
In this article you will learn about 10 Entity Framework 7 features.
Cascading Dropdown List In Kendo UI Using ASP.NET MVC And Entity Framework
9/19/2016 12:22:49 PM.
In this article, you will learn, how to perform cascading dropdownlist operation in Kendo UI , using ASP.NET MVC and Entity Framework.
Entity Framework - Basic Guide To Perform Fetch, Filter, Insert, Update And Delete
9/14/2016 11:53:57 PM.
In this article, you will learn about basic guide to perform fetch, filter, insert, update and delete in Entity Framework.
Bind Add Update Delete Data Using MVC Entity Framework And LINQ
8/29/2016 10:16:39 AM.
In the article, you will learn how to add, update, and delete data, using Entity Framework and LINQ. This is for the beginner users like me in MVC.
Building Web Application Using Entity Framework And MVC 5: Part One
8/6/2016 4:33:28 AM.
This article provides the basic procedure to create a simple web application using ASP.NET MVC 5 with a real-world example using Entity Framework Database First approach.
What Is The Future Of Entity Framework
7/23/2016 12:33:57 AM.
Watch this video to learn about the future of Entity Framework and what is the future of EF and EF Core.
Using CRUD Operation In ASP.NET MVC 4.5 Framework
7/22/2016 1:08:50 PM.
In this article, we will learn how to perform CRUD operations in an ASP.NET MVC Application.
Consuming WCF Service In MVC Application Using Entity Framework
7/18/2016 7:58:58 PM.
In this article, you will learn about consuming WCF service in MVC application, using entity framework.
Data Access Using Entity Framework In MVC
7/10/2016 12:59:47 PM.
In this article, you will learn about data access using Entity Framework in MVC.
Building Web Applications Using Entity Framework And MVC 5: Part Four
7/9/2016 2:28:24 AM.
This is part four of the series on Building Web Applications in ASP.NET MVC 5.
Installation Way Of Entity Framework In ASP.NET MVC 5
7/8/2016 7:22:58 PM.
In this article, you will learn about the installation way of Entity framework in ASP.NET MVC 5.
CRUD con Entityframework CSharp y Sql Server Part Two (spanish)
7/4/2016 8:14:30 AM.
En el video anterior (http://goo.gl/OHSsnz), vimos la parte teórica. En esta ocasión crearemos el modelo de entidades y devolvemos datos de la base de datos.
Entity Framework Code First And Migrations: Part Two
7/3/2016 3:59:55 PM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
Add Table Names In Dropdown List With Entity Framework In ASP.NET MVC
7/2/2016 5:52:19 PM.
In this article, you will learn how to add table names in a dropdown list with Entity Framework in ASP.NET MVC.
Building Web Application Using Entity Framework and MVC 5: Part Three
7/1/2016 8:04:58 AM.
Here I’m going to talk about how to perform Fetch, Edit, Update and Delete (FEUD) operations in our application.
Building Web Application Using Entity Framework And MVC 5: Part 2
7/1/2016 8:04:18 AM.
This article explains how to create a Login page and create a custom role-based page authorization.
CRUD con EntityFrameWork - CSharp y SQL Server - Part One(Spanish)
7/1/2016 2:40:04 AM.
Primero de una serie de 5 video tutoriales sobre Entity FrameWork. Para esto elaboraremos un pequeño proyecto donde efectuaremos operaciones CRUD sobre una tabla de SQL Server. Este primer Video
Navigation Property With Code First (Navigation Property In EF)
6/30/2016 12:18:04 PM.
In this article, you will learn about Navigation Property with code first and navigation property in Entity Framework.
Create Database Table Using Entity Framework Code First
6/29/2016 12:49:29 AM.
This article will help you to understand how to work with a database using Entity Framework Code First.
Using Entity Framework In ASP.NET Web API – Part Three
6/22/2016 12:52:24 PM.
In this article, you will learn about how we can use entity framework in ASP.NET Web API.
Single Page Application Using Web API And AngularJS
6/21/2016 12:02:56 AM.
In this article, you will learn how to create a single page application using Web API and AngularJS.