Comments on: Microsoft extends tool giveaway
Looking to woo hobbyists and students, Microsoft will keep its low-end Visual Studio 2005 Express development tool free.
Looking to woo hobbyists and students, Microsoft will keep its low-end Visual Studio 2005 Express development tool free.
January 8, 2010 6:54 AM PST
January 8, 2010 5:49 AM PST
January 8, 2010 4:00 AM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
Everything they are 'generously' giving away can already be had elsewhere, free and better quality. Much of what is not free is still available free elsewhere, again usually better quality.
There is no point to this unless you are so masochistic and ignorant that you would willingly tie yourself to MS. You never need MS tools to write programs for windows(at any level, from apps to drivers).
just like real life realty: location, location, location.
His comments about VB and C# are proof of his deliberate ignorance. I'd bet he can't program himself, he's likely just parroting (that's making noises without understanding what they mean) foolish critisisms he's heard elsewhere.
People who know how to program and have used various tools have long acknowledged MS's Visual Studio tools to be leading edge tools which is one reason why you can tell BillD isn't a programmer.
Hatred of a technology company is senseless, especially for an aspiring IT professional. I interview a lot of college kids - you wouldn't make it past the phone screen.
Maybe its just too obvious
- I do care but ...
- by bar86 April 20, 2006 10:21 AM PDT
- I use vb6 to write professional apps that sell for 10k a piece. As a vb programmer since 95' I do appreciate it as a very serious language but lacking some basic properties here and there.
- Like this Reply to this comment
-
-
- no biggie
- by gggg sssss April 20, 2006 3:37 PM PDT
- used Basic since PDP 11m DataGeneral an dMAI days. Different flavor over time, but .net is still Basic.
- Like this
-
- Exactly my point
- by Bill Dautrive April 20, 2006 7:04 PM PDT
- MS changes things and breaks much in the process just to make a quick buck off suckers.
- Like this View reply
Processing -
(25 Comments)I've tried vb .Net 1 and 2 and got to the conclusion that those are realy c++ compilers with vb syntax. They report errors of undeclared classes even in the most simple no code demo apps.
The latest version keeps closing because of a misterious problem in the "Manifest" (??!!@)
All VB advantages are gone. Some changes (like
forcing to start arrays from 0, and string format) require total rewriting especially when
using legacy code wrapped in a dll.
It would take me at least one full year to learn
this tool, and another four years to rewrite my code from scratch to this new environment. Would anyone like to pay my bills for the next five years ???
Dear Bill. WE WANT VB7 !!!!
Free stuff is worth it's price.
.net is a poor implementation of Java. It is rare when a java update happens and you have make a huge effort to get older code to play nice with the new compilers. Backwards compatibility in Java is outstanding. Of course then JVM could really care less, since it knows nothing about the Java language.