Click here to Skip to main content
15,881,669 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi every one,

I'm beginner in Visual C#,and i want to understand the difference between .Net framework and MSDN library ?and what is all library of VisualStudio?...

thanx for all codeproject members
Posted
Updated 31-Mar-11 0:39am
v2
Comments
Wild-Programmer 31-Mar-11 6:36am    
what????????
Sergey Alexandrovich Kryukov 31-Mar-11 15:23pm    
Incorrect Question. This is one thing, that is completely different.
Please avoid "what's the difference" format. What exactly do you want? Initial directions? On which one? On both? Read the manuals...
--SA

MSDN Library is a library of official technical documentation content intended for developers developing for Microsoft Windows. MSDN stands for the Microsoft Developer Network. The MSDN Library documents the APIs that ship with Microsoft products and also includes sample code, technical articles, and other programming information. It is available free on the web and on CDs and DVDs for paid MSDN subscribers.

While the .NET Framework (pronounced dot net) is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability (each language can use code written in other languages). The .NET library is available to all the programming languages that .NET supports.
The framework's Base Class Library provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. The class library is used by programmers, who combine it with their own code to produce applications.


There is no comparison between them :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 31-Mar-11 15:29pm    
Well, too much good words (my 5 nevertheless). The essence of the problem is different... please see my Answer.
--SA
Sergey Alexandrovich Kryukov 31-Mar-11 15:29pm    
OP commented:

thank you Mr Amit Kumar Tiwari6 ,and what is all library of VisualStudio?...
Sergey Alexandrovich Kryukov 31-Mar-11 15:32pm    
Amit replied:
There is no library of Visual Studio. That is a wrong question.

[Absolutely correct. My 5 (oops, I already voted 5, sorry, could not vote one more :-) -- SA]
Wild-Programmer 1-Apr-11 3:31am    
Thanks SA :D
Please understand: I'm not joking even it you read it on April 1st. :-)

There is one real problem here: how to get answers to such questions? Two things:

1) How to use Wikipedia, Google, CodeProject and StackOverflow.com?
2) Here is the most basic skill you need: Microsoft Q209354

—SA
 
Share this answer
 
OK thanks for all ...
i can conclude that MSDN is an explication of classes's of .net framwork
 
Share this answer
 
[Moved to the comment to the Answer by Amit Kumar]

A note for OP: you should not post such texts as Answer. Use "Add comment", "Improve question" or reply to existing comment.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900