|
||||||
Crisis? What Crisis?In a comment, Kent asks: Doesn't it bother you that MS doesn't see the current state of VB.Net as a problem? No, Kent, it doesn't bother me, because I don't see the current state of VB.NET as a problem, at least not a major one. Here's why: Microsoft has always positioned VB as a RAD tool. By definition, RAD applications are meant to be developed rapidly. So while I agree that it would be nice if VB6 code could port effortlessly to VB.NET, I don't think the fact that it doesn't will present a huge problem to the vast majority of VB users: Most VB apps were written in a few days or weeks, and/or were written to solve very specific problems. Many of these apps can be maintained in VB6 for the remainder of their useful lives. If they do need to be rewritten, doing so will not require a great deal of effort -- they were developed rapidly to begin with, remember? Most of the angst I see regarding the lack of compatibility between "Classic" VB and VB.NET comes from people who have used VB not as a RAD tool, but rather to develop large, complex applications. They have made a large investment in VB code, and expected to be able to collect dividends on that investment for many years. If I were in their position, I'd probably feel similarly frustrated. But I don't think their frustration equates to a major problem for the "state of VB": Their situation is an exception, rather than the rule. Comments
Post a comment
|
Articles
Easy RSS in VB.NETIs Inheritance Overrated? A Tale of Tabbed Pages Categories
.NETBlog Career Cycling Geek Humor Microsoft Music Personal Rants Reading Software Tech Usability VB Archives
March 2008December 2006 August 2006 April 2006 February 2006 January 2006 December 2005 September 2005 June 2005 May 2005 March 2005 January 2005 December 2004 September 2004 July 2004 June 2004 January 2004 August 2003 July 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 Misc
Talk to MeSubscribe |
|||||
> They have made a large investment in VB code,
> and expected to be able to collect dividends
> on that investment for many years. If I were
> in their position, I'd probably feel similarly
> frustrated.
It should be noted that in the case mentioned above the programmer would still have the option of using COM Interop to use their VB6 components in .Net, or use the COM type-library export tool to use .Net assemblies as COM components.
Phil,
Seems like a year ago since I left that a comment.
While VB in general has been positioned as a RAD tool, so have others such as Delphi and yet only VB developers seem to enjoy this total break down in compatibility. So saying that breaks in compatibility are an inherit trait of RAD tools is a fallicy.
This problem will only fuel the sterotype VB has fallen into and VB.Net will not be selected for applications where VB once would have been.
The other problem for VB.Net is that as of right now VB.Net is no more a RAD tool than C# is.
Kent
> ...saying that breaks in compatibility are an
> [inherent] trait of RAD tools is a [fallacy].
Kent: Where did I say that?
> ...as of right now VB.Net is no more a RAD
> tool than C# is.
I disagree. So do these people:
"[Uttam Narsu, a vice president with Forrester Research,] said developers can produce programs faster with VB than with C#."
Microsoft's Paul Vick: "If you use VB.NET and VC#.NET for a while, you'll quickly realize that they are not just the same language with different syntax."
A few examples of what makes VB.NET more efficient (RAD) than C#:
Background compiler
Case-insensitivity
Better IntelliSense
Effortless late-binding
WithEvents
This disparity will only increase with future updates to the languages (see: Edit-and-Continue).