Getting Started with ASP.NET Zero
  • Introduction
  • Hello ASP.NET Zero
  • Goal of this course
  • Demo: Looking at the finished application
  • Installing the required tools
  • Demo: Getting your Windows environment ready
  • Getting up and running with ASP.NET Zero
  • Demo: Downloading your ASP.NET Zero project
  • Demo: Configuring and running the default application
  • Summary / What's Next?
Exploring ASP.NET Zero
  • Introduction
  • Exploring the backend ASP.NET Core project
  • Demo: Exploring the server-side projects
  • Other Server-side Features
  • Demo: Server-side architecture
  • Swagger
  • Demo: Swagger endpoint
  • Tests
  • Demo: Unit tests
  • Exploring the frontend Angular project
  • Demo: Account module
  • Features of AppModule
  • Demo: Application configuration
  • Managing packages, Angular configuration & NSwag integration
  • Demo: Using NSwag
  • Authentication
  • Demo: Authentication from Angular
  • ASP.NET Zero Power Tools
  • Demo: Using the ASP.NET Zero Power Tools
  • Summary
Building Your First ASP.NET Zero Application
  • Introduction
  • Demo: Looking at the finished application
  • Building the application Step-By-Step
  • Demo: Creating the Route and Component in Angular
  • Server-side Entities
  • Demo: Server-side entities and database migrations
  • Application Services
  • Demo: Creating An ApplicationService
  • Demo: Testing the Application Service with unit tests
  • Generating Code on the client
  • Demo: Generating the Proxy and displaying data in the View
  • Demo: Adding a Person using a Modal Dialog
  • Authorization
  • Demo: Working with Permissions
  • Demo: Adding support for deletion
  • Demo: Adding filtering
  • Demo: Adding support for a child entity Phone Numbers
  • Multitenancy
  • Demo: Adding support for multitenancy
  • Summary
Summary & Next Steps
  • Introduction
  • Course summary
  • Where To Go Next?