Wednesday
Workshop
13:40 - 14:40
(UTC+02)
Talk (60 min)
Part 1/2: ASP.NET Core 7 from Scratch
In this workshop, I'll walk the students into building a website and API through the course of the workshop.
.NET
Architecture
Web
I'll start with a blank project to a completed website with API, Web Pages, and Authentication, and show how they can host a SPA project. What the students will learn include:
- Build a new ASP.NET Core project
- Using the Entity Framework
- Creating an API
- Understand API versioning
- Authenticate Users
- Use SPA Services