Entity Framework Core in Action
eBook - ePub

Entity Framework Core in Action

  1. 520 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Entity Framework Core in Action

About this book

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 crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from.NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework. What's Inside

  • Querying a relational database with LINQ
  • Using EF Core in business logic
  • Integrating EF with existing C# applications
  • Applying domain-driven design to EF Core
  • Getting the best performance out of EF Core
  • Covers EF Core 2.0 and 2.1


About the Reader For.NET developers with some awareness of how relational databases work. About the Author Jon P Smith is a full-stack developer with special focus on.NET Core and Azure. Table of Contents

Part 1 - Getting started

  • Introduction to Entity FrameworkCore
  • Querying the database
  • Changing the database content
  • Using EF Core in business logic
  • Using EF Core in ASP.NET Core web applications

Part 2 - Entity Framework in depth

  • Configuring nonrelational properties
  • Configuring relationships
  • Configuring advanced features and handling concurrency conflicts
  • Going deeper into the DbContext

Part 3 - Using Entity Framework Core in real-world applications

  • Useful software patterns for EF Core applications
  • Handling database migrations
  • EF Core performance tuning
  • A worked example of performance tuning
  • Different database types and EF Core services
  • Unit testing EF Core applications
  • Appendix A - A brief introduction to LINQ
  • Appendix B - Early information on EF Core version 2.1

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Entity Framework Core in Action by Jon Smith in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Entity Framework Core in Action
  2. copyright
  3. contents
  4. front matter
  5. Part 1. Getting started
  6. 1 Introduction to Entity FrameworkCore
  7. 2 Querying the database
  8. 3 Changing the database content
  9. 4 Using EF Core in business logic
  10. 5 Using EF Core in ASP.NET Core web applications
  11. Part 2. Entity Framework in depth
  12. 6 Configuring nonrelational properties
  13. 7 Configuring relationships
  14. 8 Configuring advanced features and handling concurrency conflicts
  15. 9 Going deeper into the DbContext
  16. Part 3. Using Entity Framework Core in real-world applications
  17. 10 Useful software patterns for EF Core applications
  18. 11 Handling database migrations
  19. 12 EF Core performance tuning
  20. 13 A worked example of performance tuning
  21. 14 Different database types and EF Core services
  22. 15 Unit testing EF Core applications
  23. appendix A. A brief introduction to LINQ
  24. appendix B. Early information on EF Core version 2.1
  25. index