Answer Posted / j_baghla
CTS:-Common type system means a system which commons the
type.We get the language interoperability in .net thru
CTS.B'coz when we compile the code written in .net language
then it complies into managed(MSIL) which contains .net
datatypes like system.int32...etc.
CLS:-common language specification which is the subset of
CTS.It is basically designed for compiler vendors which
tells that their language shud support support for 32 bit
integer,exception handling.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Define the types of configuration files.
What is difference between session and cookie?
What is the concepts of globalization and localization in .net?
Explain parts of assembly?
What is an imagemap in asp.net?
How many types of sessions in asp.net?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is application state?
What is the Difference between MVC And MVP design pattrens
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are merge modules?
Mention the execution process for managed code?
How will you load dynamic assembly? How will create assesblies at run time?
Distinguish between Server-side and Client-side code?
What is custom attribute?