Results 1 to 35 of 35

Thread: Is it worth it to invest on the next Visual Studio 2010?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    119

    Is it worth it to invest on the next Visual Studio 2010?

    Now that there's recession invade my country... It's hard to get a revenue already. More worst than it, Developer like Microsoft keep investing on a new version such as VS 2010.

    I just bought a copy of VS 2005, and is it really worth it to spend my money again on VS 2010? What if I stick to this 2005 one?

    Or is it a time to say goodbye to Microsoft programs?

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Why, in 2009, would you have just bought a copy of VS2005?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    119

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Yes. Is there anything wrong with that?

    There was a discount on e-store on my country for that copy, so I decided to buy it. Do note that I had been using pirated copy of VS 2005 all along.

  4. #4
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Have you heard of VS2008?

  5. #5
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Are there any major differences between 2005 and 2008? And I mean MAJOR differences. I'm not talking about some additional assemblies or some new UI. Is there an actual comiler difference, or speed increase, or ANYTHING worth my while? (I'm also looking at going 2008)

    [not-serious]But I too got VS2005 only last year. [/not-serious]

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    VS 2008 -> .NET 3.5 and .NET 3.5 SP1
    VS 2005 -> .NET 2.0

    I'd say that's a major difference. You'll be missing Linq, ASP.NET AJAX, ADO.NET Entity Frameworks, ADO.NET Data Services, WCF, WF, WPF, ParallelFx... although some of these area available in VS 2005 through the extensions route.

  7. #7
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Become a student, you get it for free

  8. #8
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by BillGeek View Post
    Are there any major differences between 2005 and 2008? And I mean MAJOR differences. I'm not talking about some additional assemblies or some new UI. Is there an actual comiler difference, or speed increase, or ANYTHING worth my while? (I'm also looking at going 2008)

    [not-serious]But I too got VS2005 only last year. [/not-serious]
    2008 includes framework targetting, so while 2005 is stuck building 2.0 apps, 2008 can build 2.0, 3.0, and 3.5. 2010 will also have this feature, but with the addition of .Net 4.0.

    2008 is a considerably faster IDE than 2005, in my experience. Also, it has the Split view for web pages, which while not necessary for me, is still nice. Much better JavaScript and CSS Intellisense support.

    Oh, and did I mention .Net 3.5?

  9. #9
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I think the answer to the question is : It depends.

    Since you bought your copy of 2005 from a discount store I'm guessing your a guy who wants to some programming from home and hopefully make a bit of cash while you're at it. In that scenario I think I'd find it hard to justify forking out on the latest version of visual studio - it's not cheap, after all. Sure, you get more features with it but .net 2.0 was a perfectly good language and you'll be able to work with it just fine.

    On the other hand, if you're buying this for a company and you've got even a half decent budget then it's always a good idea to be able to use the latest technology. The increased productivity should more than offset the cost of buying the software.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  10. #10
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by Black Zero View Post
    Yes. Is there anything wrong with that?

    There was a discount on e-store on my country for that copy, so I decided to buy it. Do note that I had been using pirated copy of VS 2005 all along.
    BZ,

    How much did you pay for 2005?

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    119

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Mhhh wait, lemme see my receipt. It's around US$ 70 dollars. My currency isn't US Dollars, though, so it's an approx value.

    Quote Originally Posted by FunkyDexter View Post
    I think the answer to the question is : It depends.

    Since you bought your copy of 2005 from a discount store I'm guessing your a guy who wants to some programming from home and hopefully make a bit of cash while you're at it. In that scenario I think I'd find it hard to justify forking out on the latest version of visual studio - it's not cheap, after all. Sure, you get more features with it but .net 2.0 was a perfectly good language and you'll be able to work with it just fine.

    On the other hand, if you're buying this for a company and you've got even a half decent budget then it's always a good idea to be able to use the latest technology. The increased productivity should more than offset the cost of buying the software.
    Yeah. I will use it to get a side-revenue for my life. I am not good at programming, but for small stores that want to make a database program for daily use, I am more than enough.

    I guess I'll also find a pirated copy of VS2010 =="

    I know it's so wrong, but I really can't afford it.
    Last edited by Black Zero; Mar 28th, 2009 at 02:42 AM.

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    You don't need a pirated copy, there are 'express editions' available for free.

  13. #13
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Yeah. I will use it to get a side-revenue for my life. I am not good at programming, but for small stores that want to make a database program for daily use, I am more than enough.
    [Just Joking]The best business is to earn profit without investing a single dime/pence/cent or whatever it is... Why buy such a costly software or get a pirated copy? Simply outsource the project and earn a profit on it [/Just Joking]
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I'd wait for at least a year before buying 2010, but that's just me. I generally prefer to wait until a program is released before buying it.

    I am still using 2005 at work, and will need to for some time, yet. The advantages of 2008 are not so great that I feel any great urgency about switching. However, 2010, when it finally gets released, appears to include some features that will be considerably different, especially when it comes to making use of multi-core processors.
    My usual boring signature: Nothing

  15. #15
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I downloaded the free express version of Visual Basic 2008. I found it worked very well and that it runs faster. I recently invested in Visual Studio 2008 Standard. I got it on ebay for $ 110. Technically speaking I got Visual Studio 2008 Standard for free but I had to buy some big book that I didn't want at all. Sometimes you can find deals like that. I was interested in Visual Web Developer 2008 Standard otherwise I might have just stuck with the Express version of Visual Basic 2008.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  16. #16
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Is it worth it to invest on the next Visual Studio 2010?

    There's a feature in Visual Studio 2008 that I just started using. Find and replace. I've been using the find feature for years but I don't think Visual Studio 2005 has the find and replace feature but I'm not sure. Anyway whether it does or not it can be a very useful thing if you have a large application and you want to change some variable or something. It will automatically replace any occurence of whatever you want very quickly.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  17. #17
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Yes it did. That's a pretty standard feature in any text editing program. I was a little disappointed with the Find function in VS2005, though.. tended to not search solutions very thoroughly. VS2008 isn't much better...

    The biggest feature I've been taking advantage of lately is macros. I don't know if VS2005 had them, because I only started using them a month ago or so. But I've already written a few nice little utility macros to fix my CSS and remove double line breaks from bulk text. Fun times.

  18. #18
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I think he's talking about the variable renaming functionality. I use this quite a bit, and it was available in VS2005.

    [edit]
    One of the things I'm finding really handy in VS 2008 is type inference for VB.
    Attached Images Attached Images  
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  19. #19
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Where's the inferrance? I might be blind, but I'm not seeing it.

    Type inference is one of the things I hated about VB6, still hate about JavaScript, and am in the process of hating in C# (var, it's a LINQ thing). I think it says something about you if you write code to pass a value to a variable, but you don't even know what type the value is gonna be...

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I'm too tired to think it through at the moment, but type inference is essential to LINQ. Without type inference, there would be LINQ statements that couldn't be evaluated.
    My usual boring signature: Nothing

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Var is a lazy programmer's thing; it just happens to get used with Linq a lot because some can't be bothered figuring out the return value, but it can be used in non-Linq statements. I speak, of course, of Linq queries in which known types are being returned, rather than anonymous types. You'd have to use it with anonymous types coming back, but if you've thought your application through, you shouldn't be using anonymous types a lot.

    If you run a query against a List<Customer>, then chances are that your Linq query is going to return an IEnumerable<Customer>. Why would you use var there? This isn't JavaScript. Are you a sheep? Look at your query and figure out that type, it's easy. If you can't, then you should probably be posting here.

  22. #22
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Are we talking about Variant types here, or am I missing something? In a certain scripting language you have the option to define a type for your variable:
    Code:
    var theObject : Object = <insert value here>;

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Code:
    var myQuery = from x in aListOfThings where x.CustomerCity == "Dallas" select x;
    Not sure about VB.NET, but it might look something like this:

    Code:
    Dim myQuery = From x In aListOfThings Where x.CustomerCity = "Dallas" Select x
    Where aListOfThings is List<Things> or List(Of Things).

    In this case, myQuery is going to be IEnumerable<Things> or IEnumerable(Of Things), but the 'var' infers the type. Similarly,

    Code:
    var abc = "Noob";
    abc will be inferred as a string.

  24. #24
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by mendhak View Post
    ... You'll be missing Linq, ASP.NET ... although some of these are available in VS 2005 through the extensions route.
    I have not had a chance to develop with linq yet, as I use .Net 2005.
    Is linq available as a .Net 2005 Extension?

    I did a 5 minute google, and found nothing...

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I think you get a preview of Linq (which means unsupported) to use with VS 2005.

    http://www.microsoft.com/downloads/d...displaylang=en

  26. #26
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Is it worth it to invest on the next Visual Studio 2010?

    The Option Infer in VS 2008 completely negates C# and VB.net being wonderfully strongly typed.

    I turn it off, there's little reason to use Linq for everything.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  27. #27
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Is it worth it to invest on the next Visual Studio 2010?

    You still get strongly typed objects.
    Code:
    's is a string object
    Dim s = ""
    'd is a decimal object
    Dim d = 0D
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I think he may have meant readability.

  29. #29
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Is it worth it to invest on the next Visual Studio 2010?

    This thread is starting to sound intelligent and meaningful.

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

    Re: Is it worth it to invest on the next Visual Studio 2010?

    You are right, MM, this thread will unfortunately need to be moved now. (General Developer forum)

  31. #31
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by MaximilianMayrhofer View Post
    Why, in 2009, would you have just bought a copy of VS2005?
    Lack of research, yea, he burned himself on this one
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  32. #32
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Is it worth it to invest on the next Visual Studio 2010?

    I haven't kept up on the plans, but VS 2010 was supposed to have two VB.Net compilers, one for CLR and one for DLR.

  33. #33

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    119

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by mendhak View Post
    You don't need a pirated copy, there are 'express editions' available for free.
    haven't tried that edition.

    Is it able to make a project at all? Since it's labeled free... I doubt it can even make a database program ==a

  34. #34
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Is it worth it to invest on the next Visual Studio 2010?

    You can do anything with the Express versions that you want. The main difference is that there's one Express program per language (VB, C#, C++, VWD), and they have little plug-in support. I've built pretty nice projects with the Express versions. No issues.

  35. #35
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Is it worth it to invest on the next Visual Studio 2010?

    Quote Originally Posted by Black Zero View Post
    haven't tried that edition.

    Is it able to make a project at all? Since it's labeled free... I doubt it can even make a database program ==a
    It's the same framework, anything you can do in any of the full editions can still be done (usually manually) in the express edition.

    What the express editions are lacking is the IDE featured, like database connection wizards and other helpful stuff, but nothing's preventing you from connecting to a DB in the framework, you just need to do it yourself instead of using a convenient wizard
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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