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 ntity 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]
Jignesh Trivedi (12)
George (12)
Sandeep Singh Shekhawat (6)
Sardar Mudassar Ali Khan (3)
Ajay Kumar (3)
Saineshwar Bageri (3)
Jitendra Mesavaniya (3)
Manoj Kalla (2)
Abhimanyu K Vatsa (2)
Sourav Kayal (2)
Mukesh Kumar (2)
Chetan Sanghani (2)
Jobin S (2)
Sarathlal Saseendran (2)
Allani Saikumar (2)
Ankit Sharma (1)
Supreet Tare (1)
Suthish Nair (1)
Sanwar Ranwa (1)
Mukesh Kumar (1)
CSharp TV (1)
Mithilesh Kumar (1)
Tahir Ansari (1)
Jagdeep Singh Jhass (1)
Prasad Rane (1)
Vijay Yadav (1)
Jaimin Shethiya (1)
Velladurai (1)
Ahmed Abdi (1)
Debasis Saha (1)
Shahbaz Hussain (1)
Farhan Ahmed (1)
Rikam Palkar (1)
Khaja Moizuddin (1)
Anupam Maiti (1)
Ramasagar Pulidindi (1)
Akhil Mittal (1)
Ayush Gupta (1)
Shiju Joseph (1)
Manish Kumar Choudhary (1)
Rajneesh Chaubey (1)
Nimit Joshi (1)
Shivprasad (1)
Princy Gupta (1)
Rahul Kumar Saxena (1)
Jayraj Chhaya (1)
Munesh Sharma (1)
Shivam Tiwari (1)
Chethan N (1)
Aman Patel (1)
Satyaprakash Samantaray (1)
Kiran Kumar Talikoti (1)
Ravi Shukla (1)
Shiv Sharma (1)
Xiaoping Wu (1)
Jay Krishnareddy (1)
Vikas Singh (1)
Related resources for ntity framework
No resource found
ASP.NET Core - CRUD With React.js And Entity Framework Core
10/11/2024 12:27:56 PM.
Discover how to implement CRUD (Create, Read, Update, Delete) operations, set up a RESTful API, and manage data effectively. Enhance your web development skills with practical examples and best practi
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
10/8/2024 9:03:31 AM.
The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and
Passing Connection String Dynamically While Using a Model First Approach
10/8/2024 3:57:28 AM.
We'll discuss the importance of dynamic configuration for database connections, demonstrate effective techniques for setting up runtime connection strings, and highlight best practices for managin
Generate or find Connection String from Visual Studio
10/3/2024 11:44:59 AM.
This guide covers various methods, including using the Connection String Builder, accessing app.config and web.config files, and integrating with SQL Server and Entity Framework. Mastering connection
Search Records Between Two Dates Using Stored Procedure And Entity Framework In ASP.NET MVC
10/3/2024 11:32:18 AM.
In this article, we will learn to write and execute a SQL stored procedure, pass parameters for date filtering, and retrieve results in an efficient and structured manner.
Creating an Entity Data Model (Entity Framework 4.0)
10/1/2024 9:06:15 AM.
The ADO.NET Entity Framework is a new data access platform from Microsoft for writing .NET applications. It is a set of technologies in ADO.NET that helps fill in the space between object-oriented.
Overview of Minimal API
10/1/2024 8:20:11 AM.
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 1
9/27/2024 10:08:34 AM.
This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
Repository Design Pattern in MVC Architecture With Entity Framework
9/18/2024 5:49:26 AM.
In this article, we will learn the Repository Design Pattern in MVC Architecture with Entity Framework simplifies data access by creating a layer between the data and business logic.
A New Era of .NET Development with MongoDB - Software Architecture Conference
9/16/2024 11:10:36 AM.
In this video, you'll learn how MongoDB is improving the .NET/C# developer experience with the MongoDB Provider for Entity Framework Core (EFCore), alongside other integrations like Microsoft Sema
Entity Framework In MVC - Part Three
9/12/2024 12:12:57 PM.
This article explains the Code First approach in MVC using Entity Framework. It covers creating a new database from domain classes, reverse engineering an existing database to generate POCO classes, a
Entity Framework Core Feature - Global Query Filters
9/12/2024 5:59:39 AM.
Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
Introduction To Entity Framework Core
9/12/2024 5:45:08 AM.
Explore the basics of Entity Framework Core in this introduction. Learn how EF Core simplifies data access in .NET Core applications through Object-Relational Mapping (ORM).
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
9/4/2024 12:15:27 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
9/4/2024 12:14:57 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Entity Framework (12), with New .Net Core MVC Code-First
9/3/2024 2:34:44 PM.
This article discuss the new .Net Core MVC entity framework, code first module.
OutputCache (1), In ASP.NET MVC
8/29/2024 3:24:17 PM.
This article is to explain how you can improve the performance of an ASP.NET MVC application by taking advantage of the output cache.
CRUD Operations In ASP.NET Core Using Entity Framework Core Code First
8/29/2024 7:28:45 AM.
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
8/29/2024 7:18:32 AM.
In this article, you will learn how to perform CRUD operations with ASP.NET MVC Core and Entity Framework Core.
Repository Pattern In ASP.NET Core
8/29/2024 7:16:41 AM.
In this article, you will learn about repository pattern in ASP.NET Core.
Implementation Ajax Calls in ASP.NET Core MVC
8/27/2024 7:03:37 AM.
Learn how to build a dynamic fleet management system using AJAX in ASP.NET MVC with SQLite as the database provider. This tutorial guides you through creating, managing, and displaying vehicle data in
Entity Framework (0), Overview
8/10/2024 2:07:47 PM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Entity Framework (0-1), Overview Additions
8/10/2024 2:07:26 PM.
This article will add some additions for Entity Framework Overview.
Entity Framework (1), With .Net MVC, Code-First
8/10/2024 2:07:03 PM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (2), With .Net MVC, Database-First
8/10/2024 2:06:31 PM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (5), With .Net Core MVC, Database-First
8/10/2024 2:05:43 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Entity Framework (7), With .NET WPF, Database-First
8/10/2024 2:05:14 PM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (10), With .Net WebForms, Database-First
8/10/2024 2:04:27 PM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
Implementing Pagination and Filtering in ASP.NET Core 8.0 API
8/6/2024 6:40:33 AM.
Learn how to efficiently implement pagination and filtering in your ASP.NET Core 8.0 API using Entity Framework Core. Enhance performance, scalability, and user experience with server-side data handli
Repository Pattern With ASP.NET MVC And Entity Framework
8/5/2024 3:59:24 AM.
The "Repository Pattern with ASP.NET MVC and Entity Framework" tutorial guides you through implementing a robust data access layer using the repository pattern in ASP.NET MVC applications.
Repository Pattern In ASP.NET MVC
8/5/2024 3:53:48 AM.
In this article, we will learn about Repository pattern which is mostly used to create enterprise applications. Repository pattern divides application’s UI, business logic and data access components i
Blazor Web Assembly 3.2 Add/Edit/Delete Fully Functional Application - Part One
7/29/2024 8:37:43 AM.
This article guides you through creating a Blazor web assembly app with .NET Core hosting. It covers setting up .NET Core APIs, Entity Framework Core for SQL Server data access, and implementing CRUD
Database First Approach in .NET Core
7/25/2024 7:54:49 AM.
Discover the Database First Approach in .NET Core with our comprehensive guide. Learn how to efficiently integrate databases into your application using Entity Framework Core, design robust data model
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
LINQ to ADO.NET: Enhancing Data Access with Modern Querying
7/23/2024 3:46:30 AM.
In the evolving world of .NET, querying databases has traditionally been done using ADO.NET, which provides a robust set of classes for data access. However, the introduction of Language Integrated Qu
Soft Deletes with EF Core
7/16/2024 5:45:57 AM.
Learn how to implement soft deletes using EF Core in your ASP.NET Core applications. This guide covers the soft deletion pattern, ensuring data integrity while keeping historical records.
Working with Entity Framework Core
7/15/2024 5:17:51 AM.
Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) framework provided by Microsoft for .NET applications. It simplifies data access and persistence by allowing developers to
The Unit of Work Pattern in C# for Modern Applications
7/11/2024 8:17:00 PM.
Explore the Unit of Work pattern in C#, essential for modern application development. Discover how it facilitates efficient database operations, manages transactions with Entity Framework, and enhance
Generic Repository with EF Core in .NET Core 8
7/3/2024 9:18:09 AM.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become gidd
Code First Approach In ASP.NET Core MVC With EF Core Migration
6/25/2024 10:07:59 AM.
Explore the Code First approach in ASP.NET Core MVC with EF Core Migration in this comprehensive guide. Learn how to define your database schema using C# classes, create and manage migrations, and kee
Entity Framework Performance Improvements with Code Examples
6/23/2024 9:51:28 PM.
Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bottlen
How To Connect Database in ASP.NET MVC using C# with ADO.NET
6/19/2024 5:58:57 PM.
Learn how to integrate SQL Server with your MVC application, configure connection strings, and perform CRUD operations. Ideal for developers seeking to enhance their data access techniques in ASP.NET.
Clinic Management Project Using ASP.NET MVC 5
6/19/2024 9:55:18 AM.
We will build a clinic management project for Tayo Clinic. Patients register and make appointments with available doctors, who then fill out attendance forms with diagnoses and therapy details. Admins
Understanding CRUD Operation in Blazor
6/19/2024 4:20:13 AM.
Explore Blazor Server and WebAssembly models, integrate Entity Framework Core for data management, utilize Razor Components for UI design, and understand data binding in Blazor for seamless interactio
How To Implement Authentication Using Identity Model In ASP.NET Core
6/18/2024 10:48:48 AM.
ASP.NET Core Identity is a robust authentication mechanism in .NET Framework, replacing classic ASP.NET's membership system. It offers comprehensive user and role management, integrates with Entit
Custom Authorization Filter In MVC With An Example
6/14/2024 10:41:04 AM.
Learn how to implement custom authorization filters in ASP.NET MVC using Entity Framework and SQL Server. This tutorial covers creating roles and users, using custom authentication, and controlling a
Repository Design Pattern In ASP.NET MVC
6/13/2024 8:25:08 AM.
Learn why direct database access complicates applications. Repository pattern in C# separates data access, improves testability, and supports flexible architecture changes. Follow a step-by-step guide
Bootstrap Pagination Dynamically In ASP.NET MVC
6/12/2024 9:38:07 AM.
This tutorial guides you through dynamically implementing Bootstrap pagination in ASP.NET MVC using Entity Framework and ViewModel. Set up SQL Server, MVC architecture, and Bootstrap for efficient pag
Preventing XSS Attacks in ASP.NET Core MVC
6/12/2024 6:56:55 AM.
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. Acc
Creating Simple Cascading DropDownList In ASP.NET Core MVC With New Tag Helpers
6/7/2024 10:44:02 AM.
Learn how to implement cascading dropdowns in ASP.NET Core MVC. This guide covers setting up the database, creating models, controllers, views, and using jQuery AJAX for dynamic dropdown population. D
Using jQuery DataTables Grid With ASP.NET CORE MVC
6/7/2024 10:43:33 AM.
Learn to integrate jQuery DataTables Grid with ASP.NET Core MVC in a step-by-step tutorial. This guide covers creating an ASP.NET Core MVC project, setting up a database, and using Entity Framework Co
Mastering ASP.NET Core Identity in ASP.NET Core MVC
6/6/2024 7:23:54 AM.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
REST API's Implementation In WPF Using Entity Framework
6/5/2024 11:33:42 AM.
Learn to integrate REST APIs into your WPF (Windows Presentation Foundation) application using Entity Framework. Utilize Entity Framework for seamless data management and interact with external servic
CRUD Using ASP.NET MVC 5 And Entity Framework
6/5/2024 11:31:44 AM.
ASP.NET MVC 5 with Entity Framework enables seamless CRUD operations, facilitating efficient data management in web applications. Leveraging C# and .NET Framework, developers can implement robust solu
Developing API In .NET Core With GraphQL
6/5/2024 8:14:10 AM.
Developing API in .NET Core with GraphQL" involves leveraging the power of GraphQL to create efficient and flexible APIs in the .NET Core ecosystem. This approach enables developers to design a s
Using Identity In ASP.NET Core MVC Authentication
6/5/2024 8:12:49 AM.
Explore robust user authentication in ASP.NET Core MVC with Identity framework. Learn role-based access control, claims-based authentication, and seamless integration with ASP.NET Core middleware for
Code-First Stored Procedure Entity Framework 6.0
6/3/2024 10:06:42 AM.
This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map stored p
LINQ Query Syntax vs Method Syntax in Entity Framework
5/29/2024 4:39:33 AM.
Choosing between LINQ Query Syntax and Method Syntax in Entity Framework depends on various factors. Query Syntax often resembles SQL, making it more intuitive for those with SQL background, while Met
Eager Loading and Lazy Loading in Entity Framework
5/28/2024 5:29:38 AM.
Entity Framework (EF) is a popular Object-Relational Mapping (ORM) framework for .NET. Understanding these concepts is crucial for improving the performance and efficiency of your applications.
Multiple OrderBy Operations in Entity Framework
5/27/2024 5:54:42 AM.
Entity Framework (EF) is a powerful ORM (Object-Relational Mapper) in .NET that allows developers to work with databases using .NET objects. In EF, this can be achieved using OrderBy, ThenBy, OrderByD
RESTful Day 1: Enterprise Level Application Architecture With Web APIs Using Entity Framework, Generic Repository Pattern and Unit of Work
5/24/2024 4:57:55 AM.
Explore the intricacies of Web APIs, leverage Entity Framework for seamless data access, implement the efficient Generic Repository Pattern, and ensure transactional integrity with the Unit of Work pa
Dynamic Mapping Database result to Entity T
5/20/2024 7:16:04 AM.
This article provides logic for Mapping the SQL Result to C# Class. This code snippet demonstrates the dynamic mapping of SQL result columns to C# properties, converting SNAKE_CASE SQL column names to
Dotnet Core, EF Core Store Procedure With Multiple Results
5/20/2024 6:33:57 AM.
Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alternativ
Difference between ADO.NET, ORM and Dapper
5/20/2024 4:39:12 AM.
This article explores ADO.NET, ORM, and Dapper in the .NET ecosystem, detailing their history, evolution, and best practices and providing C# code examples for effective data access management.
A Simple Step to Entity Framework: Code First Approach
5/17/2024 11:02:24 AM.
Learn the foundational steps of Entity Framework's Code First approach in this straightforward guide. Dive into database development with ease using C# and Visual Studio, mastering Object-Relation
Table Splitting in Entity Framework 6 (Code First Approach)
5/17/2024 10:42:39 AM.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table,
Entity Framework's Database Seed Method
5/17/2024 10:35:16 AM.
In this article, we will learn Entity Framework Database Seed Method that allows you to seed some dummy data in the database for testing purposes.
Working With Change Tracking Proxy in Entity Framework 6.0
5/17/2024 10:21:30 AM.
In this article, you will learn about Proxy Objects, ObjectStateManager, and EntityState to leverage advanced tracking features for data manipulation and performance optimization in your .NET applicat
Get Comma Separated Values From SQL Server Using Entity Framework (EF)
5/17/2024 10:20:28 AM.
Learn how to retrieve data from SQL Server using Entity Framework (EF) in C#. This tutorial covers querying with LINQ, transforming results into comma-separated values (CSV), and leveraging EF's d
Entity Framework: Code First Data Annotations
5/16/2024 11:28:54 AM.
Entity Framework code First approach allows us to use our POCO (domain) classes as model and Entity framework is use this classes to querying data, change tracking and other updating function.
Inserting Data Into Multiple Tables In MSSQL At Once In .NET (Affecting Multiple Rows)
5/16/2024 8:33:44 AM.
Efficiently insert data into multiple SQL tables in .NET using ADO.NET transactions, ensuring atomicity and data integrity across affected rows for robust database operations.
Working With Stored Procedures Using Entity Framework: Part 1
5/16/2024 8:32:00 AM.
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
3 Ways of Doing Optimistic Locking in .NET
5/16/2024 8:31:32 AM.
In this article we will touch base 3 ways of doing optimistic locking i.e. Using ADO.NET dataset, SQL Server Timestamp check and old / new value check.
New Features in .NET 4.5 and 5.0
5/16/2024 5:51:25 AM.
Discover the latest enhancements in .NET with versions 4.5 and 5.0. Explore async programming using async/await, improved performance, Entity Framework updates, ASP.NET Core (in .NET 5.0), enhanced LI
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
5/16/2024 5:44:07 AM.
The "DbComparisonExpression Requires Arguments With Comparable Types" error in Entity Framework indicates a type mismatch in a query comparison. It occurs when attempting to compare two valu
Pre-Generated Views With a Code First Model Entity Framework 6.0
5/16/2024 5:39:46 AM.
Pre-generated views in Entity Framework 6.0 with a Code First model enhance performance by reducing the cost of view generation at runtime. By pre-compiling these views, you can significantly improve
Tips for Improving Performance in Entity Framework
5/15/2024 5:30:04 AM.
Optimizing Entity Framework performance, particularly in EF Core, is crucial for efficient data access. These strategies, like eager loading and compiled queries, enhance responsiveness and reduce ove
Association in Entity Framework
5/14/2024 11:00:56 AM.
Entity Framework manages associations between entities in databases, facilitating relationships like one-to-one, one-to-many, and many-to-many. Through navigation properties and various mapping strate
Deciding the Right Data Reading Architecture in .NET
5/11/2024 2:26:25 PM.
In the dynamic realm of .NET development, choosing the right data reading architecture is paramount for application performance, scalability, and maintainability. Let's delve into practical exampl
CRUD using the Repository Pattern in MVC
5/10/2024 7:59:18 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
5/9/2024 11:56:39 AM.
Perform CRUD operations in MVC using Entity Framework 5.0's Code First approach. Define entity classes, utilize DbContext and LINQ for data access, and generate views and controllers with scaffold
Entity Framework: Code First Migrations With the Existing Database
5/9/2024 11:52:10 AM.
Explore Entity Framework's Code First Migrations to seamlessly integrate existing databases with your application. Learn efficient techniques for data modeling, schema synchronization, and version
Role Based Authorization In Blazor
5/9/2024 10:24:11 AM.
Role-Based Authorization in Blazor enables access control based on user roles. By defining roles and policies, specific functionalities or resources can be restricted to users with certain roles. Blaz
Building CRUD Operations in .NET Core 8 with MongoDB
5/9/2024 4:48:33 AM.
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for
Stored Procedures With Entity Framework
5/8/2024 9:54:50 AM.
Stored procedures in Entity Framework offer a way to execute database logic from within your .NET application. Utilize EF's capabilities to map and execute stored procedures efficiently, enhancing
Relationship in Entity Framework Using Code First Approach With Fluent API
5/7/2024 11:23:34 AM.
Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
5/7/2024 10:33:55 AM.
Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
Inject a DbContext Instance Into BackgroundService in .NET Core
5/5/2024 8:28:55 AM.
In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
Database Connectivity in Visual Studio
5/3/2024 9:16:16 AM.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
CRUD Operation Using Single Stored Procedure In ASP.NET MVC Of Real-Time Project
5/2/2024 10:03:03 AM.
Explore ASP.NET MVC's streamlined CRUD operations using a single stored procedure in a real-time project. Leverage Entity Framework, SQL Server, and ViewModel mapping for efficient database intera
Implement Many-To-Many Relationship in C# Class
5/1/2024 11:13:30 AM.
Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
5/1/2024 11:04:59 AM.
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenant e
Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC
4/30/2024 9:54:32 AM.
This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like P
SQL Server Primary & Foreign Key Association: Visual C# Entity Framework
4/30/2024 9:52:50 AM.
Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and esta
NHibernate in Details: Part 2
4/30/2024 9:49:29 AM.
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
Code First Migrations With Entity Framework
4/30/2024 9:39:59 AM.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
Real-Time Text Display in Power Apps
4/30/2024 9:16:05 AM.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
Entity Framework Core in .NET Core: MySQL Code-First Migration
4/30/2024 9:15:07 AM.
This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
đź’ Clean Architecture End To End In .NET 5
4/30/2024 9:06:48 AM.
Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
4/30/2024 3:40:13 AM.
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework,