Results 1 to 7 of 7

Thread: [RESOLVED] MS Visual Which One?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Resolved [RESOLVED] MS Visual Which One?

    I'm interested in making a small application and want to use one of MS' free Visual Something Express IDEs. I don't know which one though (Basic, C# or C++), and was hoping for some advice. I would be a newbie to any one of the three, but difficulty is not a deterrent. I'm a web developer (this would be a personal project) and I'm not likely to switch career paths anytime soon, but I'd like to learn the most "desired" (valuable? popular?) of the three.

    Any input is appreciated.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: MS Visual Which One?

    Well, I would think it has to do with what type of thing you want to achieve with your program. Visual Basic is a high level language which means that it is more user friendly but not as friendly to the machine. C# and C++ on the other hand would probably be medium to low level because they can interact with both user and machine in a friendly way.

    Edit:

    This should be in General Developer or some section of te forum like that not in Chit Chat.
    Last edited by Nightwalker83; Dec 28th, 2009 at 06:57 PM. Reason: Adding more
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: MS Visual Which One?

    Thread moved to 'General Developer' forum

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

    Re: MS Visual Which One?

    .NET is .NET is .NET .... pick a language and use it. If you are more familair with VB, then go with VB.NET... if you're more comfortable with C/C++, then go with C#.NET. Once you get past the language syntax, they are virtually the same in that it's all based on the framework. VB tends to be more verbose and it's structure lends itself to picking things up quickly (which is part of it's charm). There is very little one language can do that the other can't.

    -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??? *

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: MS Visual Which One?

    I'm not concerned with what the program needs to do - basic stuff that all of 'em could do. Heck, I could make it a web app if I wanted to... but I don't really want to.

    I've done some VBScript for ASP (Classic) pages, but I'd take PHP over it any day. So maybe that's a point toward C?

    Thanks for the input!

  6. #6
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: MS Visual Which One?

    I've done some VBScript for ASP (Classic) pages
    ASP.Net is available for webprogramming...
    Microsoft's Visual Studio 20xx Express Editions are there.. which is free....

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: MS Visual Which One?

    I took a brief look into ASP.Net to see if it was something I wanted to learn, and decided that it was not.

    I tried going with C#, and I think I better understand what you mean about ".NET is .NET", techgnome. All the languages are interfacing with the same Windows stuff, they just differ in their syntax. Sorry if that's really basic - I'm new to this.

    In any case, I'm off to a decent start now.

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