Computers |
|
| | #2 (permalink) |
| Junior Techie Join Date: May 2003
Posts: 82
| If its a big project and it works fine, dont migrate it to VB.NET. The only pojects that are worth migrating are small ones or the ones that could greatly benefit from migration. And never use the Upgrade Wiard provided by VS.NET, it produces terrible code, like a default instance of a form, like it was in VB6 where you always had a defualt instance so you didnt have to worry about creating one. VB.NET is great, so much better then VB6 but if the project is big its just a waste. ![]()
__________________ My specs: AMD Athlon 64 3500 Winchester MSI Neo2 Platinum NForce3 Ultra 2GB Corsair XMS Ram 520W Aspire Triple Fan PSU GeForce 6800 Ultra Sound Blaster Audigy 2 ZS 10,000 RPM 74GB Raptor 120GB Maxtor Princeton 17\' DVI Monitor Logitech Cordless Duo MX Creative P7800 7.1 Speakers AOpen DVD Dual Layer recorder |
| | |
| | #4 (permalink) |
| Junior Techie Join Date: May 2003
Posts: 82
| VB.NET is mainly better becuase you can do stuff that was very hard to do in VB6, like threading which now takes 2 lines of code. Syntax is almost the same (its VB ) , few keywords and object types dont work anymore and were substituted. Like Variant, it is now substituted with Object type. Or Let or Set dont work anymore.And IDE, if you have Visual Studio (Pro at least) then this will probably be the best IDE any language has to offer. If you have the stanard version of VB.nET, it lacks some features but some of them came be easily worked out.
__________________ My specs: AMD Athlon 64 3500 Winchester MSI Neo2 Platinum NForce3 Ultra 2GB Corsair XMS Ram 520W Aspire Triple Fan PSU GeForce 6800 Ultra Sound Blaster Audigy 2 ZS 10,000 RPM 74GB Raptor 120GB Maxtor Princeton 17\' DVI Monitor Logitech Cordless Duo MX Creative P7800 7.1 Speakers AOpen DVD Dual Layer recorder |
| | |
| | #5 (permalink) |
| Junior Techie Join Date: May 2003
Posts: 82
| Ha, how could I forget to mention it! VB.NET is fully OOP, which means inheritance and that cool stuff .
__________________ My specs: AMD Athlon 64 3500 Winchester MSI Neo2 Platinum NForce3 Ultra 2GB Corsair XMS Ram 520W Aspire Triple Fan PSU GeForce 6800 Ultra Sound Blaster Audigy 2 ZS 10,000 RPM 74GB Raptor 120GB Maxtor Princeton 17\' DVI Monitor Logitech Cordless Duo MX Creative P7800 7.1 Speakers AOpen DVD Dual Layer recorder |
| | |
| | #6 (permalink) |
| Newb Techie Join Date: Dec 2003
Posts: 1
| I would like to remind you of some facts when people was starting to explore and DISTRIBUTE pre-Visual Basic.NET programs: It's runtime is called "the msvbvm60.dll bloatware". That means you have to include this 1 MB dll in your program to work on other Windows machines. You are lucky if the users have newer versions of Windows. And now, here comes .NET that even confirms the bloatware legacy to be continued. You have to install the 10 MB .NET framework in order for the simple 10 KB VB.NET program to work. That is just my impression of .NET. Some say it's just J2EE/SE on a Windows platform. More appropriately designed for network computing. Executed on servers. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |