- 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.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Python 深度學習
- 樂學Web編程:網(wǎng)站制作不神秘
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Java程序設(shè)計與計算思維
- Flux Architecture
- 學習正則表達式
- C++寶典
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Mastering Akka
- UNIX Linux程序設(shè)計教程
- C語言從入門到精通
- INSTANT Premium Drupal Themes
- 3D Printing Designs:Octopus Pencil Holder
- MySQL核心技術(shù)與最佳實踐