Build .NET applications with C#
- Offered byMicrosoft
Build .NET applications with C# at Microsoft Overview
Duration | 3 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Build .NET applications with C# at Microsoft Course details
- Write your first C# code
- Introduction to .NET
- Create a new .NET project and work with dependencies
- Interactively debug .NET apps with the Visual Studio Code debugger
- Work with files and directories in a .NET app
- Create a web API with ASP.NET Core controllers
- .NET is a free, cross-platform, open source developer platform for building many different types of applications
- With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT
- Start learning about .NET. Understand what .NET is and how it works, and quickly build a small app in a web-based .NET environment
- Learn how to manage dependencies for your project
- Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly
Build .NET applications with C# at Microsoft Curriculum
Write your first C# code
Introduction
Exercise - "Hello World!"
How it works
Challenge
Solution
Knowledge Check
Summary
Introduction to .NET
Introduction
What is .NET?
How to use .NET
Build your first app by using Try .NET
When to use .NET
Knowledge check
Summary
Create a new .NET project and work with dependencies
Introduction
Add packages to your .NET project
Exercise - Install packages
Manage dependency updates in your .NET project
Exercise - Manage dependency updates in your .NET project
Knowledge check
Summary
Interactively debug .NET apps with the Visual Studio Code debugger
Introduction
What's a debugger?
Understand the .NET debugger in Visual Studio Code
Exercise - Debug with Visual Studio Code
Logging and tracing in .NET applications
Exercise - Logging and tracing
Knowledge check
Summary
Work with files and directories in a .NET app
Introduction
Work with the file system
Exercise - Work with the file system
Work with file paths in .NET
Exercise - Work with paths
Create files and directories
Exercise - Create files and directories
Read and write to files
Exercise - Read and write to files
Summary
Create a web API with ASP.NET Core controllers
Introduction
REST in ASP.NET Core
Exercise - Create a web API project
ASP.NET Core Web API Controllers
Exercise - Add a data store
Exercise - Add a controller
CRUD actions in ASP.NET Core
Exercise - Implement CRUD operations
Summary