Programming
Showing 1237–1248 of 2986 results
GTx: Machine Learning
Learn about machine learning, the area of artificial intelligence (AI) that is concerned with computational artifacts that modify and improve performance through experience.
Guide to Secure .NET Development with OWASP Top 10
Discover the most common software vulnerabilities according to OWASP and different techniques of writing more secure code. Prevent from security bugs creeping into your codebase following security best practices.
Guided project – Accelerate app development using GitHub Copilot tools
This Module explores using GitHub Copilot to accelerate development of an end-to-end project. GitHub Copilot is used to explain unfamiliar code, generate project documentation, develop a new app feature, develop unit tests, and implement improvements.
Guided project – Build a .NET app with Azure Cosmos DB for NoSQL
Connect to an Azure Cosmos DB for NoSQL account using C# and .NET to perform common operations. Your code creates resources, coordinate multiple operations, and query items.
Guided project – Build a chat bot using Azure OpenAI, Azure Cosmos DB for NoSQL, and Blazor
Connect an existing Blazor web application to Azure Cosmos DB for NoSQL and Azure OpenAI using their .NET software development kits. Your code manages and queries items in an API for NoSQL container. Your code also sends prompts to Azure OpenAI and parses the responses.
Guided Project – Build a message extension plugin with TypeScript (TS) for Microsoft Copilot
This guided project is about building message extension plugins for Microsoft 365 Copilot using TypeScript and the Teams Toolkit.
Guided project – Build auto suggest engine with Copilot
Use GitHub Copilot to interpret, debug, and extend project code for a Trie data structure that supports autocomplete and spelling suggestion features.
Guided project – Calculate and print student grades
Learn to develop an application that will calculate and display results based on given data.
Guided project – Calculate final GPA
Gain experience developing an application that will calculate and display results based on given data.
Guided project – Create an AI travel agent
This module guides you through the steps required to develop a proof-of-concept AI Travel assistant with the Semantic Kernel SDK. By the end of this module, you complete a small chatbot application.
Guided project – Debug and handle exceptions in a C# console application using Visual Studio Code
This module guides you through a code review and debugging process, as well as the process for adding exception handling to an application.
Guided project – Deploy and manage a container app using Azure Container Apps
This module guides learners through the end-to-end process of building, deploying, and managing containerized applications using Azure Container Apps, Azure Container Registry, Azure Pipelines, and other tools and resources.