Maybe there are VB.net and other language that related with .Net framework.
When I install the Visual C++ 2008 ,I have to install the .Net framework 3.5.
However,why people think .Net gets mainly related with C# language?
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 easiest way of putting this is to compare it to the C languages. The C language is known as the ‘scripting language of the Von Neuman machine’. It is this most expressive of what happens in the underlying machine code. C# is basically the scripting language of the .Net framework. The .Net framework was designed with C# in mind as its main language, partially because Anders, who designed C# (also Turbo Pascal and Delphi in the past for Borland), was one of the main designers of the .Net framework. The .Net framework was designed with having high language compatibility in mind, but C# will probably always be the language that is ‘closest to the metal’.