.NET Sample Projects

Async/Await Demo

Illustrates proper use of async and await for responsive UI applications.

Languages: C#, VB.NET

HttpClient Example

Shows how to make GET/POST requests using HttpClient with robust error handling.

Languages: C#

EF Core CRUD

Complete CRUD operations with EF Core and SQLite, including migrations.

Languages: C#

DI Basics

Demonstrates configuring and using Microsoft.Extensions.DependencyInjection.

Languages: C#

Blazor Counter

Simple interactive counter component built with Blazor WebAssembly.

Languages: C# (Razor)

SignalR Chat

Real‑time chat application using ASP.NET Core SignalR.

Languages: C#