Questions

  • Thread starter Thread starter Jordan
  • Start date Start date
J

Jordan

Hi, I am a consumer, not a developer. How do I know if my
computer uses .net, and how does it benefit me to have it?
 
Your computer has .net if it has a directory where the .net files are
installed, usually in the windows/system/microsoft.net folder.
It benefits you because the programmer who used .net has delivered an
application that is smaller to install, runs faster, and, if it uses the
..net framework correctly, probably contains far less code than a similar
application in C++. Less code = fewer bugs = a more reliable and satisfying
application.

--- Nick
 
Back
Top