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 Entity
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (8)
George (7)
Jignesh Trivedi (5)
Ajay Kumar (4)
C# Corner Live (4)
Mark Pelf (4)
Amit Mohanty (3)
Jay Krishna Reddy (3)
Anand Lakshminarasimh (3)
Satyaprakash Samantaray (2)
Emiliano Musso (2)
Abdul Raheem (2)
Abdul Basith (2)
Arunava Bhattacharjee (2)
Tural Suleymani (2)
Dorababu Meka (2)
Mahender Pal (1)
Dijid Maddumakumara (1)
Jeetendra Gund (1)
Hemant Joshi (1)
Mudita Rathore (1)
Syed Shanu (1)
Ashutosh Singh (1)
Bhavesh Raval (1)
Sarathlal Saseendran (1)
Yogeshkumar Hadiya (1)
Yogi S (1)
Kundan Jha (1)
Ravikant Sahu (1)
Vijay Prativadi (1)
Ziggy Rafiq (1)
Ravi Raghav (1)
Rinki (1)
Ng Cheehou (1)
Vikas Hooda (1)
Debasis Saha (1)
Akshay Patel (1)
Shenbagapandiyan P (1)
Alpesh Maniya (1)
Satya Karki (1)
Prathap Reddy (1)
Gajendra Jangid (1)
Ishoo Anyal (1)
Hussain Patel (1)
Rohatash Kumar (1)
Arvind Yadav (1)
Jin Vincent Necesario (1)
Mohamed Shifan Salideen (1)
Rakesh Kalluri (1)
Sandeep Singh Shekhawat (1)
Shivam Payasi (1)
Aravind Govindaraj (1)
Ramesh Palanivel (1)
John Charles Olamendy (1)
Jasminder Singh (1)
Mahesh Alle (1)
Abhimanyu K Vatsa (1)
Shridhar Sharma (1)
Jaydeep Patil (1)
Scott Lysle (1)
Ramasagar Pulidindi (1)
Related resources for Entity
No resource found
Retrieving Audit Data for a Specific Entity in D365 CE Using C#
12/8/2023 9:15:15 AM.
This article is about getting audit entity data for a particular entity. This blog guides Dynamics 365 CE users on leveraging C# code to retrieve audit data, ensuring compliance and transparency. Lear
Entity Framework Using Stored Procedure In ASP.NET MVC
12/6/2023 10:18:05 AM.
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC.
Synergy of .NET, DevOps, and Entity Framework Core
12/6/2023 5:04:20 AM.
Explore the synergy of DevOps, .NET, and Entity Framework Core for streamlined and efficient software development. Learn to integrate CI/CD pipelines, version control, and automated testing for high-q
Adopting Microsoft Entra ID Governance
12/2/2023 12:26:10 PM.
Lately, there has been a lot happened/ changed/ introduced in the Microsoft Entra ID Governance space and this is one of my favorite topics to write and explain as well.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
12/1/2023 6:33:12 AM.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
Code First Migrations in Entity Framework
11/22/2023 11:04:05 AM.
This article provides an overview of Code First Migrations in Entity Framework.
Eager Loading, Lazy Loading And Explicit Loading In Entity Framework
11/22/2023 10:39:43 AM.
The readers will learn about Eager Loading, Lazy Loading and Explicit Loading in an Entity Framework.
Retrieve Data From Database in ASP.Net Web API
11/22/2023 6:45:38 AM.
This article explains how to retrieve data from the database in the ASP. NET Web API.
Entity Framework Code First And Migrations: Part Two
11/20/2023 5:31:16 AM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
Entity Framework using C#
11/18/2023 11:35:55 AM.
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.
ASP.NET MVC 5 Security And Creating User Role
11/16/2023 5:39:03 AM.
In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles.
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
11/15/2023 8:29:07 AM.
This article explains various types of joins in LINQ query. Learn Inner join, Outer Join, Left Outer join, Right Outer join, Full outer join, Cross Join, Group Join in LINQ query.
Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier Architecture
11/10/2023 5:17:55 AM.
In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing for a
How to Secure your .Net Core API Through Identity Server 4
11/9/2023 5:08:59 AM.
A brief description of how to implement Identity Server 4. This article explains that setting up and configuring IdentityServer4 in a .NET application is comprehensive and provides a clear step-by-ste
Rockin’ The Code World with dotNetDave ft. Erik Jensen - Ep. 90
10/31/2023 9:51:01 AM.
In this episode, you will learn about Packages and tools for EF Core and Entity Framework.
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
How to Make .Net Core App Secure Through Identity Core?
10/25/2023 9:54:39 AM.
Converting a complex structure like the one you provided into a table format involves splitting the content into multiple tables due to its length. Below is the first part of the content formatted int
Building a Web API Structure with Database-First Approach (Using EDMX)
10/23/2023 6:09:23 AM.
In this article, you will learn about Web API Structure With Database First Approch. This article provides a step-by-step guide on creating a web API structure with a database-first approach using EDM
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
10/19/2023 5:14:08 AM.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
How To Activate Eligible Membership To A Privileged (PIM) Group?
10/16/2023 8:29:06 AM.
This article provides instructions on how to activate one’s eligible membership to a privileged (PIM) group.
How To Call Stored Procedure In Entity Framework
10/10/2023 8:44:08 AM.
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.
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
CRUD Operation In ASP.NET MVC
10/5/2023 5:39:34 AM.
in this article we will create a crud operation in ASP.NET MVC using entity model and database first approach.
ASP.NET CORE - Learn CRUD Operations In Entity Framework Core From Zero To Hero [Updated .NET 7.0]
10/5/2023 4:50:34 AM.
This CRUD operations tutorial will help beginners learn to build database-driven applications in ASP.NET CORE and Entity Framework Core quickly. Here, the following things are used - ASP.NET CORE, EF
CRUD Operations in ASP.NET Core with 3-Tier Harmony and Command Builder Design Pattern
10/4/2023 9:21:02 AM.
Command Builder Design Pattern in an ASP.NET Core Web API using a Three-Tier Architecture for CRUD operations. For the sake of this example, let's assume you have a model named CSharpCornerArticle
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
Integrating Dynamics 365 CRM with .NET Using Entity Framework Core
10/1/2023 2:14:55 PM.
In this article, we will explore how to seamlessly integrate Dynamics 365 CRM with .NET using Entity Framework Core, backed up with practical examples.
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
Handling Concurrency In MVC And EF
9/10/2023 10:29:02 PM.
This article provides a basic idea of how to handle concurrency in the Fluent API.Handling concurrency in an ASP.NET MVC application with Entity Framework (EF) is essential to ensure data consistency
Securing .NET/ASP.NET Core Apps with Azure Key Vault Middleware
9/8/2023 9:28:49 AM.
Securing secrets in a .NET/ASP.NET Core application using Azure Key Vault is crucial for protecting sensitive information like API keys, connection strings, and other configurations. In this example,
Create Database Table Using Entity Framework Code First
8/28/2023 8:44:06 AM.
This article will help you to understand how to work with a database using Entity Framework Code First.
Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code
8/27/2023 12:14:42 PM.
We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
Loading Related Entities in Entity Framework
8/24/2023 1:22:43 PM.
Loading Related Entities in Entity Framework refers to the process of retrieving and populating associated data between entities within the Entity Framework, a popular object-relational mapping (ORM)
Recognize Text With ML Kit in Jetpack Compose
8/11/2023 12:20:02 PM.
Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solution
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
Code First Approach With Stored Procedure
8/1/2023 4:07:44 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First approach and how to create a procedure using the Fluent API.
Object Relational Mapping (ORM) Using NHibernate: Part 5 - B of 8
7/31/2023 6:39:06 AM.
The idea here is to apply the Many-To-Many entity association in the E-Commerce scenario used, for example, throughout this article series.
Object Relational Mapping (ORM) Using NHibernate - Part 4 of 8
7/31/2023 6:00:05 AM.
Here in this article the intent is to eliminate the nulls introduced in the database by correctly mapping the association between PaymentApprovedOrder and Item as optional One-To-Many.
Object Relational Mapping (ORM) Using NHibernate - Part 1 of 8
7/31/2023 5:28:18 AM.
To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
CRUD Operations Using Blazor, .Net 6.0, Entity Framework Core
7/21/2023 8:00:04 AM.
In this article, we are going to create a web application using Blazor, .Net 6.0 with the help of Entity Framework Core perform CRUD operations hosted by Asp.Net Core.
Secure User Authentication in Azure Using Microsoft.Identity.Client
7/14/2023 7:21:24 AM.
The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Az
EF Core in .NET 7 API
7/13/2023 5:57:14 AM.
Using EF Core in .NET 7 API
How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?
7/11/2023 7:26:52 AM.
In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
Harnessing the Power of UserManager and RoleManager for Robust User Control in .Net Core Identity
7/3/2023 9:28:11 AM.
In this article, I will illustrate how to use the .NetCore Identity Framework, with a special focus on the UserManager and RoleManager classes, to execute page control. The web application involved is
Calling Web API to Web API without User Interaction by using Azure Managed Identity
6/30/2023 8:30:45 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
SQL Server & EF7: Using datetime vs datetime2 Data Type
6/12/2023 9:52:09 AM.
Showing problems with limited accuracy of SqlServer data type “datetime” in .NET7 EF7 environment
Entity Framework 7.0 - Top 8 Reasons to use it in .Net Application
6/10/2023 8:31:27 PM.
Entity Framework is not new to us. But in Entity Framework Core 7.0, there are several changes due to which it is now more useful compared to earlier versions. In this article, we will discuss the new
Entity Framework 7 Code First Using CLI
6/8/2023 5:10:08 AM.
Tutorial on EF7 – Code First approach using Command Line (CLI)
Entity Framework 7 – Database First – Using EFCorePowerTools
6/6/2023 5:27:25 AM.
Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
Entity Framework 7 – Database First – Using CLI
6/2/2023 11:53:54 AM.
Tutorial on EF7 – Database First approach using Command Line (CLI)
GraphQL In .NET Core Web API With Entity Framework Core - Part Five
6/1/2023 6:00:37 AM.
In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.
Entity Framework (5), With .Net Core MVC, Database-First
5/31/2023 5:57:24 AM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Working With Proxies in Entity Framework
5/30/2023 11:30:29 AM.
This article helps you to understand what a proxy in the Entity Framework is and how to turn on and turn off a proxy and how to create a proxy instance explicitly.
Auth at One Place (AOP)
5/25/2023 5:55:39 AM.
Unified IdPs can be a valuable tool for improving security and efficiency in your organization
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
Build Minimal APIs In .NET 7 Using Entity Framework Core 7
5/24/2023 7:10:21 AM.
This article describes how we can build Minimal APIs in .NET 7 using Entity Framework Core 7 with an example and code details.
Entity Framework Core: A Guide to Database Access in .NET Core
5/23/2023 6:33:14 AM.
Entity Framework Core: A guide to database access in .NET Core
Calling a Stored Procedure in ASP.NET Core
5/22/2023 5:46:00 AM.
Enhancing Security with Microsoft 365 Secure Score
5/18/2023 8:17:29 AM.
By identifying opportunities to strengthen security throughout your organization, Identity Secure Score gives organizations greater insight and control over their security posture.
Dapper VS Entity Framework in Asp.net Core
5/10/2023 5:15:19 AM.
In this article, I have explained the difference between Dapper and Entity Framework
Azure AD Connect: Simplifying Identity Management in a Hybrid Environment
5/8/2023 11:33:01 AM.
Azure AD Connect is a Microsoft tool that allows you to synchronize your on-premises Active Directory (AD) objects with Azure Active Directory (AAD). This synchronization enables users to have a singl
Maximizing Performance in Entity Framework Core: Tracking vs No Tracking
5/4/2023 5:38:29 AM.
In this article, we will learn about Maximizing Performance in Entity Framework Core and what is the difference between Tracking and No Tracking.
Entity Framework (10), With .Net WebForms, Database-First
5/3/2023 4:12:20 AM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
2-Step Verification with ASP.NET Core Identity
5/2/2023 1:34:24 AM.
What is the 2-Step Verification with ASP.NET Core Identity
Secure Resources Using Azure Managed Identities
4/19/2023 6:42:27 AM.
In this article, we will learn how to secure resources on azure platform without using any type of security key of connection string.
Exploring PostgreSQL Sequences With Entity Framework CORE
3/28/2023 5:42:53 AM.
In this article, you will learn how to explore PostgreSQL Sequences with Entity Framework CORE.
Get Started With ASP.NET Core Web API With Entity Framework core
3/27/2023 3:33:31 AM.
Tutorial to create ASP.NET Core Web API using Entity Framework Core - NET 6.0 - using EF Core Power Tools
Rockin’ The Code World with dotNetDave ft. Brady Gaster Ep. 75
3/11/2023 1:14:15 PM.
Join us with Brady Gaster for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
How To Prevent Dead Lock in Entity Framework
3/10/2023 11:09:22 AM.
Recently I am working on Entity Framework as a data access layer-based Project. We found many performance issues with this application.
"@@IDENTITY" and "SCOPE_IDENTITY" in SQL Server
3/10/2023 9:33:43 AM.
In this article, we will see how to use @@IDENTITY and SCOPE_IDENTITY() in SQL Server 2012.
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.
SQL Server Primary Keys
3/6/2023 6:41:21 AM.
Discusses what's a primary key, entity integrity, primary key constraint, composite keys, and the benefits of a primary key.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 74
2/23/2023 2:18:32 PM.
Join us with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Deploy And Manage Microsoft Defender For Identity
2/21/2023 9:57:44 AM.
Microsoft Defender for Identity is cloud-based security solution, that is managed through the Microsoft 365 defender dashboard, which is the security.microsoft.com portal with your Microsoft 365 accou
Comparing Scope_identity (), @@identity and Ident_current
2/21/2023 8:35:03 AM.
This article will show the differences among scope_identity (), @@identity and ident_current.
Difference Among @@IDENTITY, SCOPE_IDENTITY() And IDENT_CURRENT()
2/21/2023 7:33:03 AM.
In this article, I am explaining how to get the last inserted identity value of an auto-increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and ID
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.
Differences Between EF, Connected Model, And Disconnected Model
2/20/2023 11:22:41 AM.
In this article, you will learn differences between EF, connected model and disconnected model.
How To Customize Table In Oqtane Module
2/8/2023 10:48:18 AM.
In this article, I'm going to explain, how we can add use a new column in the table of the Oqtane custom module
Implementing CRUD Operation in MySql Using Entity Framework
2/7/2023 8:52:11 AM.
In the last article I showed how we can implement CRUD operations using Entity Framework using SQL database, now I would like to show you how we can implement the same using MySql database.
CRUD Operation Using Entity Framework Code-First
2/7/2023 7:09:22 AM.
In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
AWS - Identity Access Management
2/6/2023 10:34:34 AM.
A guidewire for AWS IAM.
CRUD Operation Using Entity Framework In Windows Form Application
2/6/2023 5:53:46 AM.
In this article, we are going to learn how to perform CRUD operations using Entity Framework in the Windows Forms Application.
Distributed Database Management Systems
1/24/2023 7:34:26 AM.
I will illustrate the principles of Distributed Database Management Systems through this article.
@@ Identity Vs ScopeIdentity Vs Ident_Current in SQL
1/24/2023 7:01:41 AM.
This article explains @@Identity, Scope_Identity() & Ident_Current('Table_Name') in SQL.
Differences Between SCOPE IDENTITY, IDENT CURRENT, and IDENTITY in SQL Server
1/24/2023 7:00:43 AM.
In this article you will learn what is Different between SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY in SQL 2008
Entity Framework Console Applications With SQL Server Compact
1/16/2023 6:43:16 AM.
Microsoft SQL Server Compact Edition is an embedded database system that allows us to integrate it in our Web, Desktop and Mobile applications.
Entity Framework CRUD Operations Using Stored Procedure
1/11/2023 6:20:31 AM.
In this post I would like to share something regarding Entity Framework, how we can implement CRUD operations using stored procedures in Entity Framework.
CRUD Operations Using Stored Procedure and Entity Framework in ASP.Net MVC
1/11/2023 5:38:31 AM.
This article shows how to perform CRUD operations using Stored Procedures and Entity Framework in ASP.NET MVC.
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.
Cascading Deletes in LINQ to SQL
1/10/2023 6:16:15 AM.
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to
Rockin’ The Code World with dotNetDave ft. Robert Bogue Ep. 71
1/9/2023 8:18:14 AM.
Join us with Robert Bogue for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
.NET 7 Entity Framework/EF7 - Install And Code First Migrations
12/22/2022 11:33:10 AM.
In this article, you will learn about .NET 7 Entity Framework / EF7 - Install And Code First Migrations.
Entity Framework (7), With .NET WPF, Database-First
12/16/2022 5:13:03 AM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (2), With .Net MVC, Database-First
12/16/2022 5:05:28 AM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/16/2022 5:03:00 AM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (4), With .Net Core MVC, Code-First
12/16/2022 5:00:43 AM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
Entity Framework (0-1), Overview Additions
12/16/2022 5:00:03 AM.
This article will add some additions for Entity Framework Overview.