|
||||||
VB.NET: Too Complex to be Considered "BASIC?"In the vb.dotnet.discussion group at DevX, .NOT-regular Mike Mitchell rants that VB.NET is too complex to be considered "BASIC." Not surprisingly, I disagree:
The technique I used for this app, incidentally, is visual inheritance: I created a generic wizard form to serve as a base class, then I inherited from this form to create each page of the wizard. Cake! Comments
Post a comment
|
Presentations
Extreme Makeover: Web EditionCreate Great User Interfaces Articles
UX Tip of the Week: Why Message Boxes Are EvilEasy RSS in VB.NET Is Inheritance Overrated? A Tale of Tabbed Pages Categories
.NETBlog Career Cycling Geek Humor Microsoft Music Personal Rants Reading Software Tech Travel Usability VB Archives
December 2010May 2010 February 2010 January 2010 June 2009 March 2008 December 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 |
|||||
Hi Phil,
In my own opinion, VB.Net is not complicated but the importance of VB has diminished. It is also fair to say that by taking the approach you took that you completely by passed having to work with the framework thus avoiding the inherent complexity. Nothing wrong with that really, since the forms designer in VB6 does the same thing in a sense. Point being it can be done easily for any .Net language that works in VS.Net not just VB.Net.
Kent
Hi, Kent! I don't understand why you say I "completely bypassed having to work with the framework?" My code includes GDI+ calls, ADO.NET calls, etc. What technique, in your opinion, would qualify as 'working with the framework?'