Richard
Sun Oct 23 15:14:40 CDT 2005
typingcat@gmail.com wrote:
There are *immense* benefits gained from using .NET. The security
benefits themselves should be sufficient to persuade most people.
However, having said that...
> The problem is some people hate to install .NET because they think
> instaling .NET make to many changes to the computer (registry etc.)
> and even think it makes the computer instable (according to some
> Korean famous PC magazine).
I doubt it. When you install .NET there are only *two* files put into
%windir%\System32 gdiplus.dll and mscoree.dll. You could easily argue
that gdiplus.dll isn't even part of .NET - it is a native file and
Microsoft provides header files for you to use it from unmanaged C++. So
IMO the only file inserted into System32 is mscoree.dll, and this is the
shim DLL that choses the right version of .NET to use from the ones
installed on your machine.
As to registry, well the *vast* majority of .NET configuration is done
through machine.config and friends. While .NET does use the registry, it
does not add much.
> Would the users like to installing each
> and every version of .NET? I mean, installing .NET 1.0, 1.1, 2.0, 3.0
This is the nubb of the issue. Microsofties live in an isolated world.
They have hugely powerful machines with huge large disks and lots of
memory; they also have super fast, always on, internet connections.
Unfortunately they behave as if they expect everyone else to have such
machines. If I could afford one of their machines and their huge pipe to
the internet I too would want every version of the framework on my
machine, but, of course, I don't, so I don't.
> .... Can't every .NET applicatoin run on the latest version of .NET?
Well yes, through configuration files, if you want to take the effort.
> As for me, I've installed .NET 2.0 but some applicatoins insist that
> .NET 1.1 should be installed. I don't use those applicatoin only
> because I don't want to install .NET 1.1. Looks like a kind of waste
> of disk space and wouldn't it make some kind trouble if two or more
> versions are installed on the same computer?
You should get yourself a Microsoft developer's machine, then you won't
care about the wasted space ;-)
Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm