Radioactive Networks
Home
Consult
Tracking
APRS
GPS
TeamTrack
802.11
Ham
Articles
Personal
Main
History
Linux
Places
Archive
Technology
Software
Products
Contact
Search
Blog


Google

   
     Personal     Canberra 2003 Fires     Home     Misc     DVD DeCSS     Fisher's Ghost ARC     

   
     VB.NET     SPAM     
VB.NET Experiences

Or why the name should be VB.Not

My Biggest Hate

NO RUNTIME EDITING. This makes VB.NET a DOWNGRADE. [Sept 2005. VS.NEt 2005 includes this]

Annoyances





   LEFT$ is missing. MID is there, but not LEFT. It may have another name. How can basic not have LEFT?[Sept. 2005: It is there but hidden]

   Unload Me does not work. The new syntax is ME.UNLOAD()

   DoEvents is missing. To use it you need to say Application.DoEvents [Sept 2005: Some people say that you should not use this anyway.]

   VERY SLOW INSTALL at about 2-3 hours. Sure that was for the entire Visual Studio, but this is Bloatware. [Sept 2005. It is a lot faster if you copy it to HDD first]

   Poor Online Help - I think it is all there, but navigation is not as easy as it was

   Weird User Interface - The user interface is hard to get used to. I think this is a downgrade. [Sept 2005: You get used to it]

   Streams for Networking are good, but I cannot find how to get the Local and Remote IP addresses of a TCP/IP stream

   Poor Physical Documentation in the form of a book that would be good if you know what you are doing, Posters that are good if you are re-wallpapering a house, and some particularly poor advertising material. This software was not cheap. It would have been good to have some documentation

   Unstable Compiler - I have had VB.NET crash a few times.

   Weird Code that gets generated automatically. This might make it easier to do some more powerful things, but it does make it harder for people to learn the language

   Task List looks interesting, but I cannot yet work out how to add to it, other than by error

   Version Numbers are screwed up. I cannot work out how to even set them.

   ABS is now called MATH.ABS

   Debug.print is now Debug.Writeline

   SGN to return the sign of a number is now MATH.SIGN

   Control Arrays no longer exist
29/5/04

Smartphone with VB.NET gives some interesting issues. I was getting a System.NotSupportedException when I was attempting to add menus. Turns out that I was doing something stupid. Only the RIGHT menu can have sub-menus. Of course the user interface allows you to do it. To find this I went to http://msdn.labtech.epitech.net/blogs

I have also been playing with WWW services. I had an issue with ASP 1.1 not running. The solution was
regsvr32 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

The .NET show is on http://msdn.microsoft.com/theshow/Archive.asp

____
Welcome to our Techical Site. If you are interested in an overview, then visit our Marketing Site
Copyright © 1994-2005 Radioactive Networks , darryl@radio-active.net.au
This page was last updated 2005-09-02 15:09:46
This page was last compiled 2005-11-15 19:14:13
Question or Comment? Click here