Practical Entity Framework Core 6: Database Access for Enterprise Applications Paperback - 2021
by Gorman, Brian L
- Used
- very good
- Paperback
A$23.31
A$7.21
Delivery within USA
Standard delivery: 7 to 14 days
More delivery options
Standard delivery: 7 to 14 days
Ships from Schwabe Books (California, United States)
Details
- Title Practical Entity Framework Core 6: Database Access for Enterprise Applications
- Author Gorman, Brian L
- Binding Paperback
- Condition Used - Very good
- Pages 797
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 12/2/2021 12:00:01 A
- Illustrated Yes
- Bookseller's Inventory # mon0003756867
- ISBN 9781484273005 / 1484273001
- Weight 3.1 lbs (1.41 kg)
- Dimensions 10 x 7.01 x 1.64 in (25.40 x 17.81 x 4.17 cm)
- Size 3.8189 10.8268 9.6850
- Category Computers - Languages / Programming
- Quantity available 6
- Bookseller catalogues Book
About Schwabe Books California, United States
Biblio member since 2010
We offer over 150,000 books in all subject areas. Heavy concentration in the following subject areas: Academic/university press, Antiquarian/Rare and general non-fiction.
Reader reviews for Practical Entity Framework Core 6: Database Access for Enterprise Applications
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
From the rear cover
Take a developer journey that paves the way to enterprise-level database access from .NET and C# using the object-relational mapper (ORM) of choice. This second edition is revised to cover Entity Framework Core 5 and 6 (EF) and includes new content on table-per-type mapping, LINQ improvements (filtered includes), many-to-many navigation changes, split queries, simple logging using the DBCommandInterceptor, and other improvements available in EF Core 6. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. Practical Entity Framework Core 6 focuses on the code first approach to developing a database. Taking the code first approach allows the entire database to be built and maintained in code using EF Core 6 so there is never a situation in which you cannot restore the database schema. Additionally, the code first approach creates an entirely transparent record of changes to the database that is easily tracked in source control systems such as GitHub. Emphasis throughout the book is on leaving you well positioned to architect and lead data development efforts for your organization.
What You Will Learn
What You Will Learn
- Build robust and maintainable databases using a code first approach
- Create and execute stored procedures, triggers, and functions
- Analyze and optimize performance of database queries
- Ensure data integrity through keys, constraints, and relationships
- Encrypt your database columns at rest with TDE and Always-On Encryption
- Leverage the FluentAPI and attributes for entity configuration