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 Code First
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 (7)
Debendra Dash (3)
Ammar Shaukat (3)
Nimit Joshi (3)
Abhimanyu K Vatsa (3)
Jitan Gupta (2)
Manoj S Pant (2)
Nitin Kumar (2)
Gowtham K (2)
Dipak Talaviya (1)
Vincent Maverick Durano (1)
Saumya Rout (1)
Rajdip Sarkar (1)
Mithilesh Kumar (1)
Gaurav Jain (1)
Dhruv Maurya (1)
Asma Khalid (1)
Rajeesh Menoth (1)
Safayat Zisan (1)
Nishan Aryal (1)
Akshay Phadke (1)
Shashangka Shekhar (1)
Emiliano Musso (1)
Kundan Jha (1)
Manish Kumar Choudhary (1)
Pankaj Kumar Choudhary (1)
Akhil Mittal (1)
Manoj Kalla (1)
Amit Choudhary (1)
Nitin Pandit (1)
Venkateshwar Reddy (1)
Kumar Bhimsen (1)
Bhavik Patel (1)
Shridhar Sharma (1)
Azeem Anzari (1)
Piyush Dixit (1)
Rahul Sahay (1)
Vivek Tripathi (1)
Pragati (1)
Rahul Saxena (1)
Jeetendra Gund (1)
Arunava Bhattacharjee (1)
Sandeep Singh Shekhawat (1)
Anubhav Chaudhary (1)
Dom Millar (1)
Related resources for Code First
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.
Building An ASP.NET Core Application With Web API And Code First Development
12/5/2017 10:54:39 PM.
In the previous article, we’ve learned the high-level overview of what Entity Framework is all about and learned how to build a web application quickly using Entity Framework’s Database-First developm
Get Your Hands On Entity Framework Code First Workflow With New Database And Existing Database
11/11/2017 6:08:56 AM.
In this article we are going to learn how to create code first workflow with new database and existing 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.
Code First Development Approach With Entity Framework
7/20/2017 10:32:10 AM.
Which one to use in your project is completely your choice and also what you already have in place. Meaning are you designing/developing something from scratch or you already have got DB or domain cla
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
6/18/2017 9:54:15 PM.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
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.
.NET MVC5 - Entity Framework Simple Code First Database Approach
4/3/2017 4:52:16 PM.
This article is about Entity Framework Code First approach
Code First Migration - ASP.NET Core MVC 6 With EntityFrameWork Core
2/22/2017 1:03:02 AM.
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 ).
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.
.NET Core Code First Migration Using Class Library
8/31/2016 4:32:29 PM.
In this post, we are going to elaborate how to work with EF code first migration using .NET Core class library.
Entity Framework Code First And Migrations: Part Two
7/3/2016 3:59:55 PM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
Navigation Property With Code First (Navigation Property In EF)
6/30/2016 12:18:04 PM.
In this article, you will learn about Navigation Property with code first and navigation property in Entity Framework.
Create Database Table Using Entity Framework Code First
6/29/2016 12:49:29 AM.
This article will help you to understand how to work with a database using Entity Framework Code First.
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.
Create A New Database Using Code First In Entity Framework
6/3/2016 2:06:46 PM.
In this article you will learn how to create a new database using code first in Entity framework.
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.
Introduction To Entity Framework Code First
3/28/2016 10:35:27 AM.
In this article we focused on a code first approach but before that we must first understand Entity Framework itself and different approaches available.
Code First Migrations In ASP.NET MVC
3/23/2016 12:12:04 PM.
In this article we’ll discuss code first migrations in Entity framework Code First Approach that that are used ASP.NET MVC.
Building One To Many Relationship Using Entity Framework Code First
3/23/2016 3:45:11 AM.
In this article you will learn about One to Many Relationship using Entity Framework Code First.
Customize Reverse Engineer Code First - EF Power Tool Enhancement
3/8/2016 9:24:22 AM.
In this article you will learn how to customize reverse engineer code first .
Entity Framework Code First from Scratch
3/3/2016 12:47:55 PM.
In this article you will learn Entity Framework Code First from scratch.
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.
Code First Migrations In Entity Framework Step By Step
1/27/2016 9:37:41 AM.
In this article you will learn about Code First Migrations in Entity Framework step by step.
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
ASP.NET WEB API With Entity Framework 6 Code First Technique - Part 4
1/14/2016 3:46:33 AM.
In this article you will learn how to call ASP.NET WEB API from .NET Application.
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.
ASP.NET WEB API With Entity Framework 6 Code First Technique - Part 2
12/23/2015 4:38:40 AM.
In this article you will learn how to handle the related entities and data transfer object in ASP.NET WEB API with Entity Framework.
Overview Of Code First Migrations In Entity Framework
12/14/2015 5:17:17 AM.
In this article you will learn an overview of Code First Migrations in Entity Framework with Example.
Entity-Framework Code First Migration
11/12/2015 1:10:11 AM.
In this article you will learn about Entity-framework code first Migration. Entity-Framework Code First Migration helps in preserving the data even if your model changes.
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 Migration Using NuGet Commands In ASP.NET MVC 5
10/16/2015 12:00:38 PM.
This article intends to describe the code first migrations in ASP.NET MVC using NuGet Commands.
Data Annotations and Code First Migration in Entity Framework
8/24/2015 1:37:57 PM.
This article explains data annotations and Code First migration in Entity Framework.
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.
Identifying Entity Framework Development Approaches
4/9/2015 12:54:13 AM.
In this article we are identifying the approaches for creating entity data models in the Entity Framework development of .Net.
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: Code First Migrations With the Existing Database
12/3/2014 7:03:29 PM.
In this article, we study the code first approach with an existing database.
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 Stored Procedure Entity Framework 6.0
9/11/2014 3:03:21 AM.
In this article you will learn about Code-First stored Procedures Entity of Framework 6.0.
CRUD Operation Using Entity Framework Code-First
8/26/2014 2:57:00 AM.
In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
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.
Perform Code First Migration in ASP.Net MVC 5
12/24/2013 6:21:45 PM.
This article explains how to do code first migration and how to apply it in an ASP.NET MVC Web Application in Visual Studio 2013.
Introduction to Code First Migration and Adding New Property in Application in MVC5
9/3/2013 1:43:52 AM.
This article introduces Code First Migration in Entity Framework and adding a new field in your application in MVC5 with Visual Studio 2013 Preview.
Introduction of Beta 1 Version of Entity Framework 6
8/20/2013 11:46:14 PM.
In this article I am describing the latest version of Entity Framework which is the Beta 1 version of EF6 and the new features of this version.
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.
Playing with Entity Framework's Code First Database Migration
9/28/2012 10:02:51 AM.
Playing with Entity Framework's Code First Database Migration
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.
Code First Database Migrations in MVC: in Hindi
9/21/2012 1:19:01 PM.
In this video you will learn how to use Migration feature in MVC Apps. I will create a new MVC Project using Code First Approach and then I will make some changes in model to look at the errors and then will use the Migration feature. Video is in Hindi Language.
Creating a Simple ASP.NET CRUD Application Using SQL CE 4 and Entity Framework Code First.
5/20/2012 2:01:24 AM.
Here you will see ASP.NET CRUD application using SQL CE 4 and Entity Framework Code First.
- Ebook
A Programmer's Introduction to C# 2.0, Third Edition
A Programmer's Introduction to C# 2.0, Third Edition is a critical update to the high...
Download