|
-
Mar 18th, 2004, 12:28 PM
#1
Thread Starter
New Member
Noob question about asp.net(VB)
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
-
Mar 18th, 2004, 02:08 PM
#2
I wonder how many charact
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.
Last edited by nemaroller; Mar 18th, 2004 at 02:34 PM.
-
Mar 19th, 2004, 12:37 AM
#3
Thread Starter
New Member
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
-
Mar 20th, 2004, 01:24 AM
#4
I wonder how many charact
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|