- Entity Framework Tutorial(Second Edition)
- Joydip Kanjilal
- 131字
- 2021-07-16 20:41:54
New features in Entity Framework 7
Entity Framework 7, a major redesign of the ORM, is the latest version of Entity Framework with the vision of "New Platforms, New Data Stores."
Some of the striking features of this release include support for the following:
- Non-relational data stores and in-memory data: You can now use Entity Framework with NoSQL databases as well.
Entity Framework 7 now provides support for the following data providers:
- SQL Server
- SQLite
- Azure Table Storage
- Redis
- In memory (for unit testing)
- Windows Phone and Windows Store applications and the Linux and Macintosh systems: Entity Framework 7 now provides support for Windows Phone, Windows Store, and ASP.NET 5 and desktop applications.
- Unit testing: Entity Framework 7 now provides support to unit test your applications against in-memory or memory-resident databases.
推薦閱讀
- Azure IoT Development Cookbook
- DevOps for Networking
- ASP.NET Core Essentials
- Learn Scala Programming
- 編譯系統(tǒng)透視:圖解編譯原理
- Java Web開發(fā)技術(shù)教程
- 小程序開發(fā)原理與實戰(zhàn)
- Ext JS 4 Web Application Development Cookbook
- Building Serverless Applications with Python
- 碼上行動:用ChatGPT學(xué)會Python編程
- 深入淺出React和Redux
- The Professional ScrumMaster’s Handbook
- Hands-On Kubernetes on Windows
- React.js實戰(zhàn)
- Learning Google Apps Script