Developer
Showing 205–216 of 843 results
Create an app to run parallel compute jobs in Azure Batch
Azure Batch is a Platform as a Service (PaaS) provided by Microsoft to run large-scale parallel, high performant, computing applications in Azure. In this module you'll write a .NET Core console app to perform video transcoding, in parallel, with Azure Batch services.
Create an Azure Batch account by using the Azure portal
Azure Batch is a service that enables you to run large-scale parallel and high-performance computing (HPC) applications efficiently in the cloud. There's no need to manage or configure infrastructure. Just schedule the job, allocate the resources you need, and let Batch take care of the rest.
Create an Azure IoT Central application for the Altair emulator and Azure Sphere
Learn how to create a cloud-based Azure IoT Central application for the Altair 8800 emulator and Azure Sphere.
Create and architect with functions in F#
Learn what functions are and how to declare and call them. Also, learn how to architect with functions by using various patterns.
Create and customize Altair 8800 cloud services
Learn how to customize IoT Central, create an Altair web terminal, and run the Altair virtual disk server.
Create and deploy an Azure Logic Apps workflow using Azure Resource Manager templates
In this module, you'll define an Azure Logic Apps workflow declaratively as a Resource Manager template and deploy the app using the Azure Command Line Interface (CLI).
Create and manage projects in Python
To manage projects, you need a virtual environment, packages that will help you develop faster, and a strategy for maintaining packages.
Create and run simple C# console applications (Get started with C#, Part 2)
Use Visual Studio Code to develop C# console applications that implement arrays, foreach loops, and if statements.
Create and throw exceptions in C# console applications
Learn how to create exception objects, how to customize the properties of an exception object, and the process for creating, throwing, and catching custom exception objects in a C# application.
Create C# methods that return values
Learn to create methods that return values
Create C# methods with parameters
Learn how to use different types of input parameters in methods
Create classes in finance and operations apps
Classes are blocks of code that contain data and methods. When developing for finance and operations apps, you use the X++ language to create new classes.