Advice on Platform

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lazy Programmer

    Advice on Platform

    I'm being offered a project for a pharmaceutical company to keep track of
    their sales/purchases/stocks online (web/internet). I want advice about the
    best development platform for this. I'm comfortable with VB6 but that alone
    is not enough to develop web applications besides I want to learn VB.NET. So
    what should I use? VB.NET with ASP? XML? I'll probably have SQL Server at
    the backend.

    What is the most efficent combination. Or can I do it with a single tool?




  • William Ryan

    #2
    Re: Advice on Platform

    You can write ASP.NET in C# of VB.NET. If you know VB6, you have a lot to
    learn in .NET, but at least syntax is familiar. SQL Server is certainly a
    good choice and it's very easy to learn. ASP/XML/VB.NET are all
    complimentary technologies not mutually exclusive ones. I use all three in
    one of my apps.

    Check out www.dotnetjunkies.com I think it'll help you.

    Cheers,

    Bill
    "Lazy Programmer" <Invalid-Email-Address@yahoo.c om> wrote in message
    news:bjohpt$ldu 3v$1@ID-31123.news.uni-berlin.de...[color=blue]
    > I'm being offered a project for a pharmaceutical company to keep track of
    > their sales/purchases/stocks online (web/internet). I want advice about[/color]
    the[color=blue]
    > best development platform for this. I'm comfortable with VB6 but that[/color]
    alone[color=blue]
    > is not enough to develop web applications besides I want to learn VB.NET.[/color]
    So[color=blue]
    > what should I use? VB.NET with ASP? XML? I'll probably have SQL Server at
    > the backend.
    >
    > What is the most efficent combination. Or can I do it with a single tool?
    >
    >
    >
    >[/color]


    Comment

    • Dino Chiesa [MSFT]

      #3
      Re: Advice on Platform

      get one of the ASP.NET starter kits.
      Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.




      "Lazy Programmer" <Invalid-Email-Address@yahoo.c om> wrote in message
      news:bjohpt$ldu 3v$1@ID-31123.news.uni-berlin.de...[color=blue]
      > I'm being offered a project for a pharmaceutical company to keep track of
      > their sales/purchases/stocks online (web/internet). I want advice about[/color]
      the[color=blue]
      > best development platform for this. I'm comfortable with VB6 but that[/color]
      alone[color=blue]
      > is not enough to develop web applications besides I want to learn VB.NET.[/color]
      So[color=blue]
      > what should I use? VB.NET with ASP? XML? I'll probably have SQL Server at
      > the backend.
      >
      > What is the most efficent combination. Or can I do it with a single tool?
      >
      >
      >
      >[/color]


      Comment

      Working...