Entity framework core in action

Quotes The most comprehensive reference for EF Core that does--or ever will--exist. - Stephen Byrne, Intel Corporation The definitive guide to EF Core. Filled with real world examples, it's the most practical way to enhance your EF Core skill set. - Paul Brown, Diversified Services Network I fi...

Full description

Bibliographic Details
Main Author: Smith, Jon P.
Format: eBook
Language:English
Published: [Place of publication not identified] Manning Publications 2021
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03745nmm a2200409 u 4500
001 EB002180892
003 EBX01000000000000001318379
005 00000000000000.0
007 cr|||||||||||||||||||||
008 231010 ||| eng
050 4 |a QA76.9.D26 
100 1 |a Smith, Jon P. 
245 0 0 |a Entity framework core in action 
250 |a Second edition 
250 |a Video edition 
260 |a [Place of publication not identified]  |b Manning Publications  |c 2021 
300 |a 1 video file (19 hr., 16 min.)  |b sound, color 
653 |a Vidéo en continu 
653 |a Bases de données relationnelles 
653 |a Database design / fast 
653 |a Relational databases / fast 
653 |a Vidéos sur Internet 
653 |a Database design / http://id.loc.gov/authorities/subjects/sh88004472 
653 |a Relational databases / http://id.loc.gov/authorities/subjects/sh86007768 
653 |a streaming video / aat 
653 |a Internet videos / http://id.loc.gov/authorities/subjects/sh2007001612 
653 |a Bases de données / Conception 
653 |a Streaming video / http://id.loc.gov/authorities/subjects/sh2005005237 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Reader not identified 
856 4 0 |u https://learning.oreilly.com/videos/~/9781617298363VE/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.74 
082 0 |a 745.4 
520 |a Quotes The most comprehensive reference for EF Core that does--or ever will--exist. - Stephen Byrne, Intel Corporation The definitive guide to EF Core. Filled with real world examples, it's the most practical way to enhance your EF Core skill set. - Paul Brown, Diversified Services Network I firmly believe anyone using EF Core will find something to up their game in this book. - Anne Epstein, Headspring Remains a go-to resource for me while working with Entity Framework. - Foster Haines, J2 Interactive 
520 |a 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.  
520 |a 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.