TECHNOLOGIES
ANSWERS
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 Code-First Approach
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi (21)
Mithilesh Kumar (5)
Jignesh Trivedi (4)
Faisal Pathan (3)
Jitan Gupta (2)
Akhil Mittal (2)
Nitin Kumar (2)
Smi10 Kalathiya (1)
Rahul Sahay (1)
Anubhav Chaudhary (1)
Rijwan Ansari (1)
Pragati (1)
Vivek Tripathi (1)
Nishan Aryal (1)
Piyush Dixit (1)
Debendra Dash (1)
Sandeep Singh Shekhawat (1)
Pawan Tiwari (1)
Venkatesh Kumar (1)
Geo J Thachankary (1)
Debasis Saha (1)
Mukesh Kumar (1)
Rebai Hamida (1)
Dipak Talaviya (1)
Rajdip Sarkar (1)
Dhruv Maurya (1)
Safayat Zisan (1)
Akshay Phadke (1)
Manish Kumar Choudhary (1)
Pankaj Kumar Choudhary (1)
Nitin Pandit (1)
Kumar Bhimsen (1)
Rahul Kumar Saxena (1)
Jeetendra Gund (1)
Related resources for Code-First Approach
No resource found
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.
.NET 6 - How To Build Multitenant Application
10/31/2022 5:52:45 AM.
In this article, we are going to learn how to build a multitenant application with.NET 6.
Creating Web API Using Code-First Approach In Entity Framework
6/22/2022 9:04:42 AM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
Code First Approach in Entity Framework
4/6/2021 9:28:22 AM.
This article explains the Code First Approach in Entity Framework.
MVC Application Using EntityFramework Code-First Approach: Part 4
3/17/2021 6:03:49 AM.
This article focuses on connecting our MVC application with a database using the CodeFirst approach.
How to Use Code First Approach With Fluent API in ASP.NET MVC Application
3/9/2021 6:02:13 AM.
This article explains how to use the Code First Approach with the Fluent API in an ASP.NET MVC Application.
How To Implement Database Views Using Entity Framework (EF) Code First Approach
2/26/2021 6:47:15 PM.
In this article, you will learn how to Implement Database Views Using Entity Framework (EF) Code First Approach.
Entity Framework: Domain Modelling Approaches
2/12/2021 10:04:51 AM.
In this article I will be describing the three approaches to using Entity Framework (EF)- Model First, Database First and Code First.
Data Annotation Attribute On Code First Approach
2/9/2021 6:36:32 AM.
This article explains the Data Annotation Attribute of the Code First Approach.
Code-First Approach In MVC 5
1/20/2021 5:36:39 AM.
In this article, you will learn the implementation of the Code-First approach in MVC applications.
Code First Approach in Entity Framework
1/11/2021 4:25:34 PM.
In this article you will learn about the Code First approach in the Entity Framework.
EF Code First Approach Stored Procedure With Parameter
1/11/2021 8:16:03 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also look at how to use a Stored Procedure with the Fluent API.
Understanding Database Initializer In Entity Framework Code-First Approach
1/6/2021 9:36:59 AM.
In this article you will understand the Database Initializer in Entity Framework Code-First Approach.
Update Data Using Code First Approach
12/31/2020 9:52:11 AM.
This article shows how to update data using the Code First approach.
Code First Migrations With Entity Framework
12/10/2020 10:55:25 PM.
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
Table Splitting in Entity Framework 6 (Code First Approach)
11/25/2020 11:48:56 PM.
In this article you will learn how to split tables in Entity Framework 6.
Entity Splitting in Entity Framework 6 (Code First Approach)
11/24/2020 5:20:23 AM.
This article explains Entity Splitting in Entity Framework 6 (Code First Approach) using C#.
Configure One To One Relationship In Entity Framework Using Code First Approach
11/17/2020 9:36:15 AM.
In this article you will learn how to configure one to one relationship in Entity Framework using Code First Approach.
Configure One-To-Many Relationships In Entity Framework Using Code First Approach
11/11/2020 9:41:50 AM.
In this article you will learn about configuring one-to-one relationships in Entity Framework using the code first approach
Import Data From Excel To SQL Server Database Using MVC Code First Approach
11/11/2020 8:32:43 AM.
The article given below describes findings of research about importing data from an Excel sheet into a Web project.
Code-First Approach With ASP.NET MVC Framework
11/10/2020 6:30:35 AM.
We all know Databases is very important of any application, and some time its too complex to manage Databases. To overcome this issue Microsoft come up with the Entity Framework (EF). which reduce com
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.
Code First Approach in ASP.NET MVC
7/10/2019 1:26:10 AM.
In this video, we’ll learn how to perform CRUD operations with the code-first approach in an ASP.NET MVC application.
Entity Framework Core - Code First Approach With Fluent API
6/13/2019 8:40:21 AM.
In this article, you will learn about the code first approach with Fluent API.
Code First Approach - Migration Issues
5/24/2019 9:25:03 AM.
In this article, we’ll learn how to solve the migration merging issues in the code first approach.
ASP.NET Core 2.1 - Implement Entity Framework Core In A Code First Approach
10/17/2018 8:57:06 AM.
In this article, we will discuss the Code-First Approach in Entity Framework Core using ASP.NET Core2.1.
Code First Approach And Code First Migrations In Entity Framework
10/16/2018 5:29:02 AM.
The intent of this article is to explain the code first approach and code first migrations that Microsoft’s Entity Framework provides. In my last article I explained the theory behind entity framework
Code First Approach In ASP.NET Core MVC With EF Core Migration
9/26/2018 8:52:50 AM.
Code First is a technique which helps us to create a database, migrates and maintaining the database and its tables from the code. From the code, means, you directly maintain the database and its corr
Entity Framework In MVC - Part Eight
8/16/2018 10:22:41 AM.
In the previous article, I have explained One- to- One relationship of code first approach in Entity Framework. In this article, I will explain one –to- one and one- to - Many relationships in code fi
CRUD Operation With Repository And Database Initialization In Code First Approach In MVC - Part Six
7/26/2018 9:07:33 AM.
In the previous article, I explained about Code First Migrations and how enable Code First Migrations. In this article, I will explain How to perform CRUD and how to perform searching functionality us
Code First Approach With CRUD Operation In Entity Framework In MVC - Part Four
7/17/2018 10:07:17 AM.
In previous article, I have explained how to implement code first approach when we have existing database. Now, I will explain that how to implement code first approach when we don’t have existing dat
Entity Framework In MVC - Part Three
7/7/2018 6:10:43 AM.
In this article, I will explain how to implement code first approach in MVC. When we run the application then, Code First will create the new database and tables according to our domain classes. While
Build Persisting Layer With ASP.NET Core 2.0 And EF Core 2.0 Using Code First Approach
5/15/2018 3:27:11 PM.
I wrote this article when framework Core 1.0 was introduced as a stable version. But now, we have a lot of changes in the current version Core 2.1.
How To Use Entity Framework Code First Approach
3/12/2018 4:39:02 AM.
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.
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.
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.
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.
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.
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.
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.
Enable Migration In Code First Approach
6/22/2016 4:42:39 AM.
In this article, you will learn about how to use migration in Code First approach
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.
Entity Framework Code First Approach
6/9/2016 12:23:31 PM.
In this article, you will learn about how to implement code first approach.
Fluent API In Code First Approach
5/16/2016 12:45:07 PM.
In this article you will learn about Fluent API in Code First Approach.
MVC 5.0 Application Using Entity Framework Code First Approach: Part Nine
2/19/2016 9:40:15 AM.
In this article you’ll learn how to use EF (Entity Framework) Code First Approach in ASP.NET MVC 5.0 application with the help of Scaffolding templates.
Entity Framework Code First Approach With MVC
1/6/2016 2:34:28 PM.
This article includes step by step tutorial to learn Code First Approach using MVC in Visual Studio.
Table Splitting Update Data Using Code First Approach
5/24/2015 12:57:40 PM.
This article shows how to do table splitting and update data operations using Code First Approach.
Table Splitting Delete Data Using Code First Apporach
5/24/2015 12:57:38 PM.
This article shows how to do table splitting and delete data operations using Code First Approach.
Table Splitting Select Data Using Code First Approach
5/24/2015 12:57:37 PM.
This article shows how to do table splitting and select data operations using Code First Approach.
Table Splitting Insert Data Using Code First Approach
5/24/2015 12:56:52 PM.
This article shows how to do table splitting and insert data operations using Code First Approach
Table Splitting Select Data
5/21/2015 5:29:43 PM.
This article shows how to do table splitting and select data operations.
Entity Splitting Update Data Using Code First Approach
5/21/2015 12:30:41 AM.
This article shows how to perform Entity Splitting and later we will also look at how to perform a update data operation using the Code First Approach.
Entity Splitting Delete Data Using Code First Approach
5/21/2015 12:30:27 AM.
This article shows how to perform Entity Splitting and later we will also look at how to perform a delete data operation using the Code First Approach.
Entity Splitting Select Data Using Code First Approach
5/21/2015 12:30:19 AM.
This article shows how to perform Entity Splitting and later we will also look at how to perform a select data operation using the Code First Approach.
Entity Splitting Insert Data Using Code First Approach
5/20/2015 7:09:32 PM.
This article shows how to perform Entity Splitting and later we will also look at how to perform an insert data operation using the Code First Approach.
Update and Delete Data Using Code First Approach Fluent API
5/19/2015 5:15:33 PM.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also look at how to do update and delete operations.
Select Data Using Code First Approach
5/19/2015 3:26:10 AM.
This article shows how to select data using the Code First approach.
Delete Data Using Code First Approach
5/19/2015 3:25:54 AM.
This article shows how to delete data using the Code First approach.
Insert Data Using Code First Approach
5/19/2015 3:25:46 AM.
This article shows how to insert data using the Code First approach.
Insert Data Using Code First Approach Fluent API
5/15/2015 2:21:39 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also perform an insert data operation.
Code First Approach Using Data With Stored Procedure
5/13/2015 5:28:55 PM.
In this article we will see how to access a SQL Server database with the Entity Framework Code First Approach using data and later we will see how to create a procedure using the Fluent API.
Index Attribute Using Entity Framework
5/12/2015 1:31:20 PM.
This article shows how to access a SQL Server database with the Entity Framework Code First approach and how to create an index.
Delete Data From Complextype Using Code First Approach
5/11/2015 12:15:48 PM.
This article shows how to access a SQL Server database with Entity Framework code first approach and later we will also look at how to do a delete data operation using a complex type.
Insert Data From Complextype Using Code First Approach
5/11/2015 12:11:14 PM.
This article shows how to access a SQL Server database with Entity Framework code first approach and later we will also look at how to do an insert data operation using a complex type.
Code First Approach in MVC With Entity Framework With Primary and Foreign Key Creation
4/18/2015 6:28:12 AM.
This article shows how to create a Primary Key and Foreign Key using the Code First approach in MVC with Entity Framework.
Entity Framework 6.0 Code First
11/7/2014 6:15:13 AM.
In this article, we will learn the basics of the Entity Framework Code First approach by creating a simple console application, but are new to Entity Framework.