Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / March 2005

Tip: Looking for answers? Try searching our database.

can anyont explain the diff between CTS and CLS in simple way ??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
~Maheshkumar.r - 16 Mar 2005 05:16 GMT
can anyone explain the difference,similarties, definition..... for CTS and
CLS in a simple way to understand.
Thankz ,
Maheshkumar.R
--
Scott M. - 16 Mar 2005 06:55 GMT
The Common Type System (CTS) is the set of rules that state what data types
(16 bit integer, 32 bit integer, decimal, etc.) ALL .NET languages must
have.

The Common Language Runtime (CLR) is the runtime that processes the
Intermediate Language (IL) code produced by the various .NET languages.

> can anyone explain the difference,similarties, definition..... for CTS and
> CLS in a simple way to understand.
> Thankz ,
> Maheshkumar.R
> --
Kikalo - 16 Mar 2005 08:38 GMT
CLS (a subset of the CTS) details the minimum set of features and types a
given compiler must support
if these compiler is targeting the CLR. So this given features are garanteed
to be supported by all languages
that target the CLR.

If you're designing types that should be used between languages you
shouldn't take advantage of features
outside the CLS because members of this types might not be accessible by
programmers using other CLR
programming languages

RM

> The Common Type System (CTS) is the set of rules that state what data
> types (16 bit integer, 32 bit integer, decimal, etc.) ALL .NET languages
[quoted text clipped - 9 lines]
>> Maheshkumar.R
>> --
~Maheshkumar.r - 16 Mar 2005 10:28 GMT
thnk, Yes i want to export table > text file and few query outputs to text
file ?

> CLS (a subset of the CTS) details the minimum set of features and types a
> given compiler must support
[quoted text clipped - 23 lines]
> >> Maheshkumar.R
> >> --
~Maheshkumar.r - 16 Mar 2005 10:35 GMT
Sorry, for that confusion and thnkz for your clarification.

> thnk, Yes i want to export table > text file and few query outputs to text
> file ?
[quoted text clipped - 27 lines]
> > >> Maheshkumar.R
> > >> --

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.