Originally posted by: Ken90630
If a person is not on any kind of network, other than having a single Internet connection, is Microsoft's .NET framework necessary to have on the computer? Can it be removed via Add/Remove Programs without causing any problems?
Originally posted by: Brazen
Yeah, it's an application framework and not really having anything to do with being on a network. You can recognize a potential .NET application by it being slow and buggy, usually even worse than java applications.
Originally posted by: Aluvus
Originally posted by: Brazen
Yeah, it's an application framework and not really having anything to do with being on a network. You can recognize a potential .NET application by it being slow and buggy, usually even worse than java applications.
Paint.NET is rather nice actually. Imperfect, but nice.
Yeah man, last time I set up a windows machine I forgot to install the .com framework. Boy was that a hassle 😛Originally posted by: Aluvus
.NET is a framework for applications. It isn't especially related to networking (much less the .net top-level domain), even though the name implies as much.
Leave it be. It's useful. Removing it won't make your computer burst into flames, but will prevent you from running some applications.
Originally posted by: Brazen
Yeah, it's an application framework and not really having anything to do with being on a network. You can recognize a potential .NET application by it being slow and buggy, usually even worse than java applications.
Originally posted by: lxskllr
Originally posted by: Aluvus
Originally posted by: Brazen
Yeah, it's an application framework and not really having anything to do with being on a network. You can recognize a potential .NET application by it being slow and buggy, usually even worse than java applications.
Paint.NET is rather nice actually. Imperfect, but nice.
Ditto on Paint.NET. I don't really do much picture editing, but I like the simple interface it has to play around with images.
Though I don't have any examples of buggy stuff, by design .NET applications will be slow. It's just a sympton of using an interpretted language and java suffers from the same thing. However, Python blows both of them away (also an interpretted language) and the speed difference between any of them, even Python, and a compiled language, such as C, is rediculous. It's like comparing a pinto to a corvette.Originally posted by: SunnyD
Interesting comment. None of the .net stuff I've dealt with/written seem to suffer from being slow, or buggy. Of course that's another story.
Originally posted by: Brazen
Though I don't have any examples of buggy stuff, by design .NET applications will be slow. It's just a sympton of using an interpretted language and java suffers from the same thing. However, Python blows both of them away (also an interpretted language) and the speed difference between any of them, even Python, and a compiled language, such as C, is rediculous. It's like comparing a pinto to a corvette.
Originally posted by: Brazen
Though I don't have any examples of buggy stuff, by design .NET applications will be slow. It's just a sympton of using an interpretted language and java suffers from the same thing. However, Python blows both of them away (also an interpretted language) and the speed difference between any of them, even Python, and a compiled language, such as C, is rediculous. It's like comparing a pinto to a corvette.
That's more or less what I was going to point out 😛Originally posted by: Kilrsat
Originally posted by: Brazen
Though I don't have any examples of buggy stuff, by design .NET applications will be slow. It's just a sympton of using an interpretted language and java suffers from the same thing. However, Python blows both of them away (also an interpretted language) and the speed difference between any of them, even Python, and a compiled language, such as C, is rediculous. It's like comparing a pinto to a corvette.
Except you're completely talking out of your ass....
Originally posted by: doornail
I love Python.
Python makes me happy.
Everytime I face a problem, there is a part of my mind that selfishly wants to push a Python solution.
Python is the only language I've worked with where you can crank out a couple dozen lines of code and have it work first try, even the stuff you guessed about.
I feel bad for people that have to code in not-Python.
However, Python is slower than .NET. You have intrepreted bytecode passing to functions written in C (or more interpreted bytecode written in Python), which pass results back again. Values often have to be cast from native Python types to C types (and back again). There's a LOT of expensive stack usage in that scenario.
But for many tasks, it's fast enough(tm) though. I believe the original Bit Torrent was written in Python.
Nothing. Welcome to the forums.Originally posted by: corkyg
What does all this extraneous BS have to do with the question: Is the .NET framework necessary if not on a network?
Nothing. Welcome to the forums.[/quote]Originally posted by: Brazen
[