|
Microsoft.NET source code and sample applications
Below is a collection of software that I have written. Please feel free to download and use the programs in your own applications.
Please send feedback or questions to
dotnet@fesersoft.com.
Article on XSLT Transformations in .NET on XML.com
Great
article and sample code in VB.NET and C# written by myself and
published on August 14,2002. A link to the sample code may be found
on page 2 of the article in the Resources section.
zLib
Wrapper v01.0.825.25600 |
 |
|
This is a wrapper around the C# port of
ZLib v0.2.
The project is still in the works and needs to be documented a little more. What
it is designed to do is the following, take a stream or byte array and compress
it so that it can be sent over the wire.
If you return a string, it is a Base64Encoded compressed stream.
History:
v1.0.825.25600 4/6/2002 - Fixed a bug where a binary
file containing trailing 0x00 characters was being trimmed.
Download
|
zLib
Library c# Port v0.3: 8/9/2002 |
 |
|
This is the source for the zLib library in a Visual Studio project. For the
original source, please visit
www.icsharpcode.com
Download
|
|