What is MSIL, IL, CTS?
Answers were Sorted based on User's Feedback
Answer / chinnu
MSIL is Microsoft Intermediate Language, whtever code
written in .net is complied into an intermediate native
language and this language is called MSIL, this language ia
again complied into low level intermediate lamguage called
Just In Time Compiler.
CTS is Common Type System that defines how variables,
methods are decalred & how object are defined & used
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / triveni
MSIT: MycroSoft Integrated Ltd.
CTS:Commun Type System.
Is This Answer Correct ? | 0 Yes | 2 No |
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Can u explain me What is encapsulation?
7 Answers Deloitte, GK companies,
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What are the types of assemblies in .net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Explain the difference between task and thread in .net?
What are multicast delegates?
How viewstate is being formed and how it's stored on client in .net?