. 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 |
What is .net assembly?
Explain the code behind wors and contrast that using the inline style.
What are the features of dot net?
Explain role-based security in .Net.
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
How to implement DataGrid in .NET?
Name some of the languages .NET support?
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
What is Finalizer in .NET define Dispose and Finalize ?
What is meant by globalization?
Please explain what are an object and a class?
Explain about the Common Language Runtime?