diff --git a/Instructions/Labs/01-interact-with-an-api.md b/Instructions/Labs/01-interact-with-an-api.md index 18c237b..542ca61 100644 --- a/Instructions/Labs/01-interact-with-an-api.md +++ b/Instructions/Labs/01-interact-with-an-api.md @@ -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 diff --git a/Instructions/Labs/02-implement-http-operations.md b/Instructions/Labs/02-implement-http-operations.md index 68b493e..dd50a7f 100644 --- a/Instructions/Labs/02-implement-http-operations.md +++ b/Instructions/Labs/02-implement-http-operations.md @@ -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 diff --git a/Instructions/Labs/03-render-api-results-razor-pages.md b/Instructions/Labs/03-render-api-results-razor-pages.md index 43819b7..9db3e00 100644 --- a/Instructions/Labs/03-render-api-results-razor-pages.md +++ b/Instructions/Labs/03-render-api-results-razor-pages.md @@ -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