Technology Samples
The technology samples demonstrate the various technologies in the .NET Framework. These samples are intended for instructional use only. As such, these samples tend to exhibit limited error handling, and often do not reflect the object-oriented nature of the .NET Framework.
In This Section
- CLR Version Detection Technology Sample
Introduces the mechanism for detection of .NET Framework versions.
- Code Access Security Technology Sample
Introduces the code access security mechanism.
- Component Services Samples
Provides samples that demonstrate object construction, object pooling, queued components, and role-based security.
- Custom Trace Listener Technology Sample
Demonstrates how to create a custom trace listener that makes use of custom attributes defined in a configuration file.
- Deployment Samples
Provides samples that demonstrate ClickOnce deployment techniques.
- Directory Services Samples
Provides samples that demonstrate accessing and managing the Active Directory.
- Garbage Collection Technology Sample
Introduces the concept of garbage collection in the .NET Framework.
- COM Interoperability Samples
Provides a variety of basic and advanced examples of interoperability technology including several small applications.
- Localization Samples
Provides samples that demonstrate features of the localization technologies available in the common language runtime.
- Networking Samples
Provides samples that demonstrate features of the networking technologies, apart from ASP.NET, available in the common language runtime.
- Public Key Cryptography Technology Sample
Provides an introductory example of how to use public key encryption.
- Reflection Samples
Provides samples that demonstrate different aspects of reflection technology.
- Remoting Samples
Provides a variety of basic and advanced examples of remoting technology, including several unsupported custom tools.
- ResourceViewer Technology Sample
Provides a viewer for strongly typed resources, and demonstrates the use of resources in a Windows Forms application.
- Serialization Samples
Provides samples that demonstrate the serialization and deserialization technology used in the .NET Framework.
- Threading Samples
Provides a variety of examples of threading technology in the .NET Framework.
- Value and Enum Types Technology Sample
Introduces the value and enumerated types in the .NET Framework.
- Windows Forms Controls Samples
Provides samples that demonstrate features of the Windows Forms technology in the .NET Framework.
Related Sections
- Application Samples
Provides examples of complete applications written for the .NET Framework.