Showing 1297–1308 of 11365 results
Build web apps with ASP.NET Core for beginners
Get started with web development using ASP.NET Core. In this beginner-friendly pathway, you'll learn the basics of C#, HTML, Razor Pages, and more!
Build web apps with Blazor
Learn how to build your first web app with the Blazor web user-interface framework.
Build workspaces in finance and operations apps
Workspaces are personalized work centers with data, reports, and transactions and are designed to increase efficiency of daily tasks. Workspaces can be created and modified by developers. There are many reasons to design and create a workspace in the developer environment rather than the user interface. For instance, your business might want key performance indicator (KPI) tiles, analytical components, drillthrough components, or other advanced features that cannot be created or modified in the user interface.
Build your first Azure Developer CLI template
Learn how to build your own Azure Developer CLI templates.
Build your first Azure IoT Central application to manage your coffee machines
Create an Azure IoT Central custom application to monitor telemetry, observe the state of the coffee machine simulator, send commands and configure rules for maintenance notifications.
Build your first Bicep deployment pipeline by using Azure Pipelines
Create an automated pipeline in Azure Pipelines that securely deploys resources to Azure from Bicep code. Configure your pipeline to run on a schedule or when your configuration changes.
Build your first Bicep deployment workflow by using GitHub Actions
In this module, you'll create an automated workflow in GitHub Actions that securely deploys resources to Azure from Bicep code. You'll also learn to configure your workflow to run on a schedule or when your configuration changes.
Build your first Bicep template
Define Azure resources within a Bicep template. Improve the consistency and reliability of your deployments, reduce the manual effort required, and scale your deployments across environments. Your template will be flexible and reusable by using parameters, variables, expressions, and modules.
Build your first deployment stack
Learn how to build, deploy, update, and delete deployment stacks.
Build Your first end-to-end test with Playwright
In this module, you'll learn how to use Playwright to test a sample web application. You'll learn how to run tests, view test reports, and understand the structure of a Playwright project. You'll also learn how to use Visual Studio Code to run tests, debug tests, and record new tests. Finally, you'll learn how to create a new test suite, and how to refine your tests.
Build your first HTML webpage
Illustrates basic programming techniques using Visual Studio Code to write HTML.
Build your first microservice with .NET
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces. Each microservice typically encapsulates simple business logic, which you can scale out or in. You test, deploy, and manage the microservice independently. Smaller teams develop a microservice based on a customer scenario and choose the technologies that they use. This module teaches you how to build your first microservice by using .NET.