Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions Instructions/Labs/01-interact-with-an-api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
lab:
title: 'Interact with an ASP.NET Core minimal API'
description: 'In this exercise, you run an ASP.NET Core minimal API locally and explore the API and the underlying code. You also publish the API to Azure App Service.'
title: Interact with an ASP.NET Core minimal API
description: In this exercise, you run an ASP.NET Core minimal API locally and explore the API and the underlying code. You also publish the API to Azure App Service.
duration: 30 minutes
level: 200
islab: true
primarytopics:
- .NET
- ASP.NET
- ASP.NET Core
- Azure
- Azure App Service
---

# Interact with an ASP.NET Core minimal API
Expand Down
12 changes: 10 additions & 2 deletions Instructions/Labs/02-implement-http-operations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
lab:
title: 'Implement HTTP operations in ASP.NET Core Blazor Web apps'
description: 'Learn how to add implement an HTTP client and perform GET, POST, PUT, and DELETE operations.'
title: Implement HTTP operations in ASP.NET Core Blazor Web apps
description: Learn how to add implement an HTTP client and perform GET, POST, PUT, and DELETE operations.
duration: 30 minutes
level: 100
islab: true
primarytopics:
- .NET
- Blazor
- ASP.NET
- ASP.NET Core
---

# Implement HTTP operations in ASP.NET Core Blazor Web apps
Expand Down
12 changes: 10 additions & 2 deletions Instructions/Labs/03-render-api-results-razor-pages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
lab:
title: 'Render API responses in ASP.NET Core Blazor Web apps'
description: 'Learn how to render results from HTTP operations in an ASP.NET Core Blazor web app.'
title: Render API responses in ASP.NET Core Blazor Web apps
description: Learn how to render results from HTTP operations in an ASP.NET Core Blazor web app.
duration: 30 minutes
level: 100
islab: true
primarytopics:
- .NET
- Blazor
- ASP.NET
- ASP.NET Core
---

# Render API responses in ASP.NET Core Blazor Web apps
Expand Down