Results 1 to 3 of 3

Thread: Compare between VB.NET and ASP

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Location
    Viet Nam
    Posts
    31

    Question 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!!!

  2. #2
    Lively Member Dr_Evil's Avatar
    Join Date
    Mar 2000
    Location
    Columbus, OH
    Posts
    105
    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

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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
  •  



Click Here to Expand Forum to Full Width