.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 393 Page Views: 

What languages are supported by .Net framework?



Posted By: Avi Date: 13 October 2010 10:02:48 PM
 Answer:

Languages that meets standards defined in Common Language Specification. For example C#, c++, VB.NET, Python, Ruby


Posted By: avibtech


Date: 13 October 2010 10:02:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image BX7HMD
Related Questions
.Net Framework : What are generics?

What are generics?

Generics add support for type parameters in .NET Framework.
Category: .Net Framework Date: 10/15/2010 6:05:48 AM
.Net Framework : What is attribute?

What is attribute?

Attributes add metadata to the program. You can query them using reflection.
Category: .Net Framework Date: 10/15/2010 5:23:49 AM
.Net Framework : What namespace provides access to GDI+?

What namespace provides access to GDI+?

System.Drawing
Category: .Net Framework Date: 10/15/2010 3:28:48 AM
.Net Framework : What is CultureInfo class?

What is CultureInfo class?

CultureInfo class provides various information about a specific culture like writing system, calenda....
Category: .Net Framework Date: 10/15/2010 2:36:49 AM
.Net Framework : What is exception?

What is exception?

exception represents errors that occurred during application execution
Category: .Net Framework Date: 10/15/2010 12:51:48 AM