I am confused can someone clarify what is .NET Framework means?
Is that an another name of Visual Studio?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .Net framework is a collection libraries of classes and functions designed to extend the Common Language Runtime (CLR) and make system development easier. Visual Studio is not required. You can download the framework SDK and code against it in a text editor.
You could also look at the framework as the combination of the CLR and the set of libraries since it is all distributed as a unit.