Whats new in Visual C# .NET 2003?
Visual C# .NET 2003 sports several minor improvements to the integrated development environment (IDE) that will help you write code faster and with fewer errors: 1) NATIVE DEVICE DEVELOPMENT SUPPORT: support for more than 150 mobile Web devices including mobile phones, pagers, and PDAs. The version of Visual C# .NET for professional developers, called Visual Studio .NET 2003 Professional Edition, simplifies smart device application development with native support for the .NET Compact Framework. 2) IMPROVED INTELLISENSE FOR INTERFACES AND BASE CLASSES: includes automatic interface and base class expansion. Simply inherit from an interface or a base class, and the code editor will prompt you with a ToolTip to automatically stub out abstract methods of the class and methods of the interface. 3) IMPROVED INTELLISENSE FOR DELEGATES AND EVENTS: provides ToolTip assistance to help you hook functions to delegates and events. 4) IMPROVED INTELLISENSE FOR STATEMENT COMPLETION: lists the ‘most fr