Developer
Showing 217–228 of 843 results
Create cloud-native apps and services with .NET and ASP.NET Core
Create independently deployable, highly scalable, and resilient services using the free and open-source .NET platform.
Create components with Power Apps Component Framework
Get started with Power Apps Component Framework with an introductory module on the core concepts and components. This is followed by modules that show you how to build a component and work with advanced Power Apps Component Framework features.
Create custom procedures in Dynamics 365 Business Central
Do you want to create custom procedures in AL? This module focuses on explaining how you can create new procedures. Additionally, it describes the difference between local and global procedures, the difference between local and global variables, and how you can pass variables to a procedure.
Create data-driven websites by using the Python framework Django
Use Django to create data-driven websites.
Create engaging messages with Adaptive Cards
Adaptive Cards are platform-agnostic snippets of UI, authored in JSON, that apps and services can openly exchange. When delivered to a specific app, the JSON is transformed into native UI that automatically adapts to its surroundings. It helps design and integrate light-weight UI for all major platforms and frameworks. In this module, you'll learn how to create engaging messages with Adaptive Cards to create Outlook Actionable Messages and conversations in Microsoft Teams.
Create intelligent health bots with Azure Health Bot
Azure Health Bot enables users to build a health bot by using built-in or custom scenarios. The information that each instance of the Health Bot service handles is privacy protected to HIPAA standards. It also meets Microsoft's high standards for privacy and security.
Create methods in C# console applications (Get started with C#, Part 5)
Learn how to create methods for C# console applications. Use parameters and return values to manipulate data across applications. Learn to use named and optional arguments to simplify code.
Create modular code by using functions in JavaScript
Functions are the building blocks for any application you'll create. With functions, you can create named, reusable sections of code to help make it more readable and maintainable. This module explores the core concepts of functions.
Create multi-page .NET MAUI apps with tab and flyout navigation
Use .NET MAUI shell to create multi-page applications with tabs and flyout navigation.
Create plugins for semantic kernel
This module explores Semantic Kernel SDK plugins. Learn how plugins to the SDK are used to accomplish customized tasks and create intelligent applications.
Create Progressive Web Apps (PWAs) with PWABuilder
Discover how PWABuilder can streamline Progressive Web App (PWA) creation and deployment to save both time and resources for your organization. Learn how to efficiently integrate PWA features like push notifications and background sync into projects, enhance your PWA testing skills, gain insights into compliance, and become an expert in packaging and submitting your app to the Microsoft Store using Microsoft Partner Center.
Create readable code with conventions, whitespace, and comments in C#
Write code that is easier to read, update and support using naming conventions, comments and whitespace.