Results 1 to 4 of 4

Thread: [2005] VB.Net and ASP.Net

  1. #1

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    [2005] VB.Net and ASP.Net

    I didnt know where to post this but it is related with vb.net and there are more people here

    I was wondering, is there any connectiong between ASP.Net and VB.Net. (I dont mean the framework )

    I know programming on VB.Net but I will learn a web programming language. I am confused between php and asp.net. Can I bring my vb.net knowledge and asp.net knowledge together in the future and develope better webites or softwares?

    Is VB.Net knowledge an advantage for ASP.Net? Can they be used together?

    Thanks
    Dim Me As Coder

  2. #2
    Addicted Member
    Join Date
    Feb 2008
    Location
    California
    Posts
    151

    Re: [2005] VB.Net and ASP.Net

    Inshort

    1. VB.NET
    VB.NET is just one of the programming languages which can be used in dotnet
    programing. Just like C# , Jscript..NET ,also J#. In fact, it's quite
    different from the former VB language, but since they're similiar on the
    syntax, I think you'll be very familiar with its syntax since you are
    familiar with VB or VBSCRIPT.

    2. ASP.NET
    This is a new web based application developing technique. The ASP.NET has a
    complete new concept quite different from and much stronger and powerful
    than the classic ASP. It's a not a programming language but a technique.
    We can build ASP.NET web application via may different programming
    languages such as VB.NET, C#, JScript.NET ..

  3. #3
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: [2005] VB.Net and ASP.Net

    They're the same thing. ASP.NET is using VB.NET (or C#, etc) with an object library of things that are designed to be displayed on a web page instead of on a windows form.

    For instance, if you want to put something into a textbox, on a windows form, you would use a Windows.Forms.TextBox; on an web page, you would use a System.Web.UI.WebControls.TextBox.

    The programming language is the same, all that's different is the objects that you use.

  4. #4
    Hyperactive Member koolprasad2003's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    443

    Re: [2005] VB.Net and ASP.Net

    Hello,
    This one helps U to understand better

    www.dotnet247.com/247reference/msgs/45/226868.aspx

    check this also


    www.webmasterworld.com/forum47/1755.htm

    Regards
    koolprasad2003
    MCP, MCTS, Microsoft MVP [Asp.Net/IIS]

    For more .NET development tips visit .NET Tips

    If the post is useful then please Rate it

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