GeekArticles
Microsoft
Visual Basic .NET.NET Makeover
Author: dotnet.sys-con.com |
Published: 31st Jul 2007 |
Visited: 141 times |
Add CommentFiled in: Visual Basic NETAs developers in the 1990s, we became accustomed to migrating applications from one version of VB to the next. We expected Microsoft to continually provide new VB releases that addressed feedback from the developer community (also known as 'identified bugs'), made VB software developers more productive, and took another step toward 'true' object-oriented (OO) programming. While Active Server Pages (and VBScript) provided a foothold into Web development, they also represented a step backward in the path to building OO systems.
Read Article Sponsored Links
Related Articles
• Give Your Everyday Custom Collections a Design-Time Makeover Paul Ballard Parts of this article are based on a prerelease version of the .NET Framework 2.0. Those sections are subject to change. This article discusses: Creating a type-safe custom collection Implementing design-time support Data binding support implementation Generics in the .NET Framework 2.0 ...