How is .net able to support a lot of languages?
Answer / Naween Kumar
.NET supports multiple programming languages due to its Common Language Runtime (CLR), which provides a common execution environment for all .NET languages. The CLR compiles the source code written in various .NET-supported languages into Intermediate Language (IL) code, making it possible to run the code on any platform with a compatible version of the CLR.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a serviced component?
What is the use com component in .net?
What is the difference between reference type and value type?
What are the collections you've used?
What tools can I use to develop .net applications?
What is operator overloading in .net?
How to write an MMC snap-in for my Windows service?
Please explain what is the difference between encrypting a password and applying a hashing?
What is Assembly manifest? what all details the assembly manifest will contain.
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 Can Registry Editor in .NET?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?