- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 231字
- 2021-07-02 21:16:33
Preface
Being able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework (EF), so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show you how to utilize the power of the EF to build efficient .NET Core applications. It not only teaches all the fundamentals of EF Core, but also demonstrates how to use it practically so you can implement it in your software development.
This book is pided into three modules. The first module focuses on building entities and relationships. Here, you will also learn about different mapping techniques, which will help you choose the one best suited to your application design. Once you have understood the fundamentals of EF, you will move on to learn about validation and querying in the second module. It will also teach you how to execute raw SQL queries and extend the EF to leverage Query Objects using the Query Object Pattern. The final module of the book focuses on performance optimization and managing the security of your application. You will learn to implement fail-safe mechanisms using concurrency tokens. The book also explores row-level security and multitenant databases in detail.
By the end of the book, you will be proficient in implementing EF on your .NET Core applications.
- 程序員面試筆試寶典
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 編程珠璣(續)
- DevOps Automation Cookbook
- 云計算通俗講義(第3版)
- 3D少兒游戲編程(原書第2版)
- Unity 2D Game Development Cookbook
- 常用工具軟件立體化教程(微課版)
- Learning Unreal Engine Android Game Development
- ASP.NET程序開發范例寶典
- Android群英傳
- Visual Basic 程序設計實踐教程
- Python 快速入門(第3版)
- 基于Docker的Redis入門與實戰
- 狼書(卷2):Node.js Web應用開發