Beginning Entity Framework Core 2.0: Database Access from .NET
β Scribed by Derek J. Rouleau (auth.)
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 345
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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
- 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
C# and ASP.NET programmers looking for an easier way of accessing data in a relational database than writing in SQLβa way that meshes better into object-oriented application development
β¦ Table of Contents
Front Matter ....Pages i-xvii
Getting Started (Derek J. Rouleau)....Pages 1-48
Working with Multiple Tables (Derek J. Rouleau)....Pages 49-95
Stepping Beyond the Basics (Derek J. Rouleau)....Pages 97-131
Data Validation and POCOs (Derek J. Rouleau)....Pages 133-178
Stored Procedures, Table Design, and Modifications (Derek J. Rouleau)....Pages 179-201
ASP.NET MVC and EF Core 2.0 (Derek J. Rouleau)....Pages 203-235
Finishing Our ASP.NET MVC .NET Core 2.0 Project (Derek J. Rouleau)....Pages 237-287
Wrap Up and Where to Go Next (Derek Rouleau)....Pages 289-321
Database Script for Chapter 6 (Derek J. Rouleau)....Pages 323-331
Back Matter ....Pages 333-338
β¦ Subjects
Microsoft and .NET
π SIMILAR VOLUMES
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 setti
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 setti
C# developers, here's your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft's recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Fra
<div><div>C# developers, hereΒs your opportunity to learn the ins-and-outs of Entity Framework Core, MicrosoftΒs recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in