COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
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)
Jignesh Trivedi (4)
Jitan Gupta (2)
Nitin Kumar (2)
Dipak Talaviya (1)
Rajdip Sarkar (1)
Mithilesh Kumar (1)
Dhruv Maurya (1)
Safayat Zisan (1)
Nishan Aryal (1)
Akshay Phadke (1)
Manish Kumar Choudhary (1)
Pankaj Kumar Choudhary (1)
Akhil Mittal (1)
Nitin Pandit (1)
Kumar Bhimsen (1)
Debendra Dash (1)
Piyush Dixit (1)
Rahul Sahay (1)
Vivek Tripathi (1)
Pragati (1)
Rahul Saxena (1)
Jeetendra Gund (1)
Sandeep Singh Shekhawat (1)
Anubhav Chaudhary (1)
Abhimanyu K Vatsa (1)
Related resources for Code First Approach
No resource found
How To Use Entity Framework Code First Approach
3/12/2021 3:29:14 PM.
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.
Creating Web API Using Code-First Approach In Entity Framework
5/16/2017 11:55:24 PM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
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.
Code-First Approach In MVC 5
2/15/2017 11:28:44 PM.
In this article, you will learn the implementation of the Code-First approach in MVC applications.
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 Application Using EntityFramework Code-First Approach: Part 4
4/14/2016 12:43:02 AM.
This article focuses on connecting our MVC application with a database using the CodeFirst 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.
Configure One-To-Many Relationships In Entity Framework Using Code First Approach
1/21/2016 9:54:50 AM.
In this article you will learn about configuring one-to-one relationships in Entity Framework using the code first approach
Configure One To One Relationship In Entity Framework Using Code First Approach
1/8/2016 12:34:25 PM.
In this article you will learn how to configure one to one relationship in Entity Framework using Code First Approach.
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.
Understanding Database Initializer In Entity Framework Code-First Approach
11/9/2015 12:06:12 AM.
In this article you will understand the Database Initializer in Entity Framework Code-First Approach.
Code First Approach in Entity Framework
8/22/2015 7:29:02 PM.
In this article you will learn about the Code First approach in the Entity Framework.
Code First Approach in Entity Framework
7/21/2015 12:24:43 AM.
This article explains the Code First Approach in Entity Framework.
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.
Update Data Using Code First Approach
5/19/2015 5:11:27 PM.
This article shows how to update data using the Code First approach.
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.
Data Annotation Attribute On Code First Approach
5/16/2015 5:44:29 PM.
This article explains the Data Annotation Attribute of 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.
Code First Approach With Stored Procedure
5/12/2015 1:12:00 PM.
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.
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.
EF Code First Approach Stored Procedure With Parameter
5/5/2015 7:24:56 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 use a Stored Procedure with the Fluent API.
Entity Framework: Domain Modelling Approaches
4/30/2015 3:01:18 PM.
In this article I will be describing the three approaches to using Entity Framework (EF)- Model First, Database First and Code First.
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.
Table Splitting in Entity Framework 6 (Code First Approach)
2/26/2015 12:17:27 AM.
In this article you will learn how to split tables in Entity Framework 6.
Entity Splitting in Entity Framework 6 (Code First Approach)
2/21/2015 2:12:30 AM.
This article explains Entity Splitting in Entity Framework 6 (Code First Approach) using C#.
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.
Code First Migrations With Entity Framework
7/20/2014 5:56:26 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 to avoid data loss and how to get a database script that has the changes.
How to Use Code First Approach With Fluent API in ASP.NET MVC Application
6/1/2013 2:48:54 PM.
This article explains how to use the Code First Approach with the Fluent API in an ASP.NET MVC Application.
Code First Approach in Entity Framework: in Hindi
9/21/2012 1:31:09 PM.
Entity Framework is the Microsoft preferred method of data access for .NET applications. It supports strongly-typed access through LINQ. Entity Framework can be used from an ASP.NET Application, (using Entity Data Source) or in ASP.NET MVC etc. In this article we will be creating this using MVC App and we'll be using Visual Studio 2012 for demo.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download