Developer
Showing 493–504 of 843 results
Implement the Visual Studio Code debugging tools for C#
Learn how to effectively debug C# programs in Visual Studio Code using breakpoints and the other debugging tools, such as resources in the RUN AND DEBUG view.
Implement vCore-based Azure Cosmos DB for MongoDB
Explore vCore-based Azure Cosmos DB for MongoDB, covering everything from basic concepts to initial setup. Understand the cost and scalability aspects, and how this service integrates with Azure for application development.
Improve how forms and validation work in Blazor web apps
Learn how to use forms in Blazor, add event handlers, and validate the data a user submits. By using Blazor form components you can validate client-side forms without writing client-side JavaScript to handle the validations.
Improve performance with a cache in a .NET Aspire project
Learn about using Redis caching to increase performance in a cloud-native application. You'll also discover how .NET Aspire makes it easy to access Redis caching services from your microservices.
Improve session scalability in a .NET Framework ASP.NET web application by using Azure Cache for Redis
Learn how to use Azure Cache for Redis to store session data and improve the scalability of web applications.
Improve the developer experience of an API with Swagger documentation
Learn how to document an existing API, written in C#/ASP.NET Core, using Swashbuckle, Swagger/OpenAPI, and Swagger UI.
Improve the performance of an API by adding a caching policy in Azure API Management
API Management policies are configurable modules that you can add to APIs to change their behaviors. Policies can do things like cache responses, transform documents and values, call webhooks for notification or audit purposes, and retry requests after transient failures. This module shows how to use policies to enable caching in order to improve API performance under load.
Improve your app’s performance when using Microsoft Graph Toolkit
Learn about caching features offered with Microsoft Graph Toolkit, and discover how to quickly display any more data you might need in Microsoft Graph Toolkit components.
Initialize data during extension installation in Dynamics 365 Business Central
Do you want to know how to initialize data during extension installation for Microsoft Dynamics 365 Business Central? Initializing data when you are installing an extension will automate many steps that you must otherwise perform manually. By automating this process, you can quickly set up an extension and it will become more user-friendly.
Install and configure Visual Studio Code for C# development
Learn how to configure Visual Studio Code for C# and how to use this professional IDE to create and run console applications.
Install and configure Visual Studio Code for Python development
Install and configure Visual Studio Code to create a development environment for learning to build Python applications.
Integrate Azure Cloud Services to your Unity project on HoloLens 2
Learn about Azure Cloud Services to enhance your learning experience.