[Mono-list] two tools

Dennis Hayes DENNISH@Raytek.com
Thu, 19 Dec 2002 11:15:15 -0800


A description of changes between .NET 1.0 and 1.1.
I have see other list, but this one also describes the changes.
http://www.csharphelp.com/archives2/archive406.html

A utility that compares two assemblies and list the differences between
them.
Very similar to our corcompair, but with  a nice user interface.
It is windows only, until I get more SWF working :(
There is no copyright, and it states that "you can freely distribute this
program".
Source code is included.
Maybe we could add it to the tools directory?
http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=winchurn

One interesting thing, in the source code there is a file "version.cs" with
this header.
MS claims the old "cool" project was not C#, this could help dispute that.
/*============================================================
**
** File:    Version.cool
**
** Author:  
**
** Purpose: 
**
** Date:    June 4, 1999
**
** Copyright (c) Microsoft, 1999
**
===========================================================*/

Dennis