Software Development
Showing 565–576 of 2653 results
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 an open-source program by using GitHub best practices
Learn to create a successful open-source program by establishing contributor guidance, following proven processes, and by using community standards.
Create an Unfair Competitive Advantage with CI/CD Pipelines
Join Alice Paquette for this Enterprise NG conference session focused on CI/CD pipelines.
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 host web sites by using GitHub Pages
Learn how to host your personal, organization, and project sites for free with GitHub Pages.
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 publish custom GitHub actions
Learn how to write your own GitHub actions and identify the metadata, syntax, and workflow commands to create custom workflows. Learn best practices for documenting and versioning your action, and how to publish your action to the GitHub Marketplace.
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 Arrays in Python NumPy – Learn Scientific Computing
Complete beginner's bootcamp for learning to code from scratch in Python! +Array calculations, functions, statistics.