Programming
Showing 3685–3696 of 3881 results
Use intelligent planners
This module introduces different ways to automatically invoke functions using the Semantic Kernel SDK. Learn how planners can generate plans to accomplish tasks and how to fine-tune planners to optimize performance.
Use mathematical operations in Python
Almost every application a developer creates involves some level of math. This module explores the core functionality in Python and arithmetic operators. You'll also explore how to perform more manipulations of data and numbers. You'll put this knowledge to use to create a project to determine the distance between planets.
Use methods and interfaces in Go
Learn about best practices for writing methods and interfaces in Go.
Use Microsoft Graph and non-Microsoft APIs
This module introduces you to using external APIs in your SharePoint Framework projects. SharePoint Framework projects can incorporate data from anonymous APIs, those REST APIs secured with Microsoft Entra ID, and Microsoft Graph.
Use model-driven apps and Dataverse with Business Central
This module focuses on the building blocks of Dataverse and model-driven apps as well as using them together with Business Central.
Use pages, routing, and layouts to improve Blazor navigation
Learn how to manage request routing by using the @page directive, Blazor routing, NavLink, and NavMenu components. Increase an app's flexibility by adding routing parameters in your Blazor components. Use layouts to improve your app by reducing duplicate code.
Use Power Automate with Business Central
Do you want to configure workflows in Business Central? This module will focus on how to build workflows with Power Automate based on Business Central data and how to embed them in Business Central as well.
Use Python basics to solve mysteries and find answers
You are a novice but dedicated sleuth, and you enjoy solving mysteries. Harness the power of Python and Visual Studio Code to find solutions programmatically and resolve intrigue.
Use report triggers, functions, and processing-only reports in Dynamics 365 Business Central
Do you want to learn how to work with report triggers and functions in Microsoft Dynamics 365 Business Central? In this module, you'll learn how to create processing-only reports and how to use the report triggers and functions.
Use RSAT with Dynamics 365 Commerce
The Regression suite automation tool (RSAT) allows you to automate test validation for Dynamics 365 Commerce. It enables functional power users to record business tasks by using the test recorder and then convert them into a suite of automated tests to validate UI elements, data, and business processes.
Use self-regulation to work strategically
In this module, you'll learn about using self-regulation to respond effectively to challenges. You'll also use goal-orientation theory to diagnose what motivates you to learn.
Use strings in Python
Use one of the most common types in Python to represent text. From simple formatting to representing variables, using operating strings is a critical skill for Python developers.