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

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
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

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
 

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

Similar Threads


Top