----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Ennittum1 Message 4 in Discussion CLS is a feature of compiler i beleive [----------------------------------] -----Original Message----- From: BDOTNET [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 10:17 AM To: BDOTNET Cc: BDOTNET Subject: Re: CTS issue New Message on BDOTNET CTS issue Reply Recommend Message 3 in Discussion From: JhonnyBravo I think CLS stands for Common Language Specification, this is a set of specification when followed by a compiler it will generate the so called ".NET Compliant Code" or managed Code, which can than take the advantages of the .NET framework for e.g. Cross Language Inheritance and Exceptions etc. Warm Regards JhonnyBravo "Varad_RS" <[EMAIL PROTECTED]> To: "BDOTNET" <[EMAIL PROTECTED]> cc: 09/21/2004 08:39 AM Subject: Re: CTS issue Please respond to "BDOTNET" (Embedded image moved to file: pic24021.gif) (Embedded New Message on BDOTNET image moved to file: pic27348.gif ) (Embedded image moved to file: pic23199.gif) CTS issue |-----------------------------------------------+--------------------------------------------------------------------| | Reply | | | (Embedded image moved to file: pic19668.gif) | | | | | | | Reply to Sender (Embedded image moved to file: pic24484.gif) | | | Recommend | | | Message 2 in Discussion| | | | |-----------------------------------------------+--------------------------------------------------------------------| | | | | |From: (Embedded image moved to file: pic08281.gif)(Embedded image | |moved to file: pic04734.gif)Varad_RS | | | |Its a wonderful question and we can take it up even for a | |brainstroming session! | | | |I will try to explain wiht my understanding of C#... | | | |In C#, When a compiler analyses and converts the user program to | |MSIL-code and metadata it translates language constructs to the | |types represented in the Common Type System. An important concept in| |the framework is metadata, which will be available with assemblies. | |This metadata allows other languages to use the classes contained in| |the assembly as long as they support the common language structure | |(CLS). Language compilers store implementation in MSIL together with| |metadata for each type in a language neutral way. The metadata | |describes the types enough to reproduce them. This removes the need | |of additional type and language describing files. | | | |By this I can say CTS and CLS come into picture at the time of | |source code converts to MSIL! | | | |Group, Please correct me if I am wrong. | | | |Regards, | |Varad. | | | | | --------------------------------------------------------------------| View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes (Embedded image moved to file: pic00053.gif) To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
