C# and .NET Framework Sample Code
|
|
ConfigurationFiles-BindingPolicy.zip
Demonstrates how to modify binding policy using an application configuration
file.
|
|
FinalizationExample.zip
Demonstrates how to write correct Finalization code for a type allocating
unmanaged resources.
|
|
AsyncTests.zip
Async application examples. Demonstrates how to use some of .NET's async
delegate and timer features.
|
|
WaitHandleExample.zip
.NET WaitHandle example. Demonstrates how to use .NET's WaitHandle class,
ManualResetEvent, and using a synchronized queue to objects between two
threads.
|
|
SerializeTests.zip
.NET Serialization examples. Demonstrates some of .NET's serialization
features.
|
|
XMLExamples.zip
.NET Xml examples. Demonstrates how to use some of .NET's Xml classes.
|
|
InteropTests.zip
.NET Interop example. Demonstrates how to use .NET Interop features, P-Invoke,
.NET using COM, exposing .NET classes and interfaces as a COM class object and
interfaces component.
|