Microsoft Technologies
Microsoft Technologies covers C#, ASP.NET, .NET Core, Azure, and PowerShell. Start with the .NET overview, then dive into your chosen technology.
Available Tutorials
- .NET Overview — .NET Framework vs .NET Core vs modern .NET explained
- C# — C# language: variables, OOP, LINQ, and async/await
- Azure — Microsoft Azure: VMs, App Service, Functions, Storage
- ASP.NET Core — ASP.NET Core MVC: controllers, views, middleware
- PowerShell — PowerShell: cmdlets, pipeline, scripting, automation
Pages in this section
.NET Explained — Complete Beginner's Guide
Learn .NET from scratch: .NET Framework vs .NET Core vs .NET 5+, CLR, FCL, project templates, and real-world enterprise use cases with code examples.
✓ LiveC# Explained — Complete Beginner's Guide
Learn C# from scratch: variables, data types, classes, inheritance, interfaces, LINQ, and async/await with runnable code examples showing expected output.
✓ LiveMicrosoft Azure Explained — Beginner's Guide
Learn Microsoft Azure cloud services: VMs, App Service, Blob Storage, Azure Functions, and deploy a simple web app. Step-by-step guide with examples.
✓ LiveASP.NET Core Explained — Beginner's Guide
Learn ASP.NET Core: MVC pattern, controllers, views, Razor syntax, middleware pipeline, and build a simple web app step by step with C# code examples.
✓ LivePowerShell Explained — Complete Beginner's Guide
Learn PowerShell from scratch: cmdlets, pipeline, scripting, file system navigation, task automation, and security scanning with practical examples.
✓ LiveBlazor — Full-Stack Web UI with .NET Explained
Learn Blazor: Server vs WASM mode, components, data binding, dependency injection, routing. Build a Todo list component with C# and Razor.
✓ Live.NET MAUI — Cross-Platform UI Development Explained
Learn .NET MAUI: cross-platform UI with pages, layouts, MVVM with CommunityToolkit, native API access. Build a MAUI app with data binding step by step.
✓ LiveEntity Framework Core — ORM and Database Access Explained
Learn Entity Framework Core: DbContext, migrations, relationships, LINQ queries, eager/lazy/explicit loading, performance tips. EF Core blog model examples.
✓ LiveVisual Studio — Complete IDE Guide for .NET Developers
Learn Visual Studio: solutions, projects, debugging (breakpoints, watch, call stack), IntelliCode, Test Explorer, profiler. Debug a .NET app step by step.
✓ LiveWPF and Windows Forms — Desktop UI Development Explained
Learn WPF and WinForms: XAML, data binding, MVVM in WPF. WinForms designer and controls. When to use each. Build a WPF form with MVVM step by step.
✓ LiveASP.NET Core Identity — Authentication and Authorization Explained
Learn ASP.NET Core Identity: user registration, login, roles, claims, JWT integration, OAuth providers. Complete Identity setup with JWT auth example.
✓ Live