[Mono-list] beta 1 v. beta 2.
Lloyd Dupont
lloyd@galador.net
Wed, 22 Aug 2001 14:07:22 +0200
> what are your recommendations for a C# IDE?
SharpDevelop, which can be found (for free with sourcecode) at
http://www.icsharpcode.net
> I've been told the MS .NET beta 1 is better than beta 2, but that
beta 1 has
> no uninstall.
it is not an IDE it is a SDK.
(IDE: Integrated Development Environment: some kind of editor with
facilities to compile/debug..
SDK: Software Development Kit: what without which you cannot
develop: compiler & library and, eventually (higher quality),
documentation)
BTW you should use latest release as not only beta2 is better
(faster and more stable) but namespace are not always the same. (i
think to System.WinForms -> System.Windows.Forms)