What is .NET Framework

  • Thread starter Thread starter Dave e
  • Start date Start date
On Wed, 2 Sep 2009 10:12:03 -0700, Dave e <Dave
what does .net framework do?


It provides a library of standard code that is called by programs
written with .net. If that library isn't present, such programs won't
run.
 
There are to basic types of .NET
and many versions.

Software programmers use Visual Studio which
requires the .NET Software Development Kit (SDK)
to create/develop applications..

End users only need the runtime versions
(.NET Framework Redistributable) which
is needed for an application to run properly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top