- 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.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Flask Web全棧開發實戰
- JavaScript從入門到精通(微視頻精編版)
- 自制編譯器
- Python機器學習:數據分析與評分卡建模(微課版)
- Power Up Your PowToon Studio Project
- PyTorch Artificial Intelligence Fundamentals
- VSTO開發入門教程
- Django:Web Development with Python
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Learning Unity 2D Game Development by Example
- Bootstrap 4 Cookbook
- Swift 4從零到精通iOS開發
- 移動互聯網軟件開發實驗指導
- 用案例學Java Web整合開發