GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  DataGrid

 Print  |  
Question:  what is the main differences between CTS , CLS



January 01, 2007 03:55:05 #2
 sbehera02   Member Since: July 2006    Total Comments: 8 

RE: what is the main differences between CTS , CLS
 

CTS-Common Type System

In order to communicate between two language,CLR  has CTC,for example In C# it can an "Int" and in VB it "LONG",so interfacing betwwen is a difficult task,so in dot net c# it is int and in VB it is System.ToInt32 ,it is a Datatype of CTS.

CLS-Common Language Specification

It is a set rule for Compiler writer to that all Dot net Language should follow that rules.

SuniL

     

 

Back To Question