C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jay Krishna Reddy (3)
Akhil Mittal(3)
Rajeesh Menoth(2)
Kailash Chandra Behera(2)
George (2)
Munesh Sharma(2)
Gnanavel Sekar(2)
Satyaprakash Samantaray(1)
Surya Kant(1)
Gowtham K(1)
Vishal Gilbile(1)
Manas Patnaik(1)
Margaal (1)
Anandu G Nath(1)
Alpesh Maniya(1)
Matea Andrei(1)
Sarathlal Saseendran(1)
Ramesh Palaniappan(1)
Gourav Jain(1)
Debendra Dash(1)
Malvik Bhavsar(1)
Resources
No resource found
Simplify Your Queries With “AutoInclude” In EntityFramework Core
Dec 30, 2024.
In this article, we will discover how the "AutoInclude" feature in EntityFramework Core simplifies query writing by automatically including related navigation properties.
Calendar Events Using EntityFramework In AngularJS
Aug 18, 2017.
Here, I have used ui-calendar directives to create a simple scheduling application for displaying events in a calendar.
Code First Migration - ASP.NET Core MVC 6 With EntityFrameWork Core
Feb 21, 2017.
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
Sep 05, 2016.
In this article, I am explaining a very simple method of CRUD operation using LocalDB with Entity Framework.
Remote Binding of ListView in Kendo UI using EntityFramework and Web API
Aug 22, 2015.
This article shows how to perform the Remote Binding of ListView in Kendo UI using Entity Framework 6 and WEB API 2.
Uploading Multiple Records Via Excel Upload in Database Using EntityFramework 6.0 in ASP.Net MVC4
Apr 08, 2014.
This article explains how to insert multiple records into a database using an Excel upload.
CRUD Operations Using Knockout.JS and EntityFramework 5 in MVC4 Application
Dec 10, 2013.
This article is a tutorial of how to set up the knockout.js environment in a MVC4 application and perform CRUD operations on it.
Update Data in DataList Using Template With EntityFramework in ASP.Net 4.0
Oct 11, 2013.
This article describes how to update data in DataList controls that have templates.
MVC Application Using EntityFramework Code-First Approach: Part 4
Jul 22, 2013.
This article focuses on connecting our MVC application with a database using the CodeFirst approach.
Connecting the MVC Application Using EntityFramework DB-First Approach: Part 3
Jul 13, 2013.
The article is an attempt to overcome the confusion related to how to use EntityFramework with MVC application in a very simple way.
Data Binding in Silverlight with RIA and EntityFramework (Displaying Data)
Jan 17, 2011.
Silverlight DataBinding With a Real World scenario.
Lazy Loading (4): EntityFramework
Jun 21, 2024.
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, and Angular, providing insights and performance considerations.
How To Configure A .Net Core 3.1 With MariaDB Using EntityFrameworkCore
Feb 17, 2020.
This article talks about the way you can configure a .Net core 3.1 project to work with MariaDB.
Seed Databases in EntityFramework
Jun 20, 2015.
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 development and deployment, enhancing efficiency in EF projects.
10 Common Entity Framework interview questions and answers.
Dec 24, 2023.
here is some common Entity Framework interview questions.
Filtering Data with Global Query Filters in Entity Framework
May 24, 2023.
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 criteria, or ensure data integrity. With Entity Framework's global query filters, you can easily achieve this during the model creation process.
Dapper Vs Entity Framework Core
Apr 10, 2023.
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
Did You Hear About Query Filters In Entity Framework Core?
Feb 20, 2023.
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.
Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF
Feb 21, 2022.
Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
Entity Framework (4), With .Net Core MVC, Code-First
Apr 05, 2021.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
Easily Create A Custom Project Template For MVC With Entity Framework
Jul 28, 2019.
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.
Code First Migration - ASP.NET MVC 5 With Entity Framework And MySQL
Mar 26, 2018.
In this article, we are going to explain Code First Migration in ASP.NET MVC 5 with EntityFrameWork & MySql.
Populating A ListView With Data Using Kendo Listview And Entity Framework In ASP.NET MVC 5
Oct 31, 2017.
Here, I am going to demonstrate how to load the data from a database to Kendo listview in ASP.Net MVC5.
Asynchronous File Upload Using Kendo UI Async Upload With MVC And Entity Framework
May 09, 2017.
In this article, we going to see about how to perform asynchronous file upload using Kendo UI async upload.
Create And Update An .edmx File Using Entity Framework Data Model In Visual Studio 2012
Aug 19, 2016.
In this article, you will learn how to create and update an .edmx file using Entity Framework Data Model in Visual Studio 2012.
Getting Started With Entity Framework
Aug 07, 2016.
In this article, you will understand the Entity framework.
Creating Cascading DropDownList In MVC Using Entity Framework And ADO.NET
Jul 16, 2016.
In this article, you will learn how to create cascading drop down lists in MVC, using Entity framework.
Table Splitting in ASP.Net
Jun 14, 2015.
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
Jan 02, 2015.
In this article you will learn how to insert, update and delete data in MVC5 using Entity Framework.
Update Data in Datalist Using Template
Feb 19, 2013.
Updating data in DataList is very easy task in ASP.NET, I have use EntityFrameWork to Insert, Update and Delete data from Datalist.