Developer
Showing 301–312 of 843 results
Develop typed functions by using TypeScript
If you know how to write functions in JavaScript, you know how to write functions in TypeScript. But TypeScript adds some new capabilities to the standard JavaScript functions to make them easier to work with.
Develop unit tests using GitHub Copilot tools
This module explores using GitHub Copilot and GitHub Copilot Chat to create unit tests. Exercises provide practical experience creating unit test projects and running unit tests in Visual Studio Code.
Develop using Power Apps and Power Automate for Dynamics 365 Business Central
Do you want to use Power Apps and Power Automate with Business Central? This learning path discusses how you can use Microsoft Power Platform products with Business Central.
Develop web parts with the SharePoint Framework
This module will introduce you to creating client-side web parts using the SharePoint Framework. You'll also see how to use the hosted SharePoint Workbench and using different parts of the SharePoint Framework API.
Develop, test, and deploy an Azure Function with Visual Studio
Create test and deploy Azure Functions using Visual studio and how to manage Azure Function code.
Develop, test, and publish Azure Functions by using Azure Functions Core Tools
Use the Azure Functions Core Tools to create and run functions on a development computer and publish them to Azure.
Developing in the Windows Subsystem for Linux with Visual Studio Code
In this module, you learn how to use the Windows Subsystem for Linux (WSL) with Visual Studio Code (VS Code). We explore the installation process and the basics of using WSL. Additionally, we install and utilize the Visual Studio Code WSL extension. Finally, we demonstrate how to debug and run Python code in VS Code within our WSL environment.
Discover and use Web APIs with Power Apps
Has your organization developed a web API and need to use it within a Power Apps application? In this module, you'll learn how you can build custom connectors to have your Power Apps applications interact with your web APIs.
Discover Azure message queues
Learn how to integrate Azure Service Bus and Azure Queue storage in to your solution, and how to send and receive message by using .NET.
Discover commands in PowerShell
PowerShell comes with a built-in help system. Use help to read more about a command, what the command does, and how to call it. Also, if you inspect what a command returns, you can use that information to customize the output, determine what commands are logically grouped, and determine how to use the commands together.
Discover the foundation of customizing Microsoft Dynamics 365 Business Central
Do you want to use the development tools to learn how to customize Microsoft Dynamics 365 Business Central? This learning path will introduce you to Business Central tables and pages, and how to customize them.
Download and upload files in a JavaScript app with Microsoft Graph
Learn how to list, download, and upload a user's files from a single-page application by using Microsoft Graph.