![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2006
Posts: 13
Rep Power: 0
![]() |
difference VB and VB.net
i want to know what is difference between VB and VB.net
i know VB and want to know that what type of projects can i make using VB.net . Also i want to make online projects like e-banking can vb.net is sufficient or should i have to use any new language |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
VB .Net is similar to VB 6.0 in terms of graphical user interfaces.
The IDE is compatively much sophisticated. VB .Net differs from VB in terms of functionality and includes a lot of other features that is available from the .Net architecture. One can also parse VB 6.0 based projects to VB .Net projects but there are some compatibility issues.
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Native code versus byte code.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 | |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Quote:
Now most GNU/Linux have it! Mono-project!!!
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
|
#5 | |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#6 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
|
IMO, the main difference is that VB .NET utilizes the .NET framework, which is basically a huge set of different types of objects and classes you can use. A lot of the basic coding is the same, but there are new things to call into.
Also, a lot of new controls. any langauge run in the .NET framework compiles down to Intermediary Langauge(IL) which is basically microsoft's custom made assembly langauge. So if you code a program in C# and then go and code the exact same program in VB .NET or any other langauge which utilizes the .NET framework, it all ends up pretty similar in the end, they all compile down to IL. The really neat thing about the .NET framework is the ability to mix and match langauges without too many problems since they all end up in IL anyways. for example, I have written several programs in which the solution contains both C# and VB .NET
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
#8 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#9 | |
|
Hobbyist Programmer
|
Quote:
http://msdn.microsoft.com/library/de...nguageMSIL.asp
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
|
#10 | |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Quote:
![]() I'd take a look at the language itself. VB .Net is much, much more modern.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|