Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History

Web-Dev

Web Development with ASP.NET Core (1.5 hours)

In this session, we'll cover both what's stayed the same from previous ASP.NET versions and what's changed. We'll dig into some top new features, like Tag Helpers, Middleware, Configuration, and the new high performance cross-platform Hosting model.

Lab: Creating an ASP.NET Core application using Razor Pages

Follow the steps in this tutorial to build a basic Razor Pages app using ASP.NET Core and Entity Framework Core.

Note: You probably won't have time to complete this entire tutorial. That's okay! Learn as much as you can during this time, and know that you can come back and complete it after this workshop is complete if you'd like.

To learn more about Razor Pages also read Introduction to Razor Pages in ASP.NET Core

Blazor

  1. Follow the Get started with Blazor tutorial.

Tag Helpers

  1. Follow the Tag Helpers lab.

Single Page Applications using JavaScriptServices

  1. Follow the Single Page Applications lab.