Home » questions » what is the main difference between .Net Paltform and .Net Framework.?

what is the main difference between .Net Paltform and .Net Framework.?

2006-08-03 23:59:05, Category: Programming & Design

Answers

  1. vaz

    On 2006-08-04 00:14:15


    .NET Framework is a set of library/ddls provided by Microsoft which can be used to develop programs. You can use any language(VB.Net, C#, VC++, etc) to write programs which will use .NET Framework. In order to run any programs developed in .NET Platform u need to have .NET Framework in ur machine. .NET Platform is a generic term to represet .NET languages like vb.net, c#, etc, where as .NET Framework is a defined set of dlls which can be used by any .NET Compatible program.
  2. jacinablackbox

    On 2006-08-04 00:03:40


    The .NET Framework is a DLL used to implement the .NET platform, which is the general term for the "technology." So really there's no difference.