Showing 1081–1092 of 18767 results
ASP.NET Core 1 Razor Deep Dive
This course will explore, in depth, the new capabilities provided by Razor in .NET Core as well as the great features from past versions that are still part of this latest release.
ASP.NET Core 2 Authentication Playbook
There are many ways to do authentication in ASP.NET Core 2.0, and it is sometimes hard to figure out how to set it up. This course aims to simplify that by providing walk throughs of setting up different kinds of authentication and authorization.
ASP.NET Core 2 Tag Helpers and View Components
This course gives you everything you need to know to start using Tag Helpers and View Components in your ASP.NET Core web apps. Learn how to use all the built-in Tag Helpers as well as how to expertly author your own.
ASP.NET Core 3 and ASP.NET 4 Input Validation
Data validation is essential, not only to protect against malicious user input, but also to ensure that submitted data is showing the expectations of the application. You’ll learn how to implement data validation and how to create custom validations.
ASP.NET Core 3 Health Checks
Learn how to add real-time custom, app health reporting to your ASP.NET Core application, using ASP.Net Core Health Checks. See how custom health checks can be provided to meet all your application, health monitoring, and health reporting needs.
ASP.NET Core 3 Microservices: Getting Started
Using microservices as the architecture of applications is both powerful and complex. This course will teach you why that is and how to get started creating microservices using ASP.NET Core.
ASP.NET Core 3.0: The MVC Request Life Cycle
The goal of this course is to empower .NET developers with a better understanding of the MVC framework. Together, we’ll closely examine how an HTTP Request is processed by MVC and .NET Core components as it travels through the application pipeline.
ASP.NET Core 6 Blazor Fundamentals
Blazor is Microsoft’s technology to create rich web applications using C# and HTML. This course will teach you everything you need to know to build a full Blazor application using .NET 6.
ASP.NET Core 6 Razor Pages Fundamentals
This course will teach you how to build modern web applications using Razor Pages. You’ll learn how to implement common design patterns, build pages and layouts, work with forms and data, configure and deploy apps, and much more.
ASP.NET Core Clean Architecture
Creating a testable and maintainable application in .NET Core requires a solid foundation. This course will teach you how to use Clean Architecture principles for your ASP.NET Core applications.
ASP.NET Core Crash Course
Ever been curious about how easy it really is to create an MVC website using ASP.NET Core? We'll create a brand new site from scratch with lots of great features and explore key aspects of ASP.NET Core in this code-focused course.
ASP.NET Core Fundamentals
This course will teach you how to build modern web applications using ASP.NET Core.