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

Entity Framework

entity-framework

Great Reads

by Akhil Mittal
Repository pattern in MVC3 application with entity framework
by JawadHasan
Use NoSQL database functionality from within a Relational database system
by Mark Pelf
NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2

Latest Articles

by Akhil Mittal
Repository pattern in MVC3 application with entity framework
by JawadHasan
Use NoSQL database functionality from within a Relational database system
by Mark Pelf
NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2

All Articles

Sort by Score

entity-framework 

by Akhil Mittal
Repository pattern in MVC3 application with entity framework
by JawadHasan
Use NoSQL database functionality from within a Relational database system
by Mark Pelf
NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by mrjvdveen
In this post I’d like to share some tools with you, that I think may be of use for any developer.
by Saineshwar Bageri
How to secure ASP.NET Core MVC Applications against top 10 attacks
by Kenji Elzerman
Let's take a look at the very fundamentals of LINQ and how to use it.
by Rahul Rajat Singh
In this article we will try to see how we can model tables having one to many and many to many relationships using Entity Framework.
by Rahul Rajat Singh
This article talks about performing validations while using Entity framework. We will see how the Entities facilitate validations using partial methods.
by scott_liu
Sometimes, a bug fix cannot meet the challenges by a regression test. So thinking twice for a better solution is worthwhile for troubleshooting and bug fixes.
by Marc Clifton
Using EntityFramework Core and SQL Server to create a dynamic IQueryable filtering that is not susceptible to SQL injection attacks
by alirıza adıyahşi
Creating a multi-tenant (SaaS) web application based on ASP.NET Boilerplate and using ASP.NET Core, Angular and EntityFrameworkCore.
by Halil ibrahim Kalkan
Creating a multi-tenant (SaaS) web application based on ASP.NET Boilerplate and using ASP.NET MVC, Angularjs and EntityFramework
by Weidong Shen
Part 2 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
by Weidong Shen
Part 4 of a series describing creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light toolkit, MEF, and T4 Templates.
by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
by Jerod Johnson
This article shows how to access NetSuite data using an Entity Framework code-first approach. Entity Framework 6 is available in .NET 4.5 and above.
by Anatoliy Khotin (9682296)
Small application that allows text to be added to an image for annotation or to create greeting cards using ASP.NET MVC and jQuery
by Benktesh Sharma
Demonstrate how to add EF support in .NET Core project
by sarvesh.upadhyay
ADO.NET Entity Framework as Data Access Layer
by Shivprasad koirala
Quick revision of 25 important ADO.NET Entity Framework interview questions with answers.
by Vincent-Philippe Lauzon
Samples showcasing usage of OData in .NET (WCF Data Services); samples go in increasing order of complexity, addressing more and more advanced scenarios.
by Sandrino Di Mattia
A refactor friendly implementation of INotifyProperty changed, without using Reflection.
by Rahul Rajat Singh
In this article we will discuss about entity framework code first approach.
by Alessandro Del Sole
Learn how to implement an extension method in Visual Basic 2008 for converting a BitmapImage object into a System.Byte() array
by Mangesh_Gaherwar
Article with Angular 7 and Entity Framework core and .net Core
by wells cheung
Angular Single-Page Application, MEF, Privilege Control, WCF Restful Service, ui-router,
by charles922
AngularJS and REST API Tutorial
by charles922
AngularJS and REST API Tutorial - Part 2
by Ashish Mundra
Demonstrates AOP for Exception Handling using Unity2.0 in ASP.NET application
by Vlad Neculai Vizitiu
Application triggers for ASP.NET Core 2.1 Entity Framework Core
by Abdul Quader Mamun
A sample ASP.NET application development using MVC.
by O.Nasri
ASP.NET Core 2.0 & Angular 4: through this tutorial, you will learn how to build from scratch a web application for vehicles management
by Raihan Alam
Authentication using ASP.NET Core MVC and identity
by Leonard E. James
Add Project and Project Skills Processing
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 Shenwei Liu
A full-structured data service sample application migrated from ASP.NET Web API 2.0 to and between ASP.NET Core version 2.1, 3.1 and 5.0
by Shashangka Shekhar
In this post, we are going to explore how a Single Page Application (SPA) sample can be put together using ASP.Net Core & Angular from scratch.
by Pete Sutcliffe
How to utilize the ObjectContainerDatasource from the Web Client Software Factory to perform databinding while maintaining an MVP architecture. Samples are provided for Entity Framework, LINQ to SQL, and ADO.NET.
by Not Active
A look at the ASP.NET MVC application in ASP.NET Extensions 3.5.
by Vincent Maverick Durano
This article will walk you through on implementing a simple "shoutbox" feature in your ASP.NET MVC 5 application.
by R M Shahidul Islam Shahed
ASP.NET MVC 5 applications
by MVukoje
Simple generic extension method that will attach detached POCO to DbContext without reloading it form DB
by Rick Drizin
Simple structure for keeping SQL Server Auditing Tables and Versioned Records in the same set of tables, using Audit Triggers and Entity Framework
by Syed Mehroz Alam
How to customize an AutoCompleteBox as a type-ahead ComboBox for Line of Business applications.
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 Farhad Jabiyev
One of the most popular questions is whether there exists a method which will automatically decide whether to insert, update or delete entity in the Entity-Framework. Now it is possible with EntityGraphOperations library.
by Vlad Neculai Vizitiu
Automation testing dogma and exploration
by JBartlau
This article provides an overview of Visual Studio's integration of combit's report generator List & Label.
by Tanvir Ahmad Arjel
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key, but here I am going to discuss two possible best and easiest ways to do so into two parts of this series. This is Part 1.
by Tanvir Ahmad Arjel
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key, but here I am going to discuss two possible best and easiest ways to do so in two parts of these series. This is Part 2.
by Christopher R Davis, Ben Traynor
Bind your UI controls to generated objects generically
by Peter Ritchie
A review of "WCF 4.0 multi-tier services development with LINQ-to-Entities"
by ASP.NET Community
Programming theMicrosoft® ADO.NET Entity Framework            by David SceppaPublisher : MicrosoftProgramming EntityFrameworkBuilding Data Centric
by Redgate Software, Dan Nolan
In this article, I’m going to show you how you can continue using EF Code First to model your database, while also using ReadyRoll to do the actual deployment of T-SQL change scripts and overcome the challenges of the Code First approach.
by Dan Letecky
Use ASP.NET Core, Entity Framework, DayPilot and vanilla JavaScript to build a web application for doctor appointment scheduling.
by arif_uap
Build your own web-api using new ASP.NET 5 with EF and IdentityUser inside OSX
by Modesty Zhang
This article presents the techniques and caveats of building a 3-tire Azure hosted application using Silverlight 3 (presentation tier), .NET RIA services (business logic and data access), and Windows Azure Table (data storage).
by Pascal Ganaye
DbfDotNet is a very fast and compact fully managed standalone database/entity framework, for the .Net Framework.
by Juan Francisco Morales Larios
Create an Entity Framework Generic Repository in a step by step manner
by Juan Francisco Morales Larios
Continue with the Entity Framework Generic Repository, in this case Connected for stateful apps.
by Fiyaz Hasan
Building a technical event management application with ASP.net 5 MVC and Entity Framework 7
by Weidong Shen
This article describes how to do data validation with Self-Tracking Entity Generator for WPF/Silverlight.
by Weidong Shen
This article describes the IClientChangeTracking interface generated by Self-Tracking Entity Generator for WPF/Silverlight.
by Weidong Shen
This article describes the project setup of building a WPF sample application with Self-Tracking Entity Generator for WPF/Silverlight.
by Weidong Shen
This article describes the IClientChangeTracking interface generated by Self-Tracking Entity Generator and Visual Studio 2012.
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 malzbiertrinker
Anytime you are developing a project using Entity Framework, you need to create a DataLayer class accessing each object within your model with different methods. This generator will do this stuff for you.
by ricmrodrigues
How to use a char as a value for enum items, and why
by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
by Geert van Horrik
This article tries to explain why you should use Catel as the (or one of the) frameworks when developing WPF, Silverlight, and Windows Phone 7 applications.
by Geert van Horrik
This article explains the MVVM framework that ships with Catel.
by Geert van Horrik
This article explains how to write a real-world application using Catel.
by Appusamy.subbian
Cloning the Entity object and all its children using the Entity Framework, using LINQ and Reflection.
by Samuel Gonzalo
A code first real life data model case
by Henry He
In this article, I will explain what transparent lazy loading is and how it's implemented in NHibernate and Entity Framework.
by Akhil Mittal
Complete CRUD Operations in MVC 4 using Entity Framework 5 without writing a single line of code.
by Roshan Choudhary
Handling data concurrency in Entity Framework 6 with Database First Approach.
by Rainer Halanek
A Connection Scope for the Entity Framework that allows to execute commands in a single connection
by DiponRoy
Conversion between DataTable and List in C#
by Khademul Basher
How to create a set of data models from a set of database tables.
by Uladzislau Baryshchyk
This series of articles consists of three articles, in which I will demonstrate step by step how to create a .NET core MVC project
by Antony Highsky
This article describes how to leverage .NET Application Settings architecture to give distributed applications access to shared settings.
by Dukhabandhu Sahoo
Explore the Entity Framework Code First convention and configuration for creating primary key
by David Veeneman
This article discusses how to create a private installation for SQL Compact
by ASP.NET Community
Dear Friends,Dependency injection is the buzz word in asp.net world. There are lots of frameworks available today like Sprint.Net , Unity Framework
by Pedro Pacheco C.
I will teach you the basics of Entity Framework by creating a simple SQL- SERVER database from VISUAL STUDIO
by Shenwei Liu
Create and configure WCF RIA Services class library for Silverlight app
by Akhil Mittal
In this article I’ll explain how we can host aWebAPI in another process independent of IIS.
by DiponRoy
Store all data change history in a table using Entity Framework Core
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 Michael Sync
The simplest way to do CRUD (Create, Retrieve, Update, Delete) operations in Silverlight using ADO.NET Data Service (Astoria).
by S. M. Ahasan Habib
Custom JSON serializer for the Entity Framework
by Renil Joy, Bangalore
Custom Rule Engine approach which can evaluate complex combinations of business rules. A sample application is provided in WPF following the MVVM pattern.
by DiponRoy
Options to customize EF Core migration table
by Kenji Elzerman
Learn the basics of Entity Framework with the database-first approach
by Thomas Maierhofer (Tom)
Introduction into the ORM Framework DataObjects.Net from x-tensive
by seesharper
An abstract syntax tree implementation for SQL
by lecamarade
Using Domain Driven Design together with the ADO.NET Entity Framework.
by Gil Fink
The article explains how to define custom functions in Entity Framework
by Gil Fink
DefiningQueries are a very useful elements that you can use in Entity Framework in order to create views from the model against your database. The article will explain the DefiningQuery element.
by DiponRoy
How to delete all rows in EF Core 6 using alternate options
by Md.Mobidul Islam(Moin)
How Dependency Injection (DI) can help us build a loosely coupled software architecture, and how to implement DI using Autofac.
by Mark J. Caplin
Developing and testing a WPF application using Routed UI Commands and MbUnit.
by Ansel Castro
Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET.
by John Meeks
Award-Winning, Innovative, Feature-Rich ASP.NET Hosting starting from $10/month
by Sacha Barber
An introduction to LINQ
by O.Nasri
You will learn how you can build a management user interface using DotnetCore, Angular2, typescript and web API.
by Hossein Ghahvei Araghi
This article is about DSL and SQL Server Modeling
by O.Nasri
Steps to create a nice dashboard web page using .NET MVC Core
by Sacha Barber
Demonstrates a method of dynamic query across WCF Service boundaries.
by Rick Drizin
Dapper Query Builder using String Interpolation and Fluent API
by Charles d'Avernas
A ready-to-use solution for dynamically querying an Entity Framework DbContext in ASP.NET
by Emanuel Santos
In this article i will show how to create a basic application to detect and recognize faces using EmugCV.
by Nadege Rouelle
Shows how to add foreign key constraints using Entity Framework Code First.
by kusnaditjung
How to create Entity Framework Core 5 data migration in .NET 5
by Rudi Breedenraedt
How to share a transaction across multiple Entity Framework contexts
by Nadege Rouelle
Shows how to configure Entity Framework Code First with Data Annotations and Code Fluent.
by V.GNANASEKARAN
An article on how we can expose our data efficiently with minimal effort by leveraging Microsoft ADO.NET Data Services.
by emerR46
This is a basic Update / Insert (Upsert) Function in Entity Framework
by Rohit Gadagkar
A discussion about architectural patterns for using LINQ to SQL in enterprise applications, along with performance implications
by ASP.NET Community
What is Entity Framework?ADO.NET Entity Framework is an object-relational mapping (ORM) framework for the .NET Framework. Basically it represents the
by Jason Sobell
This article describes a utility that modifies EF4 edmx files so that they support SQL Server's 'Default Value or Binding' property
by Ali Ozgur
I've been recently working on a smart client (WinForms) application backed by Entitiy Framework 4 (EF4) on Visual Studio 2010. In this blog post I will try to give you some tips regarding some limitations and points to be careful about EF4.
by Mark Pelf
Tutorial on EF7 – Code First approach using Command Line (CLI)
by Mark Pelf
Tutorial on EF7 – Database First approach using Command Line (CLI)
by Mark Pelf
Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
by Radu Pascal
Support for enums in Entity Framework is probably the most desired feature, and it's strange it is not supported. This article will show a way to implement it using templates.
by Mahesh Pachbhai
Entity Framework basics
by HHerzl
Entity Framework Core 2 for the Enterprise
by Milan Stanacev
How to use EF Core code-first approach when DB schemas are split into multiple projects and DB contexts.
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 Maxim Kurayan
EF Dynamic Report is a small open source project which allows you to use Entity Framework mapping between types and tables as a dynamic report data source
by Kenji Elzerman
Fundamentals of Entity Framework
by Neerajan Lamsal
Entity Framework Implementation using ASP.NET MVP
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 Vincent-Philippe Lauzon
Introduce different patterns in Entity Framework around selecting a list of entities.
by Not Active
A comparison of performance between ADO.NET and Entity Framework.
by Code Help 2014
A simple tutorial for beginners to learn the basics of Entity Framework. It will teach you how to perform CRUD operations using EF.
by Christopher R Davis, Michael S Knight
Generate an Entity Framework data access layer using an nHydrate model.
by Jovan Popovic(MSFT)
Mapping properties in EF model to database columns that contain JSON
by PatrickJNolan
Configuration.EntityFramework is a custom configuration provider for the .NET Core Configuration system built on EntityFrameworkCore.
by Adriaan Booysen
Adding Seeding Framework towards EntityFrameworkCore that can be wired up in either a dotnet core Web Application or WebAPI
by Razi Syed
This is an alternative for "EntityUI Automatic UI Generator using CodeFirst Approach"
by Razi Syed
Automatic UI Generator with two-way binding for ASP.NET Forms from an object using Code First Principals
by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
by Sams Publishing
This chapter provides you with an overview and introduction to the Microsoft ASP.NET MVC framework. The goal of this chapter is to explain why you should build web applications using ASP.NET MVC
by Sams Publishing
This chapter covers the core make-up and capabilities of Visual Studio 2010.
by DiponRoy
Run Raw SQL Query - Entity Framework Core 6
by Ramu Sangabathula Original
In today's world, application requirements are changing and software is constantly evolving. The Managed Extensibility Framework is a one stop solution for most business problems we solve in our day to day life. Applications targeting MEF can easily adopt to changes in business elegantly.
by Rafal Ziolkowski
How to use .NET Web Services in ExtJS
by Charles T II
A Data Access Framework using Generics, Lambda Expressions, Fluent Interfaces, and the SqlProviderFactory.
by Christopher R Davis, Micheal Knight
This article details how to use nHydrate to add an auditing framework to the nHydrate DAL and Entity Framework DAL.
by Omar Al Zabir
Entity Framework is world’s most difficult ORM for n-tier application. See how I have produced a 100% unit testable fully n-tier compliant data access layer following the repository pattern using Entity Framework.
by Sreekanth Mothukuru
In this article, we are going to implement CRUD operations using popular AngularJs library, ASP.NET MVC, $http & $window services and Entity Framework using Linq
by Khandakar Fazley Rabbi
Life make easy to create data driven websites.
by Farooq Kaiser
In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface.
by demouser743
I would like to share the application which is done in MVC4 using Entity Framework.
by IdeaBlade, Inc.
Creating a Silverlight Application Using IdeaBlade DevForce Silverlight
by Kurt Evenepoel
Implementing Business Logic, Logging, and Validation for the Entity Framework.
by Stephen Boissiere
Part 1 of 3 in a series of articles about generating SQL from an XML file format. This part describes the background to the project and talks about the development of the file format and an XSD schema.
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 Sacha Barber
A nice explar of how to use RESTful WCF and WPF.
by defwebserver
You can create database driven .Net Core applications using JavaScriptServices, and PrimeNG.
by SlavaUtesinov
EF implementation of BulkInsert operation and "Arrays in a Bind" solution at case of absence of EF.
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 Monjurul Habib
Explains in detail how to use Entity Framework Code First for MVC 3.
by Sampath Lokuge
This blog post shows how to use enum with Entity Framework 5.
by Igor Krein
C# Extensions API for Entity Framework intended to simplify usage of drop-down lists, comboboxes and alike
by Somnath Mondal
This article will demonstrate how to enable searches in your applications. The fact that the ASP.NET MVC framework makes it easier to modularize and componentize your design/code makes it better with minimal effort.
by AmbarRay
This article is an attempt to implement a lightweight Enterprise Service Bus using content-based routing in WCF 4 and message mapping transformation using XSLT 2.0.
by Morshed Anwar
Implementing Audit Trail using Entity Framework's caching entries
by Morshed Anwar
Implement Repository Pattern in data access layer with Entity Framework 4.0 and below version (working with ObjectContext and EntityObject )
by Bert O Neill
How Entity Framework Core 6 or 7 projects can take advantage of EF Core 8's OpenJson without having to migrate to EF Core 8 - using a custom NuGet Package for SQL Server
by Shenwei Liu
An article with sample application showing how and what we can do to improve and enhance a WCF and EF data access web service
by Ray_Liang
Using the DotNetAge to upgrade the ASP.NET Mvc Music Store add widgets and security features just in minutes.
by SlavaUtesinov
Practical guidance how to use Effort library in your unit tests including workaround with views and triggers and some pitfalls
by Sourav Kayal
This is the first article demonstrated inheritance in Entity Framework. In this article I have implemented the Table per Hierarchy approach.
by Ernesto Herrera
Integrate Reporting Services with your Silverlight Line-of-Business applications.
by ASP.NET Community
InterfaceAn interface is like a class but all themethods and properties are abstract. An Interface cannot beinstantiated like abstract class. All
by Kundan Singh Chouhan
This article is all about of my developed entity framework pattern named “K-Pattern”
by Yiyi Sun
Rabbit Framework is a new lightweight framework for building web sites using ASP.NET Web Pages / WebMatrix. This article describes one interesting idea out of many found in the framework.
by mohamad halabi
Shows how to build new-design distributed applications with WF 4.0 and Data Services.
by Frank Kerrigan
SQL Server domain modeling with Oslo CTP and the "M" language.
by Marc Clifton
Looking at the EF and database association patterns.
by Ben Emmett
When an application suffers from performance problems, it’s common to assume the database is at fault. Ben Emmett examines why this often isn’t the case, and shows how you can dig into a .NET application’s use of SQL Server with ANTS Performance Profiler.
by mbarbac
A deep dive into the Kerosene ORM Entity Maps operational mode that provides full real support for POCO objects.
by Shivprasad koirala, Marla Sukesh
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
by Akhil Mittal
In this article, we look at how we can leverage Entity Framework approaches and, as per need, use those.
by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework
by Akhil Mittal
ASP.NET Web API 2 with Entity Framework 6 Code First Migrations
by Akhil Mittal
Entity framework core, code first migrations and data annotations in EF Core
by Akhil Mittal
Creating MVC Application & Perform CRUD operations using LINQ to SQL
by Akhil Mittal
How to create MVC application and perform CRUD operations using EntityFramework
by Akhil Mittal
MVC Application using EntityFramework Code-First approach
by Akhil Mittal
Unit of Work Pattern and Repository Pattern, and how to perform CRUD operations in an MVC application.
by Matt Sollars
How to deploy SQL Server CE 3.5 with an application that uses LINQ for data access.
by DaveDavidson
In this article, I show LINQ to Entities syntax that will produce queries with CROSS APPLY and LEFT OUTER JOIN clauses.
by Giorgio Minardi
Providing a generic wrap to Lucene.net basic search functions
by Petr Bříza
Create and manipulate your expression trees without having your hands dirty.
by Vikash Kumar
Metadata class generation according to EDMX for view model or validation
by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
by Espen Harlinn
This article shows how to create a simple trade logging server using Microsoft Message Queuing and Microsoft SQL Server
by André Marcos (Advisor), Igor V. S. Santana
This work proposes the development of a layer integrated to a DMS system in order to map the user's behavior in analytical information allowing validations, more control and facilitating organizational decision making.
by Afzaal Ahmad Zeeshan
.NET Core 2.0 brings a lot of improvements to the system, and it brings a lot of pain to the developers as well. I had a lot of problems upgrading .NET Core 1.x apps to .NET Core 2.0; I yet have to feel the promise it makes about performance and so, but let us see how to upgrade our existing applica
by Dave Clemmer
Using Mo+ to generate a working application, which includes an Entity Framework model, OData services, view model client, and WPF application.
by Somnath Mondal
The benefit of putting validation in the model layer is that, the validation rules will be enforced everywhere in the application that accesses the database. It also means that we can change the validation rule in one place and every UI element inside our app will automatically get updated.
by Soufiane Rabhi
Business application based on WPF MVVM and Entity Framework 6
by Dileep Ashok
Learn and build web application using MVC and Entity Frame work code first, code migration approach.
by syed shanu
This article shows how to create a Are You Genius game using MVC, AngularJS and Web API 2.
by DiponRoy
Conditinal filter query example in SQL, Lambda Expression, C#
by Emad Ibrahim
An article on creating quick and powerful applications using the new technologies introduced with .NET 3.5 and Visual Studio 2008
by Dmitry Zubrilin
A 3-tier application framework and code generation tool - the way for rapid and effective development.
by David Veeneman
A simple, straightforward tutorial that will get you up to speed on the fundamentals of NHibernate as quickly as possible
by Christopher R Davis
How to use the nHydrate ADO.NET generator and keep your database in sync.
by Christopher R Davis
How to use the nHydrate Generator Library.
by Christopher R Davis, Michael S Knight
A comparison of nHydrate and the Entity Framework
by Sunny Makode
This is an introductory article about creating an Odata Rest API in collaboration with Entity Framework. We are also going to use Autofac as our IOC container. Also, Repository and Unit of Work pattern will be used for cleaner access of persistence model through our ORM (Entity Framework).
by DiponRoy
Here, we will see how to configure one to zero/one relation between two entities in Entity Framework Code First
by NeoPunk
This article shows how to bind relational data model with object design model
by Dave Elliott
Looking at ways to parse an Entity Framework EDMX file
by Daniel Vaughan
Knowledge acquired by a neural network is used to predict the element to which a user may intend to navigate.
by Perry Marchant
An article describing the best practices for Entity Framework performance.
by Perry Marchant
An article describing the best practices for Entity Framework performance
by Huseyin Altindag
A simple Personal Address Program to show how to use the LINQ queries on CRUD(Create, Read, Update, Delete) operations with Entity Framework
by Praveen Nair (NinethSense)
This is just a helper article which may help you to decide which technology you might want to go with.
by Arkitec
A quick method of populating ComboBoxes from Enum's with optional resource strings.
by Aydin Khatamneajd
Using ModelMetadataProvider to Set Display Name Metadata for the Model Fields at Runtime
by dasblinkenlight
Working around an Entity Framework exclusion of sql_variant
by Mohammad Elsheimy
Group fields that you do not want to appear as a reference, in a separate type using EF Core owned typed
by Markus Giegl
This article shows how to use the open source re-linq library to easily implement a powerful LINQ provider on the example of LINQ to NHibernate HQL.
by Halit Yurttaş
Repository Pattern sample over Multiple Datasource or Resource on Domain Object Model
by Sul Aga
Repository with Unit of Work
by irriss
The aim of this article is to introduce a way of useful realization of repository pattern based on Entity Framework.
by Ferhat_Karatas
Restoring SQL Server Express 2008 Database with Click Once
by DiponRoy
Select data as DataTable object for a database using Entity Framework
by DiponRoy
Select data as DataSet object for a database using Entity Framework and map results them to entity lists
by Shenwei Liu
How to fix Function Import mappings for EF stored procedure returning multiple result sets
by defwebserver
An example of a Silverlight Application that implements Create, Read, Update, and Delete using web services
by Ali_Khalili
Implement row level security in C# and entity framework
by Henry He
In this article, I will show you how to use Entity Framework Self-Tracking Entity to save temporary data in Enterprise Applications.
by Shuqian Ying
Service based, multi-application ASP.NET custom membership, role and profile providers with a hierarchical role system.
by Vedat Ozan Oner
Arduino data logger implementation using WCF Windows services
by Ziad J.khan
A wrapper to work with the session, cookie, query string or cache in a unified, flexible and type safe manner while offering full support for JSON serialization.
by Bruno Altinet
How to set up a basic application using Silverlight, RIA and NHibernate with top to bottom validation, all nice and fluent:)
by Olmo del Corral
Explains the philosophy behind Signum Framework, an ORM with a full LINQ Provider that encourages an entities-first approach.
by Roger C Moore
A guide to constructing an application using Expression Blend and Silverlight for the front-end which obtains data from a WCF service and SQL Server back-end
by Santhosh Kumar Jayaraman
How to create a simple Silverlight application using the MVVM pattern with WCF and Entity Framework.
by dhaneel
This article explains why Silverlight is needed. Explains the basic things which are required to understand the working of silverlight. Beginners must start with this article.
by Katka Vaughan
Search and play YouTube videos inside a Silverlight 4.0 application! Learn about RIA Services, right-click event handling, themes, and styles.
by alex_lviv
In this article, I will try to describe my vision on creation of simple 3-layer application based on .NET technologies.
by Rahul Pawar LogicMonk
Simple Demo Entity Framework - a tutorial explaining Code First!
by stexavcar
Simple sample with entity framework in 3 layers with ASP.NET
by Zohaib Waqar
Simplifying data access using class libraries and Entity Framework without the need for a .edmx file (ADO.NET)
by Jim_Gray
How I simplify my DataContext using Generics and OOP in C#.NET
by Eduard Silantiev
Using various approaches to increase ASP.NET Core WEB API application's productivity
by Eduard Silantiev
Create a test RESTful WEB API service using ASP.NET Core 2.1
by Asher Barak
Implementing the MVVM Design Pattern with Silvelight - RIA Services.
by Rick Bassham
This article will show you how to subscribe to data changes using Entity Framework 5.0.
by Lộc Nguyễn
Example of Chinook digital media store database
by Gil Fink
The article explains what Table Per Hierarchy Inheritance is and how to apply it in Entity Framework.
by Vlad Neculai Vizitiu
How to write automated tests using entity framework core
by Dave Elliott
The importance of creating a POC as the first step to your next adventure
by David Veeneman
Adapt NHibernate classes to run in WPF
by Bryan Thomas Weikel
LINQ to SQL, Entity Framework, and NHibernate used in a parallel fashion in a three-tier WinForms application.
by KK Kod
Designing and Development of a simple ASP.NET Web API.
by Sacha Barber
A look at how to unit test code that makes use of Repository vs using raw Entity Framework, where we will do this using mocks/test doubles
by Dr. Song Li
This article presents an example on how to control the transaction isolation level in ADO.NET Entity Framework.
by Jeffrey T. Fritz
In this article, I’m going to add the Telerik UI for ASP.NET to my previous Faceted Search with dtSearch article and do some refactoring to make my search page look better and easier to use.
by David Bywaters
Two approaches for unit testing Entity Framework
by Omar Al Zabir
This article presents some realistic unit and integration test examples in a N-tier web application to assist in writing tests that provide confidence in moving towards Test Driven Development (TDD)
by Faustino Dina
In this article we will show one approach to decouple the Entity Framework generated code for stored procedures from the higher layers of code by using the Adapter Pattern
by sea_caty
The article shows how to use AJAX in your applications based on the Microsoft MVC Framework.
by Shenwei Liu
Using an EF designer-based data context for stored procedures returning multiple result sets in a data access Web API application built with the Code First approach
by Halil ibrahim Kalkan
A step by step guide to create a web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
by Halil ibrahim Kalkan
A step by step guide to create a layered web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
by Siddharth R Barman
Interact with MySQL database using EF Core in DotNet Core 1.0.
by Andrey Karinskiy
How to use PropertyGrid and dynamic objects to create a flexible and convenient business objects editor
by caloia
How to call templates dynamically with Reflection
by Emmanuel Nuyttens
Using SilverLight 4 LOB Development using RIA-Services, DTO's and EntityFrameWork
by Not Active
Using SPMetal to generate Linq to SharePoint classes
by Viswanatha Swamy
In this article, we will be looking at how to use SQL Server 2017 Docker image for Local Web API development.
by Rahman Masudur
Using SQLite embedded database with entity framework and Linq-to-SQL
by Yunus Emre Kalkan
How to create custom repostories in ASP.NET Boilerplate and use stored procedure, view, user defined functions inside your repository
by David Veeneman
This series describes how to create modern desktop applications using the Microsoft Desktop Stack -- WPF, Entity Framework 4, and SQL Server Compact Edition 4. The series covers creating a WPF app designed around the MVVM pattern, integrating WPF with Entity Framework 4, using Entity Framework 4.
by David Veeneman
This series of articles explains how to use the Microsoft Stack and presents checklists for implementing it. This part explains using Entity Framework 4.0 with SQL Compact 4.0.
by David Veeneman
This article, shows how to integrate Entity Framework 4 into a WPF application using the MVVM pattern.
by Manprit Singh Sahota
This article is about connecting entity framework code first approach and user defined table type function.
by Burim Hajrizaj
Building very thin database layer when using unit of work pattern together with Enityframework
by Sachin Makwana
Convert uploaded video to MP4 and store it in database. Create thumbnail of the uploaded video and Stream the video from Database using HTML5 video tag and Entity Framework.
by Dylan Morley
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
by Kalvin Lawrence Ernst
Generate a web app instantly, directly from a database (SQL Server)
by SofianH
A description of the open source Web RSS Builder
by SofianH
A description of the open source Web RSS Builder
by Saillesh
Webgrid in ASP.NET MVC
by Omar Al Zabir
A self-diagnostics page that runs through your web.config and confirms all the settings are correct, is a quick and easy way to identify environment problems after configuration change or production deployment.
by Wendelius
This is an alternative for "What You See Is What You Update"
by Shahriar Iqbal Chowdhury/Galib
ASP.NET MVC model binding approaches, fundamental ideas, advantages, and validating models.
by Not Active
A simple look at what Windows Azure Storage is and how it can be used
by Sacha Barber
An introduction into WPF Styles and Templates.
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by latticesoft
XEML (Entity Markup Language) for Code Generation
by Marcelo Ricardo de Oliveira
A multimedia exam suite built on Asp.NET and Youtube
by Marcelo Ricardo de Oliveira
A multimedia exam suite built on Silverlight and Youtube