This commit is contained in:
Martin Woodward 2015-05-27 17:11:36 +01:00
Родитель 18e676a00e
Коммит 4af9b7e17d
3 изменённых файлов: 23 добавлений и 22 удалений

Просмотреть файл

@ -1,21 +0,0 @@
# Entity Framework 6
[Entity Framework (EF)](http://entityframework.codeplex.com/) 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 which is assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible data access experience for .NET developers.
## Project Details
* [Project Info Site](http://entityframework.codeplex.com/)
* [Project Code Site](http://entityframework.codeplex.com/SourceControl/latest)
* Project License Type: [Apache License 2.0 (Apache)](http://entityframework.codeplex.com/license)
* Project Main Contact: [Rowan Miller](http://www.codeplex.com/site/users/view/RoMiller)
## Quicklinks
* [Contribute](http://entityframework.codeplex.com/wikipage?title=Contributing)
* [Facebook](https://www.facebook.com/efmagicunicorns)
* [Twitter](https://twitter.com/efmagicunicorns)
* [Discussions](http://entityframework.codeplex.com/discussions)
* [Blog](http://blogs.msdn.com/adonet)
### Documentation:
* <http://msdn.com/data/ef>
* <http://entityframework.codeplex.com/documentation>

Просмотреть файл

@ -0,0 +1,22 @@
# Entity Framework
[Entity Framework (EF)](http://entityframework.codeplex.com/) is the recommend data access technology for new applications in .NET. It 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 7 (EF7) provides a familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support. EF7 also enables access to data across relational and non-relational stores. EF7 is much more lightweight than previous versions and is built from the ground up to work great against [.NET Core](https://github.com/dotnet/core), in the cloud (using ASP.NET 5), on devices (i.e. in universal Windows apps) as well as in traditional .NET Framework scenarios.
## Project Details
* [Project Info Site](https://github.com/aspnet/EntityFramework/wiki)
* [Project Code Site](https://github.com/aspnet/EntityFramework)
* Project License Type: [Apache 2.0](https://github.com/aspnet/EntityFramework/blob/dev/LICENSE.txt)
* Project Main Contact: [Rowan Miller](https://github.com/rowanmiller)
## Quicklinks
* [Contribute](https://github.com/aspnet/EntityFramework/wiki/Getting-and-Building-the-Code)
* [Facebook](https://www.facebook.com/efmagicunicorns)
* [Twitter](https://twitter.com/efmagicunicorns)
* [Blog](http://blogs.msdn.com/adonet)
* [Entity Framework 6](http://entityframework.codeplex.com/)
### Entity Framework Documentation:
* <http://msdn.com/data/ef>

Просмотреть файл

@ -26,7 +26,7 @@
"contributor": "Microsoft"},
{"name":"dotnet-sdk-for-hadoop.md",
"contributor": "Microsoft"},
{"name":"entity-framework-6.md",
{"name":"entity-framework.md",
"contributor": "Microsoft"},
{"name":"kudu.md",
"contributor": "Microsoft"},