Featured Samples
Explore a curated collection of code samples that demonstrate core features of .NET Framework 3.5, including LINQ, async patterns, and Windows Forms enhancements.
LINQ to Objects
Demonstrates basic LINQ queries over in-memory collections.
LINQ to XML
Parse, query, and modify XML using LINQ.
Windows Forms Modern UI
Showcase new Windows Forms controls and visual styles.
Async Programming Patterns
Implement asynchronous operations with the Task Parallel Library.
Hosting in IIS
Sample showing how to configure and host a web app on IIS.
WCF Service Basics
Build a simple WCF service and client.