----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: ShivasFriend1 Message 4 in Discussion Advantages VB.NET :- v Has support for optional parameters which makes COM interoperability much easy. v With Option Strict off late binding is supported.Legacy VB functionalities can be used by using Microsoft.VisualBasic namespace. v Has the WITH construct which is not in C#. v The VB.NET part of Visual Studio .NET compiles your code in the background. While this is considered an advantage for small projects, people creating very large projects have found that the IDE slows down considerably as the project gets larger. Advantages of C# v XML documentation is generated from source code but this is now been incorporated in Whidbey. v Operator overloading which is not in current VB.NET but is been introduced in Whidbey. v The using statement, which makes unmanaged resource disposal simple. v Access to Unsafe code. This allows pointer arithmetic etc, and can improve performance in some situations. However, it is not to be used lightly, as a lot of the normal safety of C# is lost (as the name implies).This is the ----------------------------------------------------------- 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]
