Application Samples
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The following samples represent complete applications written for the .NET Framework and the .NET Compact Framework. As such, these samples address a variety of technologies and exhibit more complete error handling and object-oriented development than other samples in the SDK.
In This Section
Adding and Removing Memory Pressure Application Sample
Provides an application that demonstrates methods of type GC, newly introduced in the .NET Framework version 2.0, that allow you to exercise finer control over garbage collection.CodeDOM Application Sample
Provides an application that illustrates the .NET Framework CodeDOM model by generating sample classes.Compression Application Sample
Provides an application that demonstrates capabilities of types in the System.IO.Compression namespace, which is newly introduced in the .NET Framework 2.0.Culture Builder Application Sample
Provides an application that creates and registers cultures that are not included in the .NET Framework System.Globalization namespace.Debugger Views Application Sample
Provides an application that demonstrates new debugging features.Fallback Encoding Application Sample
Provides an application that demonstrates a fallback mechanism that allows you to specify the behavior of the Encoding class and its derived types when they encounter problems during the encoding or decoding process.Find Type Class Browser Application Sample
Provides an application that obtains type information from a user's environment.Managed Explorer Application Sample
Provides an application that demonstrates a managed counterpart to Windows Explorer.Parse vs. TryParse Application Sample
Provides an application that demonstrates the performance differences between the Parse and TryParse methods of value types.SecureString Application Sample
Provides an application that demonstrates the capabilities of the SecureString class.Serial Communication Application Sample
This sample demonstrates serial communications with a serial LCD device.Strongly Typed Resources Application Sample
Provides an application that demonstrates the benefits of using strongly typed resources when developing applications.WordCount Application Sample
Provides an application that counts words in a text file and displays the results..NET Client Stopwatch Application Sample
Provides an application that demonstrates the capabilities and potential uses of the Stopwatch class.
Related Sections
- Technology Samples
Provides samples that demonstrate individual or related technologies.