Is .NET SDK the same as .NET framework class library

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

I have VS2005.
In the VS2005 I have a folder called v2.0.
The .NET framework class library is version 2.0 for VS2005.

So is .NET SDK the same as .NET framwork class library.

If not what connection does it have to the .NET framework class library.

//Tony
 
Tony said:
I have VS2005.
In the VS2005 I have a folder called v2.0.
The .NET framework class library is version 2.0 for VS2005.

So is .NET SDK the same as .NET framwork class library.

If not what connection does it have to the .NET framework class library.

The class library comes with the framework itself (the runtime).

SDK adds documentation, tools etc..

Arne
 
Back
Top