ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is CTS, CLS and CLR ?
 Question Submitted By :: Wgk
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is CTS, CLS and CLR ?
Answer
# 1
Common Type System CTS :A fundamental part of the .NET 
Framework's Common Language Runtime (CLR), the CTS 
specifies no particular syntax or keywords, but instead 
defines a common set of types that can be used with many 
different language syntaxes.

Common Language Specification  (CLS):The Common Language 
Specification  (CLS) describes a set of features that 
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).

The CLR is a multi-language execution environment
 
Is This Answer Correct ?    18 Yes 4 No
Mouli
 
  Re: What is CTS, CLS and CLR ?
Answer
# 2
CLR
this is common language runtime.the code which is in 
environment of clr is called managed code.every language 
has runtime in case of .net there is CLR.so that that has 
some responsibilites that is to tack care of the execution 
of code
other responsibilites 
garbage collection-in that it remove the object which are 
not refered for long time.using Idisposable interface with 
dispose method

Jit compiler also convert IT to native code
In that include exception handling.etc

Cls
common language spefication
thsi is guideline that to communicate smoothly with other

CTS
common type system
this is used to communicate with other language.
example  in vb we have int and in c++ we have long so that 
in one case they are not compatiable with each other so 
that CTS palys important role with using System.int32
 
Is This Answer Correct ?    18 Yes 3 No
Versha
 
 
 
  Re: What is CTS, CLS and CLR ?
Answer
# 3
What is the CTS?
	A set of common types
	any language that runs in CLR should implement
	no syntax specified
	Languages often define aliases
	For example
	CTS defines System.Int32 – 4 byte integer
	C# defines int as an alias of System.Int32
	string -> System.String
	object -> System.Object
	
	What is the CLS?
	A specification of language features
	how methods may be called
	when constructors are called
	subset of the types in CTS are allowed
	E.g. UInt32 is in CTS, but not in CLS
	Non-CLS-compliant example
	Code that takes UInt32 in a public method
	Can mark classes as CLS-compliant
	not marked is assumed to mean not compliant.
 
Is This Answer Correct ?    3 Yes 0 No
Dinesh Parmar
 
  Re: What is CTS, CLS and CLR ?
Answer
# 4
Common Language Specification  (CLS):The Common Language 
Specification  (CLS) describes a set of features that 
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).

The CLR is a multi-language execution environment
 
Is This Answer Correct ?    0 Yes 0 No
Lalu
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is difference between User Control,Custom Contro1,Web server control and template controls  1
Can we use the java script code in .Net Code behind? eXensys4
what are the differences between windows services and web services? Tech-Mahindra3
Difference between Htttppost and Httpget Methods? Microsoft3
1. Briefly describe your ideal job? Swatz-Oils1
What is deff. saop and disco?  1
What are the disadvantages of view state / what are the benefits?  2
what is the role of aspx file ? Netsweeper2
Asp.net - How to find last error which occurred? Abacus1
How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .  2
Tell About Web.config ? Keane-India-Ltd2
How do you do validations. Whether client-side or server-side validations are better.? Microsoft4
what is the MSIL assembler do?  1
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. HCL9
what to magage the state manament in asp.net with respect to in_prock and out_prock Aviva1
Can u able to get the xml document in crystal report if yes how its possible  1
Difference between ISQL and OSQL??  1
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other? Syntax-Softtech24
what is new debug tools in asp.net ?  1
How to convert a string into an Integer in ASP.net?  6
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com