. 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 a .DLL and .EXE files called in .NET?
Explain how do assemblies find each other?
How viewstate is being formed and how it is stored on client in .net?
Explain the process of serialization in .NET?
what is event inheritance and event delegation?
Write an StoredProcedure to get the values of a column within a date range.
What does SCM do?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is meant by managed and unmanaged code?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
Can you explain what do you understand about web service?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?