.NET Framework Samples

Calculator

Windows Forms Calculator

A basic calculator built with Windows Forms demonstrating event handling and UI layout.

Download
WPF Data Grid

WPF Data Grid

Shows data binding, sorting, and editing in a WPF DataGrid control.

Download
ASP.NET CRUD

ASP.NET Web Forms CRUD

Full‑stack Create, Read, Update, Delete example using Web Forms and Entity Framework.

Download
ADO.NET

ADO.NET Data Access

Demonstrates connection, command, and data reader usage with SQL Server.

Download
Remoting

Remoting Service Example

Shows how to set up a .NET Remoting service and client with binary formatter.

Download
WCF Host

WCF Service Host

A simple WCF service hosted in IIS with basicHttpBinding.

Download
Windows Service

Windows Service Template

Template for creating a robust Windows Service with logging and recovery.

Download
TPL Demo

Task Parallel Library Demo

Illustrates parallel loops, tasks, and async/await patterns.

Download