

Use Visual Studio for modern development
- Offered byMicrosoft
Use Visual Studio for modern development at Microsoft Overview
Duration | 1 hour |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Use Visual Studio for modern development at Microsoft Course details
- Introduction to Visual Studio
- Introduction to software testing concepts
- C# testing in Visual Studio
- Interactively debug .NET apps with the Visual Studio debugger
- Learn about the main features in the Visual Studio IDE that help you debug, edit, collaborate, and publish your apps
- Visual Studio brings advanced editing, debugging, and customization to your everyday programming tasks
- Characterize the types of problems that testing can solve for your repository
- Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly
Use Visual Studio for modern development at Microsoft Curriculum
Introduction to Visual Studio
Introduction
What is Visual Studio?
What's in Visual Studio?
When to use Visual Studio?
Knowledge check
Summary
Introduction to software testing concepts
Introduction
What is testing?
Why we test
Different types of testing and the testing pyramid
Testing schools of thought
Summary
C# testing in Visual Studio
Introduction
Create a test
Exercise - Write a test
View, run, and debug tests
Exercise - Create a test suite
Sharpen your test skills
Summary
Interactively debug .NET apps with the Visual Studio debugger
Introduction
What's a debugger?
Understand the .NET debugger in Visual Studio
Exercise - Debug with Visual Studio
Visual Studio debugging tips and tricks
Logging and tracing in .NET applications
Exercise - Logging and tracing
Knowledge check
Summary