Nettbutikk for bedrifter og skoler

Entity Framework Core in Action

Pocket
Engelsk
Entity Framework Core in Action
Entity Framework Core in Action
  • Forfatter: Jon Smith
  • Format: Pocket
  • Antall sider: 520
  • Språk: Engelsk
  • Forlag/Utgiver: SD Books
  • EAN: 9781617294563
  • Utgivelsesår: 2018
  • Bidragsyter: Smith, Jon
Se flere produktegenskaper
529,-

Kjøp på nett

Summary

Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you''ll discover time-saving patterns and best practices for security, performance tuning, and unit testing.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

There''s a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema.

About the Book

Using crysta