Software Development
Showing 1381–1392 of 2653 results
Integration Testing ASP.NET Core 3 Applications: Best Practices
Let's learn about building well-tested ASP.NET Core applications! This course will teach you how to design and develop integration tests that prevent regressions and improve application security and quality.
Integration Testing of Entity Framework 6 Applications
Entity Framework is the best way to create a data access layer in .NET. This course will show you how to test that data access layer, whether you are using EF6 or EF Core.
Interact with an ASP.NET Core minimal API
Learn how APIs are implemented in ASP.NET Core, and how to use API documentation to learn the APIs requirements.
Interact with data in Blazor web apps
Design user interface elements for a web app by using Blazor components. You'll also obtain data and display it to the user on dynamic webpages.
Interaction Design: The Big Picture
Interaction design can be the “secret ingredient” for making an engaging and delightful app or website. Using many examples, this course will give you an overview of interaction design and how it fits into the world of user experience..
Interactively debug .NET apps with the Visual Studio Code debugger
Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly.
Interactively debug .NET apps with the Visual Studio debugger
Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly.
Interactively debug Node.js apps with the built-in and Visual Studio Code debuggers
Learn how to efficiently debug your Node.js app by using Visual Studio Code to fix your bugs quickly. This module uses JavaScript CommonJS in the Node.js runtime.
Interface with Microsoft Dynamics 365 Business Central
Do you need to interface with Business Central? This learning path discusses working with web and REST services, APIs, Azure Functions, and control add-ins that can be used to interface with Business Central.
Intermediate Bicep
Bicep enables you to deploy Azure resources. Bicep uses a declarative syntax that you treat like application code. Treating your infrastructure as code enables you to track changes to your infrastructure requirements and makes your deployments more consistent and repeatable.
Intermediate Docker
Master multi-stage builds, Docker networking tools, and Docker Compose for optimal containerized applications!
Intermediate Functional Programming with purrr
Continue learning with purrr to create robust, clean, and easy to maintain iterative code.