Fesersoft

Home

Menu
Newsgroups
Products
Microsoft.NET


Featured Links
VB Wire
The Largest ASP.NET Web Directory!
VB Wire


Featured Users*
*VB.NET Xml Comment Creator Customers
Microsoft.NET

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.

VB.Net

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

C#.Net

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


CRC-32 Calculations v1.0.828.24302: 4/6/2002

Calculate CRC-32 Values on Strings, Byte[] and Streams.

History:
v1.0.828.24302
Returning 0 error fixed for partial stream CRC32 calculations.
v1.0.825.42751
- Changed the way the memory is allocated. For byte arrays, it stayed the same, but for Streams, the Stream is read directly with a BufferedStream instead of allocating a byte array for the entire Stream. Memory usage is much more efficient for large streams. The fastest CRC32 calculation will be a byte[].
v1.0.824.3015
- fixed an overflow issue :). Opps a Uint can't convert to an integer, I hate non CLS types. :) The value is now returned as a long.

Download
Vote for this application on GotDotNet.com

Visual Studio.Net

XSLT Schema v1.1.1 04/01/2003

Enable Intellisense in Visual Studio.net for your XSLT documents. Now you no longer have to hack up your files in Editplus or one of your other favorite Visual Notepads.

History:
v1.1.1 4/1/2003 - xsl:preserve-space and xsl:strip-space where not child elements of xsl:template or xsl:stylesheet.
v1.1.0
7/5/2002 - Removed the msxml:script reference from the main xsd file and created a new file containing this reference. This fixed a bug with the msxml:script tag having a xsl prefix.
v1.0.1
4/18/2002 - Initial Release.

Download
Vote for this application on GotDotNet.com


C# Comments Schema 08/23/2002

Enable Intellisense in Visual Studio.net for your C# Comments documents.
This may also be used for the file created by VB.NET Xml Comments Creator.
This was created by Daniel Cazzulino

Download



Links to other .Net code

Email me at dotnetlink@fesersoft.com to have your site added.


 

Back Home

Copyright (c) 2001-2002 by Fesersoft. All Rights Reserved website@fesersoft.com.

Last updated: 12/14/2006 09:26:21 PM