.NET Framework 2.0

C# v2.0 - Visual Studio 2005


Generics

More Details


Iterators

More Details


Anonymous Methods

More Details


Partial Classes

More Details


Nullable Types

More Details


Known Bugs

The following line of code does not seem to work if you want to change the selected tab after the tab order has been fixed in the Form_Load event.

Me.tabWizard.SelectedIndex = 2 

This line of code seems to work though

Me.tabWizard.SelectedTab = Me.tabWizard.TabPages(2) 

VB.Net Specific

The default mechanism for passing arguments was changed from ByRef to ByVal
No longer need to use the Set keyword to initialise and set objects
Call is not required but is still supported for backwards compatibility


© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext