Ricardo Peres, "Entity Framework Core Cookbook - Second Edition Ed 2"
English | ISBN: 1785883305 | 2016 | 324 pages | EPUB, MOBI | 1393 KB + 2 MB
English | ISBN: 1785883305 | 2016 | 324 pages | EPUB, MOBI | 1393 KB + 2 MB
Key Features
Learn how to use the new features of Entity Framework Core 1
Improve your queries by leveraging some of the advanced features
Avoid common pitfalls
Make the best of your .NET APIs by integrating with Entity Framework
Book Description
Entity Framework is a highly recommended Object Relation Mapping tool used to build complex systems. In order to survive in this growing market, the knowledge of a framework that helps provide easy access to databases, that is, Entity Framework has become a necessity. This book will provide .NET developers with this knowledge and guide them through working efficiently with data using Entity Framework Core.
You will start off by learning how to efficiently use Entity Framework in practical situations. You will gain a deep understanding of mapping properties and find out how to handle validation in Entity Framework. The book will then explain how to work with transactions and stored procedures along with improving Entity Framework using query libraries. Moving on, you will learn to improve complex query scenarios and implement transaction and concurrency control. You will then be taught to improve and develop Entity Framework in complex business scenarios. With the concluding chapter on performance and scalability, this book will get you ready to use Entity Framework proficiently.
What you will learn
Master the technique of using sequence key generators
Validate groups of entities that are to be saved / updated
Improve MVC applications that cover applications developed using ASP.NET MVC Core 1
Retrieve database information (table, column names, and so on) for entities
Discover optimistic concurrency control and pessimistic concurrency control.
Implement Multilatency on the data side of things.
Enhance the performance and/or scalability of Entity Framework Core
Explore and overcome the pitfalls of Entity Framework Core
About the Author
Ricardo Peres is a Portuguese developer, blogger, and occasionally an e-book author. He has more than 17 years of experience in software development, using technologies such as C/C++, Java, JavaScript, and .NET. His interests include distributed systems, architectures, design patterns, and general .NET development.
He currently works for London-based Simplifydigital as a technical evangelist, and was first awarded as MVP in 2015.
Ricardo maintains a blog, Development With A Dot, where he regularly writes about technical issues. You can read it here: http://weblogs.asp.net/ricardoperes.
He has reviewed Learning NHibernate 4 for Packt.
You can catch up with him at @RJPeres75.
Table of Contents
Improving Entity Framework in the Real World
Mapping Entities
Validation and Changes
Transactions and Concurrency Control
Querying
Advanced Scenarios
Performance and Scalability
Pitfalls