ASP.NET can contain full VB coding?
i got a vb program.. but how do i convert those coding in the forms and modules to ASP.NET? any advice? thanks
Printable View
ASP.NET can contain full VB coding?
i got a vb program.. but how do i convert those coding in the forms and modules to ASP.NET? any advice? thanks
VB.Net runs on any machine that contains the .Net framework.
Servers that have the .Net framework installed can compile and execute VB.Net code.
ASP.Net is a term that defines a set of classes (within the framework) that allow reading and writing to an HTTP stream, manipulating that data in an object oriented fashion, and also obtaining useful information about a server machine, and its IIS framework.
So, you can use VB.NET on a server, because a server that has .Net installed, is just a computer, same as your desktop.
.Net Windows applications don't produce a sophisticated approach to creating and manipulating http stream data. That's where 'ASP.NET' comes in... in particular, the System.Web library is the bulk of ASP.NET.
But, as to your question, yes, you can use VB .Net programs on a server, and you don't have to manipulate or change the code in your classes in any way whatsoever.
Hmm what i mean is what are the main changes or how do i exactly convert a vb program to vb.net? can i just create the exact GUI and copy the vb coding and paste into vb.net?
Thanks for advices
No... you will need to get Programming Visual Basic .Net by Franceso .. from the Microsoft Press. You can buy it off Amazon, or go down to your local Barnes & Noble.