Results 1 to 10 of 10

Thread: Next step - VB.NET or ASP?

  1. #1

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Next step - VB.NET or ASP?

    Opinion...

    I am using VB6 here at work. I have read a bunch on VB.NET 2005. It looks like they have corrected a bunch of the stuff that has kept me from VB.NET to this point.

    I have been looking at applications that are written in ASP. They have a very nice "internet" look and feel to them.

    VB6 is getting a bit long in the tooth. I have been considering an upgrade. But, maybe now is the time for an ASP rewrite.

    What are your opinions of the 2? That is only one factor in the equation.

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Next step - VB.NET or ASP?

    If I had to choose between those two, I would choose VC++

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Next step - VB.NET or ASP?

    Classic ASP? OR ASP.NET? And the reason ASP applications have an "internet" feel to them is because that's what they are.... web pages... that execute on the server (Windows IIS) and send HTML to the webbrowser.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Next step - VB.NET or ASP?

    ...and it is the 'web' look and feel that people ar emost comfortable with...

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Next step - VB.NET or ASP?

    Quote Originally Posted by baja_yu
    If I had to choose between those two, I would choose VC++
    May I ask why? You mean VC++ is still stronger than VB.Net?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Next step - VB.NET or ASP?

    It could eat it for breakfast

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Next step - VB.NET or ASP?

    ASP.NET is the way to go. Good career in there.

  8. #8
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Next step - VB.NET or ASP?

    Quote Originally Posted by dee-u
    May I ask why? You mean VC++ is still stronger than VB.Net?
    Well, they both have their strengths. Technically, there isn't much of a difference, as .NET is pretty much all 1 language, with different syntaxes. VC++ will always be the same. There's little you can do to improve apon it except for the extra libraries and headers you can include, which are written in either C++ or ASM anyway.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  9. #9
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Next step - VB.NET or ASP?

    Quote Originally Posted by mendhak
    ASP.NET is the way to go. Good career in there.
    What about if you are developing desktop (not connected to internet) applications only?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Next step - VB.NET or ASP?

    If it's for a network, I'd still make an Intranet application using ASP.NET. If it's standalone, C# or VB.NET. (You learn one, you pretty much know the other one)

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