- Entity Framework Tutorial(Second Edition)
- Joydip Kanjilal
- 90字
- 2021-07-16 20:41:54
Summary
Entity Framework mainly addressees how easily you can persist and query your data with many added services. You can use Entity Framework to focus on the object model rather than the logical model. In other words, you can add a level of abstraction on top of your relational store.
In this chapter, we explored Entity Framework and the architectural components of Entity Framework, and provided a comparative analysis between Entity Framework and other ORM tools. In the next chapter, you will learn how to get started with Entity Framework.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 零基礎學Visual C++第3版
- 從零開始:數字圖像處理的編程基礎與應用
- Mastering RabbitMQ
- Android項目開發入門教程
- Blockly創意趣味編程
- Scratch 3.0少兒編程與邏輯思維訓練
- Swift語言實戰精講
- MATLAB 2020從入門到精通
- Python全棧數據工程師養成攻略(視頻講解版)
- Clojure for Machine Learning
- Clean Code in C#
- The Statistics and Calculus with Python Workshop
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Python數據科學實踐指南