|
-
Jul 29th, 2002, 09:14 PM
#1
Thread Starter
Junior Member
Compare between VB.NET and ASP
What is the differences??How is Programming in VB.NET ?Is it similar to ASP or VB6.0?Can I get used to VB.NET easily if I got used to VB6.0 or ASP???
Thanks
Another question
What about Visual C#,Visual C+?Is it much diffrent from other unvisual C?
Thanks again!!!
-
Jul 29th, 2002, 10:12 PM
#2
Lively Member
You will love it. It takes a bit of time to get used to, but it has seriously cut my development time by half on most projects. Programming ASP.NET is just like writing normal VB code. Drag on a control, double click, event handler & your done. No more ugly spaghetti code. Although you can still write it that way if you prefer. If you can't wait to write some ASP.NET apps then check this out. It's a free development environment with a subset of the features of VS.NET. http://asp.net/webmatrix/faq.aspx
Dr_Evil
Senior Programmer
VS6 EE
VS.NET EA
-
Jul 29th, 2002, 10:39 PM
#3
Dazed Member
ASP is different from ASP .Net though. ASP 3.0 was basicaly 2.0 souped up with new functionality, performance improvements, and one new object.
ASP is no longer interpreted. Instead web formes are compiled into class .dll files and invoked as applications on the web server. The first time the application is run or if subsequent changes are made it is compiled.
There seems to be a lot of improvements with ASP .Net which i like. For instance..... in ASP you can only write code in script language such as VBScript or JScript. And as we all know these languages fail to support typed variables or early binding on objects. WebForms supports VB code as well as C# code.
There are tons of other things that i could go on about but in a nutshell Vb .Net is a vast improvement.
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
|