Results 1 to 4 of 4

Thread: Vb dot net compiler

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2009
    Location
    Fort Worth, TX
    Posts
    38

    Vb dot net compiler

    Hi Y'all - -

    Before anyone asks why in the world I'm still writing lots of VB 6.0 code, I'll make it totally clear, I'M CHEAP, actually I like frugal better. Doesn't sound quite so negative. Actually, I'd probably still be writing FORTRAN IV code if I still had a working compiler.

    I've written lots and lots of VB 6.0 code over the years and am very proficient at doing so, BUT, the time is rapidly approaching when my VB 6.0 code will no longer run properly on whatever newer version of Windows will be coming down the pike, so it's becoming necessary to seriously look at buying and coming up to speed on a dot Net compiler. What is the best version to buy for strictly personal use?? I certainly don't want a version with minimal and/or stunted capabilities that won't do more than the very basics, but also can't afford a thousand dollar compiler either.

    Suggestions will be much appreciated.

    Brad
    Rapid City, SD

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Vb dot net compiler

    The Express versions of Visual Studio which come at the very reasonable price of not so much as a brass farthing are more than adequate for most purposes. It's certainly more than adequate for 'personal use'.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Vb dot net compiler

    As dunfiddlin says, the Express editions are free and can do what most beginners/hobbyists need. You should certainly start out using the appropriate Express edition(s) at least and then upgrade to the Professional edition only if and when you need to. Many of the features of the paid-for editions can be useful but certainly not essential and there are various features that can be replaced with third-party tools, many of which are free.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Vb dot net compiler

    You do seem to have an aversion to "Express" since you mention not wanting a stunted version. I think you should thoroughly explore the Express version, though. The language itself is not stunted in any way in that version, what is stunted is a few things like deployment options. It may be that you would find that the difference between the Express and Professional versions is so insignificant to you that you need pay nothing at all. The major difference appears to be tools that are seldom used by many people.

    One thing to note is that, somewhat unlike VB6, with .NET, you can write all your code in NotePad....if you are a total masochist. From the creation of the forms to evey scrap of code, it's all plain text. To be sure, the IDE makes it VASTLY easier to work with some of that text, especially when it comes to creating forms, but the result is still just plain text. So, removing language features from the Express edition doesn't make any sense at all, since you'd be able to add them right back in with Notepad. Therefore, it isn't language features that the Express version lacks, but IDE tools.
    My usual boring signature: Nothing

Tags for this Thread

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