Forum Moderators: phranque

Message Too Old, No Replies

what is Net Framework Support

         

Flolondon

10:47 am on Apr 6, 2005 (gmt 0)

10+ Year Member



what is Net Framework Support

Does it have any special additional features... other than dot com...?

thanks, i hope someone can answer that question...

Ren.

steve

9:05 am on Apr 8, 2005 (gmt 0)

10+ Year Member



The .Net framework is an attempt by Microsoft to seperate programming and the operating system.

The theory is a program written to run on .net will work on any operating system/processor for which .net framework support has been written.

The framework is a set of classes which perform tasks such as writing to the screen, creating a file, getting the system date etc. Using these instead of talking direct to the OS or hardware will guarantee your code is portable.