Re: A project that "could" be beneficial to the Renegade community. [message #239385 is a reply to message #239355] |
Tue, 16 January 2007 05:46 |
|
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma:
|
General (1 Star) |
|
|
dead6re wrote on Tue, 16 January 2007 02:21 | I feel .NET code bloats the class/application.
Does it really need to include .NET? I have a very simple class that I use for IRC connections that also allows me to hook specific messages into my own functions, for example
IRC.Hook("MODE", IRC_ModeHandler);
|
You just need to make sure the user has .NET on their computer (which they most likely have the latest version already). Other than that, you don't need .NET for anything, everything else is handled for you. Aside from that, this dll runs fast and efficiently with no performance loss. The feedback is provided via consoles so there is no extra memory requirements either such as a GUI would need.
As for .NET "bloating" an application, it can only if you code inefficiently.
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
[Updated on: Tue, 16 January 2007 05:51] Report message to a moderator
|
|
|