Entity Framework Core in Action, 2nd Edition

Entity Framework Core in Action, 2nd Edition
出版时间:2021.5
官网链接:Manning
下载地址:百度网盘(truePDF+EPUB)
提取码    :dt41

内容简介:

Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and scaling your own bookselling web application. Learn from author Jon Smith’s extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book’s code is available on GitHub.

about the technology

Entity Framework radically simplifies data access in .NET applications. This easy-to-use object-relational mapper (ORM) lets you write database code in pure C#. It automatically maps classes to database tables and enables queries with standard LINQ commands. It even generates SQL, so you don’t have to!

about the book

Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith’s extensive experience, you’ll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases.

what’s inside

  • Configuring EF to define every table and column
  • Updating your schema as your app grows
  • Integrating EF with existing C# application
  • Writing and testing business logic for database access
  • Applying a Domain-Driven Design to EF Core
  • Getting the best performance out of EF Core

about the reader

For .NET developers familiar with relational databases.

about the author

Jon P. Smith is a freelance software developer and architect with a special focus on .NET and Azure.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Programming the Internet of Things

2021-7-18 4:32:23

电子书

Dart Apprentice

2021-7-18 5:04:23

搜索