.NET Framework 3.5 Samples

Filter Samples

WPF Custom Control Tutorial

Learn how to create and use custom controls in Windows Presentation Foundation (WPF) for more interactive and visually rich user interfaces.

WPF UI Development C#

Building RESTful WCF Services

Explore the creation of RESTful services using Windows Communication Foundation (WCF), enabling lightweight web communication.

WCF Web Services C#

Simple Workflow Application with WF

A practical guide to building a basic workflow application using Windows Workflow Foundation (WF) to automate business processes.

WF Workflow C#

Introduction to LINQ to Objects

Understand and apply Language Integrated Query (LINQ) to query in-memory collections and objects efficiently.

LINQ Data Querying C#

ASP.NET AJAX Client-Side Functionality

Implement dynamic and responsive user experiences in ASP.NET Web Forms applications using AJAX extensions.

ASP.NET AJAX Web Forms JavaScript

Entity Framework Basic CRUD Operations

Perform Create, Read, Update, and Delete operations using the Entity Framework for simplified data access.

Data Entity Framework C# SQL Server

WPF Data Binding and MVVM

Demonstrates effective data binding techniques and the Model-View-ViewModel (MVVM) pattern in WPF development.

WPF UI Development MVVM C#

Securing WCF Services with Message Security

Implement message-level security in WCF services to ensure data confidentiality and integrity.

WCF Security C#

LINQ to SQL for Database Interaction

An introduction to using LINQ to SQL for direct database querying and manipulation within your .NET applications.

LINQ Data Querying SQL Server C#