hardika


{ City } ahmedabad
< Country > india
* Profession * sr software developer
User No # 36090
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 39
Users Marked my Answers as Wrong # 2
Questions / { hardika }
Questions Answers Category Views Company eMail




Answers / { hardika }

Question { 21626 }

How .NET is able to support multiple languages?


Answer

.Net is able to support multiple languages bacause of
CLR.When .net code is compliled the CLR will generate
MSIL(Microsoft Intermediate Language) from the source
code.This MSIL is not language apecific and it can be used
for any language.This MSIL will later converted to machine code.

Is This Answer Correct ?    34 Yes 2 No

Question { 3231 }

Which namespace is the base class for .net Class library?


Answer

System.Object

Is This Answer Correct ?    5 Yes 0 No