Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / entity-framework / EF6.0

EF6.0

EF6.0

Great Reads

by Michael Bogaerts
What brings the 15.2 release for XAF (win) developers
by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
by Toan Manh Nguyen
In this article you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Toan Manh Nguyen
In this article, you will learn about ASP.NET Core RC2 using WEB API and AngularJS.

Latest Articles

by Michael Bogaerts
What brings the 15.2 release for XAF (win) developers
by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
by Toan Manh Nguyen
In this article you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Toan Manh Nguyen
In this article, you will learn about ASP.NET Core RC2 using WEB API and AngularJS.

All Articles

Sort by Score

EF6.0 

by Toan Manh Nguyen
In this article you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Toan Manh Nguyen
In this article, you will learn about ASP.NET Core RC2 using WEB API and AngularJS.
by Vincent Maverick Durano
This article is part 1 of the series for building a simple web application in ASP.NET MVC 5.
by Vincent Maverick Durano
This article explains how to create a Login page and create a custom role-based page authorization in ASP.NET MVC 5 application.
by Vincent Maverick Durano
This is part four of the series on Building Web Applications in ASP.NET MVC 5.
by SlavaUtesinov
Implementation of "insert" repository with dynamic database table (re)creation, if it not exists. It is possible to specify which migrations will be used for that otherwise will be used default creation logic. Usage example - dynamic logging and archivation or manual table creation for some purposes
by Kuv Patel
Convert a class library of POCO classes to datacontracts for use with WCF without having to write DataContract and DataMember attributes directly to the POCO classes.
by MammadovAdil
Automatically define state of entity graph for EntityFramework Code-First using a single line of code.
by MatthewThomas
In this article, we'll build an ASP.Net MVC 5 web app which will search your Yammer feed for a hashtag, and display the poster's home town on a Bing map
by Måns Tånneryd
Extending the entity framework with bulk operations for both inserts and updates
by Måns Tånneryd
How to extend the Entity Framework with bulk insert functionality, using DbContext
by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
by Dukhabandhu Sahoo
Explore the Entity Framework Code First convention and configuration for creating primary key
by MukeshKumarTech
This article will explain how to perform CRUD (Create, Read, Update and Delete) operations in ASP.NET Core Web API using Entity Framework Core.
by Emanuel Santos
In this article i will show how to create a basic application to detect and recognize faces using EmugCV.
by Michael Doleman
A simple DAL with an integrated, lightweight model for database seeding from a JSON source, using the code-first method in Entity Framework.
by Emiliano Musso
In this article, we will see how to use entity framework in our Applications, developed through the various languages that Visual Studio allows us to use. The examples in this article and probably in the next, will be C # used under WinForms, but - as mentioned - this choice is not going to affect a
by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
by Mercede
Generic data manager provides thread specific IUnitOfWork repository tailored for your entities and takes care of all the plumbing and cleaning in a thread safe way.
by Shamim Uddin
In this article, we are going to learn how to get geolocation address by using Google geolocation API in ASP.NET Web API.
by Wendelius
This article explains the problem, when another transaction (concurrent or not) accidentally overwrites previously modified data and how to prevent this from happening.
by SlavaUtesinov
Practical guidance how to use Effort library in your unit tests including workaround with views and triggers and some pitfalls
by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework
by DiponRoy
How to manage Entity Framework Code First in Real Time Projects
by Dukhabandhu Sahoo
Handle optimistic concurrency using Entity Framework Code First.
by Rahul Pawar LogicMonk
Simple Demo Entity Framework - a tutorial explaining Code First!
by KK Kod
Designing and Development of a simple ASP.NET Web API.
by Rahul Rajat Singh
In this article we will try understand the basics of Repository and Unit of Work Pattern and will also create small ASP.NET MVC sample application to implement a generic repository and unit of work class using entity framework.
by Adriaan Booysen
An example of a nearly complete unknown type being used accross EF, WCF and consumed client side
by Wendelius
This is an alternative for "What You See Is What You Update"