Downloads
 
October 2004 .NET SIG Presention These are the demo files shown at the CT .NET SIG user group meeting held in October 2004.  They demonstrate techniques for integrating .NET components from a distributed application.  The presentation focused on .NET Remoting using interfaces, custom sinks for authentication, hosting remoted objects in IIS and using X509 certificates with these technologies.
Set a System Wide Environment Variable Sample C# console application to add a path to the system wide PATH environment variable.  The change is also made immediate to all top level windows.
Dynamically Load and Unload Assemblies Sample WinForm application that demonstrates loading and unloading assemblies in AppDomains. Also shows how to setup Shadow Copy in the AppDomains.