65,938 articles
CodeProject is changing.
Read more
.
Everything / entity-framework / EF6.0
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Submit your article
EF6.0
EF6.0
Great Reads
15.
2 What's New for XAF
by
Michael Bogaerts
What brings the 15.
2 release for XAF (win) developers
Adding INotifyPropertyChanged to Entity Framework Classes
by
MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.
0 entity classes
ASP.
NET Core RC2 Using WEB API And AngularJS - Part 1
by
Toan Manh Nguyen
In this article you will learn about ASP.
NET Core RC2 using WEB API and AngularJS.
ASP.
NET Core RC2 Using WEB API And AngularJS - Part 2
by
Toan Manh Nguyen
In this article,
you will learn about ASP.
NET Core RC2 using WEB API and AngularJS.
Latest Articles
15.
2 What's New for XAF
by
Michael Bogaerts
What brings the 15.
2 release for XAF (win) developers
Adding INotifyPropertyChanged to Entity Framework Classes
by
MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.
0 entity classes
ASP.
NET Core RC2 Using WEB API And AngularJS - Part 1
by
Toan Manh Nguyen
In this article you will learn about ASP.
NET Core RC2 using WEB API and AngularJS.
ASP.
NET Core RC2 Using WEB API And AngularJS - Part 2
by
Toan Manh Nguyen
In this article,
you will learn about ASP.
NET Core RC2 using WEB API and AngularJS.
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
EF6.0
15.
2 What's New for XAF
by
Michael Bogaerts
What brings the 15.
2 release for XAF (win) developers
Adding INotifyPropertyChanged to Entity Framework Classes
by
MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.
0 entity classes
CRUD operation with Entity Framework 6 Code First approach in MVC 5
by
TalentTuner
In this article,
I’ll describe how to perform basic CRUD operations using code first in an MVC5 application.
Custom Seed Serializer for Entity Framework Code First C#
by
DiponRoy
Custom Seed Serializer for Entity Framework Code First C#
EF6 Migrations and TimeStamp Bug with CodeFirst
by
Herman
.Instance
Migrations does not apply to T-SQL rules for ALTER TABLE ALTER COLUMN
Entity Framework,
Hybrid Approach
by
Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
Exclude Type from the Model in Entity Framework Code First
by
Dukhabandhu Sahoo
Know how to exclude types from the Model in Entity Framework Code First
Finding Non-disposed Contexts in Entity Framework 6.
x Applications
by
Vahid_N
It's easy to forget not disposing object contexts,
which leads to memory leaks and also leaves too many related connection objects not disposed as well.
Generic Entity Framework AddOrUpdate Method with Composite Key Support
by
Nathan Minier
Generic AddOrUpdate for EF with composite key support
MVC Load Stocks Data on Runtime in a Grid View
by
Wajahat Aftab
How to load data from live market stock feed in a grid view
OData
by
me.ajaykumar
OData
Property Mapping in Entity Framework Code First
by
Dukhabandhu Sahoo
Learn how property is automatically mapped to column and how to manage it in entity framework code first.
SQL Dependency using Entity Framework in WPF
by
CyberMakarov007
SQL table dependency with entity framework in WPF
Testing with mock on Entity Framework 6
by
Richard Silveira
EntityFramework.
MoqHelper library to work with Entity Framework 6 and Moq libraries doing mocks of Entity Framework main methods that access database.
Use of Database.
SetInitializer() Method in Code First
by
Dukhabandhu Sahoo
The use of different Database initializer options in Entity Framework Code First
Validate a Unique Constraint at dbContext ValidateEntity in Entity Framework
by
Wahid Bitar
Validated the unique constraints at dbContext ValidateEntity in a generic way by reading the IndexAttribute values.
Very Basic Console Application Using Entity Framework
by
Md. Mainul Islam
This tip will show the ways to incorporate Entity Framework in .
NET applications.