ASP.NET Core 6 Fundamentals

Go to class
Write Review

Free Online Course: ASP.NET Core 6 Fundamentals provided by Pluralsight is a comprehensive online course, which lasts for 7 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. ASP.NET Core 6 Fundamentals is taught by Gill Cleeren.

Overview
  • This course will teach you how to build modern web applications using ASP.NET Core 6.

    Microsoft continuously adds features to the .NET Core platform with every new release. The latest version of the framework, .NET Core 6, brings many new changes and improvements. Using the MVC, the industry-standard to build robust server-side applications, code is much more testable and maintainable. In this course, ASP.NET Core 6 Fundamentals, you'll learn to build modern web applications using ASP.NET Core 6 and ASP.NET Core 6 MVC. First, you'll explore the configuration of an ASP.NET Core 6 application based on middleware and dependency injection. Then, you'll dive into building several new pages using the MVC pattern; you’ll build the view, the controller, and connect with a database using a repository and Entity Framework Core 6. Next, you'll discover how an MVC site, server-side by default, can be enriched using ASP.NET Core Blazor and Ajax, combined with an ASP.NET Core API controller. Finally, you'll learn how to test the various components of an ASP.NET Core application with unit tests, and then deploy the application to an Azure App Service. By the end of this course, you’ll have built an application and that gives you a solid understanding of the ASP.NET Core 6 MVC platform.