. How .NET can support multiple languages?
.NET can support multiple languages because the .NET language code is compiled to Microsoft Intermediate Language (MSIL). The generated code, as a result, is a powerful code that runs in a .NET environment. After compilation, the languages do not remain a barrier and the code can call or use functions of various other languages too.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain attributes in dot net?
What is Event Bubbling in .NET?
How do you define the lease of the object?
Using activex control in .net?
How to Create and Consume a Web Service?
What is garbage collection and how it works ?
What is the use of trace utility?
How will you register com+ services?
Tell us what is json data, and what is one way that .net developers can work with json?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What's wrong with a line like this? Datetime.parse(mystring);
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?