What languages does the .NET Framework support?

Questions by Srikanth   answers by Srikanth

Showing Answers 1 - 41 of 41 Answers

Vipul Grover

  • Sep 17th, 2005
 

The language supported by .NET framework are VB.NET,VC++,C#. The code written in any of these language is termed as managed code after the compilation. These are the language that targets the CLR as of now.

Kishore

  • Sep 23rd, 2005
 

As per the specifications of microsoft we can use 44 languages. Commonly used languages are

1.       Visual Basic.NET

2.       Visual C#

3.       Visual C++

Kishore

  • Sep 23rd, 2005
 

As per the specifications of microsoft we can use 44 languages. Commonly used languages are

1.       Visual Basic.NET

2.       Visual C#

3.       Visual C++

Puneet Shadija

  • Sep 26th, 2005
 

Talking about the languages .NET framework support; infact there are many(some 22, 23 languages)Some of them are:Visual Basic, C#, C++, Python, COBOL, Jscript, Eiffel, Java, Haskell, Pascal, ML, Ada, APL, C, C++, Perl, SmallTalk, Oberon, Scheme, Mercury, Oz, RPG, Objective Camlto name some of them

  Was this answer useful?  Yes

Gopal Mishra

  • Oct 12th, 2005
 

Four core languages that is supported by .NET Framework:-

1. Visual Basic.Net

2. Visual C#.Net

3. Visual j#.Net

4. JScript.Net

  Was this answer useful?  Yes

shireef adel

  • Aug 6th, 2007
 

In addition to all these languages, According to Microsoft famous word about .NET "Any Language at Any platform" , so we can say that any Progrmmaing language that converted and interpreted to MSIL can be supported by .NET

Zalak Patel

  • Sep 27th, 2011
 

C++, C#, Perl, Pascal, COBOL, VB, Java

  Was this answer useful?  Yes

saurabh rakhecha

  • Oct 3rd, 2011
 

it supports more than 40 language .
it is a language Independence.
bcoz it have common language runtime .

  Was this answer useful?  Yes

  • Oct 11th, 2011
 

Any language can be a .NET language, if it has a compiler that convert high level code to .NET IL code.

e.g. Java can be a .NET language, if there is a .NET compiler for it :)

  Was this answer useful?  Yes

A.viswanath

  • Nov 30th, 2011
 

My dear friends,
According to Microsoft the .net Framework Supports 61 programming languages .In that Microsoft has developed 9 programming languages.

  Was this answer useful?  Yes

Rajasekar.K

  • Apr 7th, 2012
 

A .NET Framework assembly containing resources specific to a given language. Using satellite assemblies, you can place the resources for different languages in different assemblies, and the correct assembly is loaded into memory only if the user elects to view the application in that language

  Was this answer useful?  Yes

silambarasan.P

  • Jan 31st, 2013
 

.NET support 44 languages only.

  Was this answer useful?  Yes

sayantan samanta

  • Nov 2nd, 2014
 

The logical answer would be , any language that is written and supports the CLS (Common Language Specification) will run in .Net framework.

  Was this answer useful?  Yes

Prasad

  • Dec 22nd, 2014
 

i am new to .net and had one confusion that, can we create Java programs in .net. From basic console application to JSPs or web sites or other kind of java applications.

  Was this answer useful?  Yes

smd

  • Feb 10th, 2015
 

CLS

  Was this answer useful?  Yes

sasitharan

  • Feb 23rd, 2016
 

The Answer Is-2.Visual C#

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions