.NET & C# Development
Full C# and .NET path: language foundations, quality code, all GoF design patterns, then build the OrderFlow API with DI, EF Core, JWT, CQRS, Redis, SignalR, Polly, OpenTelemetry, and Docker.
What you'll learn
Final Project
A fully deployed OrderFlow API — orders, products, real-time updates, full observability stack, and automated CI/CD pipeline
Curriculum
229 lessons · 75hGetting Started with C# — Syntax, Types & Control Flow
C# 12 Crash Course — Everything You Actually Need
C# Syntax Explained — Complete Beginner Reference
OOP in C# — Classes, Inheritance, Interfaces & Records
LINQ — Query Collections Like a Pro
Async/Await — Non-Blocking I/O Without Deadlocks
Working with Null in C# — Nullable Reference Types
Deep Dive: Multithreading & Parallelism in C#
Deep Dive: Advanced C# — Generics, Delegates & Events
Pattern Matching in C# — Switch Expressions, Property, List & Positional Patterns
Span<T> and Memory<T> — Zero-Copy Slicing and High-Performance Buffers
System.Threading.Channels — Producer-Consumer with Backpressure
Setting Up Your Machine for .NET — Windows, macOS & Linux
What's New in C# 14 — Features & Examples
Source Generators in C# — Code That Writes Code
Build & Consume MCP Servers in .NET
Getting Started with OpenAI Codex