Beginning Entity Framework Core 2.0: Database Access from .net Paperback - 2018
by Rouleau, Derek
- New
- Paperback
A$81.85
A$28.66
Delivery to USA
Standard delivery: 7 to 14 days
More delivery options
Standard delivery: 7 to 14 days
Ships from Revaluation Books (Devon, United Kingdom)
Details
- Title Beginning Entity Framework Core 2.0: Database Access from .net
- Author Rouleau, Derek
- Binding Paperback
- Condition New
- Pages 338
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 2018
- Illustrated Yes
- Bookseller's Inventory # __1484233743
- ISBN 9781484233740 / 1484233743
- Weight 1.38 lbs (0.63 kg)
- Dimensions 10 x 7.01 x 0.75 in (25.40 x 17.81 x 1.91 cm)
- Category Computers - Languages / Programming
- Dewey Decimal Code 004.165
- Quantity available 1
About Revaluation Books Devon, United Kingdom
Biblio member since 2020
General bookseller of both fiction and non-fiction.
Reader reviews for Beginning Entity Framework Core 2.0: Database Access from .net
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
Use the valuable Entity Framework Core 2.0 tool in ASP.NET and the .NET Framework to eliminate the tedium around accessing databases and the data they contain.
Entity Framework Core 2.0 greatly simplifies access to relational databases such as SQL Server that are commonly deployed in corporate settings. By eliminating tedious data access code that developers are otherwise forced to use, Entity Framework Core 2.0 enables you to work directly with the data in a database through domain-specific objects and methods.
Beginning Entity Framework Core 2.0 is a carefully designed tutorial. Throughout the book you will encounter examples that you can use in your day-to-day coding, and you will build a solid foundation on which to create database-backed applications. If you are looking for a way to get started without getting buried under details you are only going to forget, then this is the book for you.
The author aims to leave you comfortably able to connect to, access, modify, and delete data from a relational database. The book provides a clear, straightforward approach and includes code that you can look back at months later and understand. What You'll Learn:
Entity Framework Core 2.0 greatly simplifies access to relational databases such as SQL Server that are commonly deployed in corporate settings. By eliminating tedious data access code that developers are otherwise forced to use, Entity Framework Core 2.0 enables you to work directly with the data in a database through domain-specific objects and methods.
Beginning Entity Framework Core 2.0 is a carefully designed tutorial. Throughout the book you will encounter examples that you can use in your day-to-day coding, and you will build a solid foundation on which to create database-backed applications. If you are looking for a way to get started without getting buried under details you are only going to forget, then this is the book for you.
The author aims to leave you comfortably able to connect to, access, modify, and delete data from a relational database. The book provides a clear, straightforward approach and includes code that you can look back at months later and understand. What You'll Learn:
- Study easy-to-follow, real-world examples you can use every day
- Focus on DbContext and the Database First approach
- Understand how to work with single and multiple tables
- Use the LINQ query language to manipulate data