Software Development
Showing 2569–2580 of 2769 results
Use Azure Storage with .NET Aspire
Learn how to access and use Azure Storage accounts from .NET Aspire solutions for file storage, data storage, and message queuing.
Use Boolean logic in Python
Explore how to use Boolean logic in Python to craft complex expressions that apply conditional logic.
Use branching and merging with Git for Business Central
Do you want to work with different branches in Git to separate your development code from the code in production? In this module we'll discuss how you can work with branches in Git and merge your modifications.
Use consistency models in Azure Cosmos DB for NoSQL
Configure consistency on a sliding scale for Azure Cosmos DB for NoSQL.
Use control flows in Go
Learn how to use control flows in Go.
Use data types and structs, arrays, slices, and maps in Go
Learn about structs, arrays, slices, and maps. Understand the difference between them and when to use one type over the other.
Use databases in a .NET Aspire project
Learn about the database systems that .NET Aspire can connect to using built-in components. Then see how to configure connections to, and store data in, relational and nonrelational databases.
Use Docker in your Business Central development process
Do you want to know how you can benefit from working with Docker and Microsoft Dynamics 365 Business Central? Docker offers images for every released version of Business Central in every available country or region.
Use document standards in Dynamics 365 Business Central
Do you plan to develop solutions involving documents? In this module, you learn how to work with document data and about document standards in Business Central.
Use events and triggers in Dynamics 365 Business Central
Do you want to know how to access different table and page triggers? Do you also want to learn how to develop by using event-based architecture? If so, this module will explain how to use events and triggers in Microsoft Dynamics 365 Business Central.
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.