- 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.
- 小程序實戰視頻課:微信小程序開發全案精講
- AngularJS Web Application Development Blueprints
- JMeter 性能測試實戰(第2版)
- Hands-On Automation Testing with Java for Beginners
- Android系統原理及開發要點詳解
- MySQL從入門到精通(軟件開發視頻大講堂)
- .NET 4.5 Parallel Extensions Cookbook
- Visual Basic語言程序設計基礎(第3版)
- Java 9 with JShell
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Test-Driven iOS Development with Swift
- Java Web開發基礎與案例教程
- C++程序設計習題與實驗指導
- Neo4j High Performance
- Web測試囧事