دانلود کتاب Entity Framework Core in Action
by Jon P. Smith
|
عنوان فارسی: هسته چارچوب در عمل |
دانلود کتاب
جزییات کتاب
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.