Skip to content

zqb971/EntityFramework6

 
 

Repository files navigation

Entity Framework 6.x

Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Entity Framework is actively developed by the Entity Framework team in collaboration with a community of open source developers. Together we are dedicated to creating the best possible data access experience for .NET developers.

EF6.x here, EF Core elsewhere

This project is for Entity Framework 6.x. Entity Framework Core is a lightweight and extensible version of Entity Framework and is maintained at https://github.com/aspnet/EntityFramework.

How do I use EF

If you want to use an officially supported Entity Framework release to develop your applications then head to https://msdn.com/data/ef where you can find installation information, documentation, tutorials, samples, and videos.

If you want to try out the latest changes that have not been officially released yet, signed nightly builds of the Entity Framework code base are made available

How do I contribute

There are lots of ways to contribute to the Entity Framework project including testing out nighty builds, reporting bugs, and contributing code.

All code submissions will be rigorously reviewed and tested by the Entity Framework team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.

About

This is the codebase for Entity Framework 6 (previously maintained at http://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/aspnet/EntityFramework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • 1C Enterprise 0.6%
  • Visual Basic .NET 0.2%
  • Yacc 0.1%
  • Smalltalk 0.1%
  • PowerShell 0.1%