Book Image

Beginning ASP.NET Core 3.0 [Video]

By : Todd Spatafore
Book Image

Beginning ASP.NET Core 3.0 [Video]

By: Todd Spatafore

Overview of this book

<p>ASP.NET Core 3.0 is one of the fastest server-side web frameworks available. It provides developers with a robust, flexible, and efficient tool to build amazing web apps and services.</p> <p>This course is thoroughly practical, focusing on getting started with ASP.NET Core 3.0 and the .NET Core 3.0 framework, and putting them into practice to build an amazing web application. This course will teach you the essentials for getting started in ASP.NET Core 3.0. You will learn to take advantage of the various features of the framework and work with the well-known code editor, Visual Studio Code.</p> <p>By the end of the course, you will build your skills to meet the demands of modern-day application development and simplify modern back end web development with ASP.NET Core 3.0.</p> <p>The code bundle for this video course is available at -</p> <h1>Style and Approach</h1> <p>This fast-paced course, with practical examples, teaches you the skills you need to develop backends for your application using ASP.NET Core 3.0.</p>
Table of Contents (5 chapters)
Chapter 3
Use Entity Framework Core
Content Locked
Section 2
Mapping Data
The aim of this video is to teach the viewer how to map data from a class to a database. - What is EF Core - Why use EF Core - How do you map classes to a database table