----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SriSamp Message 1 in Discussion Hi Group, The following table can be found in the book, Essential .NET - The CLR by Don Box. The table covers the various features that are present in each of the .NET languages and what exists and what does not. This table should serve as a useful companion to anyone trying to determine which language to use for development. Feature VB.NET JScript C# C++ ILASM Compiler VBC.EXE JSC.EXE CSC.EXE CL.EXE ILASM.EXE CodeDOM Support Yes Yes Yes No No Dynamic Member Addition No Yes No No No Late Binding Automatic Automatic Manual Manual Manual User-defined value types Yes No Yes Yes Yes Case sensitive No Yes Yes Yes Yes Unsigned Integral Types No Yes Yes Yes Yes Method Overloading Yes Yes Yes Yes Yes Operator Overloading No No Yes Yes N/A C-style pointers No No Yes Yes Yes Native /un-managed methods No No No Yes No Code verification Always Always Optional Never Optional Opaque / un-managed types No No No Yes Yes Templates / generics No No No Yes No Multiple inheritance No No No Yes No Hope you find it useful. Srinivas Sampath ----------------------------------------------------------- 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]
