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 Using 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]
Mudita Rathore (2)
Thiago Vivas (1)
Arvind Yadav (1)
Jaydeep Patil (1)
Sourav Kayal (1)
Raj Kumar (1)
Dorababu Meka (1)
Nimit Joshi (1)
Venkatesh Kumar (1)
Raichand Ray (1)
Syed Shanu (1)
Related resources for Using Entity Framework
No resource found
CRUD ASP.NET Core Using Entity Framework Core With Swagger
2/9/2024 6:51:56 AM.
Learn to connect an existing website to a local database using Entity Framework Core. Benefit from faster setup, simplified data access, and reduced code with LINQ. Embrace cross-platform capabilitie
CRUD Operations In An ASP.NET MVC Web Application Using Entity Framework
3/9/2023 10:25:01 AM.
In this article, you will learn how to perform CRUD operations in an ASP.NET MVC web application using Entity Framework.
CRUD Operation Using Entity Framework Core And Stored Procedure In .NET Core 6 Web API
1/10/2023 11:18:21 AM.
In this article, you will learn about CRUD Operation using Entity Framework Core and Stored Procedure in .NET Core 6 Web API.
Pass Connection String At Run Time to Entity Framework
4/19/2021 10:21:19 AM.
In this article, we will see how to pass a connection string at run time to the Entity Framework.
Using Entity Framework in Web API Part-1
3/24/2021 9:52:43 AM.
This article explains the Entity Framework in the Web API.
Unit Testing in Web API2 Using Entity Framework
3/12/2021 8:37:13 AM.
This article explains Unit Testing with Entity Framework in Web API 2, including how to modify the Scaffold Controller for passing the context object to the tests.
Paging and Sorting in MVC 4
3/8/2021 7:04:53 AM.
This article explains how to implement paging and sorting in MVC using Entity Framework Paged List Library.
Cascading Dropdown List in ASP.Net Using Entity Framework
2/24/2021 11:21:49 AM.
This article shows how to work with a cascading dropdown list for country/state/city in ASP.Net using Entity Framework.
Working With Stored Procedures Using Entity Framework: Part 2
2/5/2021 7:44:10 AM.
This article describes how to use the Entity Framework code in the Web Forms Project Template and do the CRUD Operations.
Using Entity Framework Core Code First Approach
4/22/2020 3:24:53 PM.
In this article, you will learn how to use the Entity Framework Core code first approach.
ASP.NET MVC WebGrid With CRUD Record From Two Tables And Custom Search Functionality Using Entity Framework Database First Method
3/14/2019 11:52:27 PM.
This simple tutorial explains how to CRUD (Create, Retrieve, Update, and Delete) records from two one-to-many linked tables (category and product) and display in a web grid.
ASP.NET Core Blazor CRUD Using Entity Framework And Web API
5/20/2018 11:33:33 PM.
In this article, we will see how to create a simple CRUD application for ASP.NET Core Blazor using Entity Framework and Web API. Blazor is a new framework introduced by Microsoft.