Book Image

Fundamentals of ASP.NET Core 3 [Video]

By : Burdett Wilson
Book Image

Fundamentals of ASP.NET Core 3 [Video]

By: Burdett Wilson

Overview of this book

Have you ever wanted to learn how to build an ASP.NET Core application from scratch? In this course, you'll learn the fundamentals of ASP.NET Core 3 and start building your first ASP.NET Core application with the MVC framework. ASP.NET is an open-source, server-side web application framework designed to boost your web development skills so you can produce dynamic web pages. This course will teach you ASP.NET Core 3 coding methodologies in unique and enticing ways. You will get hands-on training each day followed by a quiz that you can implement as an assignment. You will learn about ASP.NET Core 3 and develop your applications effectively. Each section will teach you to achieve a certain ASP.NET Core 3 goal with unique and intuitive examples. This course provides seven self-contained lessons and each is taught via a practical, hands-on approach. By the end of the course, you will be able to build your own powerful application using ASP.NET Core 3. The code bundle for this course is available at: https://github.com/PacktPublishing/-Fundamentals-of-ASP.NET-Core-3
Table of Contents (7 chapters)
Chapter 5
Building Apps That Work on All Windows 10 Devices
Content Locked
Section 3
Creating a Developer Account
This video directs you to add classes for managing a book collection in a database. These classes will be the "Model" part of the MVC app. The model class is known as POCO class (from Plain Old CLR Objects) because they do not have any dependency on EF Core. The class just defines the properties of the data that will be stored in the database for the app.