Software Development
Showing 913–924 of 2824 results
Drive higher utilization of your Java apps – autoscaling
Learn how to drive higher utilization of your Java apps on Azure using autoscaling.
Dynamic C# 7 Fundamentals
Take advantage of dynamic C# to reduce the amount of code that needs to be written, meaning more time to deliver more features to the customer. You'll learn how dynamic C# can make many programming tasks easier.
Dynamic Programming in C# 10
C# is a statically typed language but it also has (often overlooked) dynamic features. This course will teach you to use dynamic C# to make some difficult and cumbersome programming tasks easier and allow you to create more flexible C# applications.
Dynamically meet changing web app performance requirements with autoscale rules
Respond to periods of high activity by incrementally adding resources, and then removing these resources when activity drops, to reduce costs.
Easy Healthy Tests with Component Harnesses
Component harnesses let you create a supported API for interacting with a component in tests the same way a user will. This talk will show you how you to use the Angular CDK to build your own harnesses for easier, healthier tests in all environments.
Edit code through branching and merging in Git
Level up your Git knowledge by learning how to keep code separate in branches, and how to merge them later.
Edit code using any device with Visual Studio Code for the Web
In this module, you'll learn how to use Visual Studio for the Web to develop from any device that is browser compatible. We'll explore how to make and review lightweight code edits using Visual Studio Code for the Web. Finally, we'll learn how to continue working in a different environment to get the full feature set of Visual Studio Code.
EF Core 6 Fundamentals
This course will teach you how to use Entity Framework Core 6 to perform data access in your .NET applications.
EF Core 8 Fundamentals
This course will teach you how to use Entity Framework Core to perform data access in your .NET applications.
EF Core: Best Practices
Focus your knowledge of Entity Framework Core. This course will teach you which features to choose so that you can build safe, secure, and efficient solutions
EF Core: The Big Picture
EF Core is .NET Core’s official data persistence framework. This course will teach you core concepts for evaluating whether EF Core is the right choice for your data access needs and will prepare you to start your journey to EF Core mastery.
Effective C# Unit Testing for Enterprise Applications
This course will help you gain a better understanding of unit testing with good patterns to follow and an understanding of patterns to avoid. You'll see how to avoid patterns that lead to brittle tests that impede refactoring your code.