April 19, 2006 9:00 AM PDT
Microsoft extends tool giveaway
- Related Stories
-
'Free' is the new 'cheap' for software tools
January 31, 2006
The company on Wednesday said Visual Studio 2005 Express will be free permanently. When it was released for the first time, last November, Microsoft had said it would be free for a year.
The software giant on Wednesday also detailed a number of partnerships to provide informational resources, including snippets of source code, to nonprofessional developers.
For example, Microsoft has created an application with Lego to program the company's Mindstorm buildable robots. Microsoft is also providing tips to part-time developers to do things such as programming digital cameras, said Dan Fernandez, lead product manager for Visual Studio Express.
"There is a resurgence in hobbyist and do-it-yourself developers," Fernandez said. "We want to enable the next generation of developers."
Microsoft estimates that there are about 18 million nonprofessional programmers. Fernandez said Visual Studio 2005 Express has been downloaded 5 million times since last November.
Providing free software, particularly development tools, has become more commonplace with the swell in open-source software offerings. Companies that cater to professional programmers, such as Sun Microsystems and Microsoft, are eager to get their software into potential customers' hands.
Microsoft on Wednesday also added more features to its free database, SQL Server 2005 Express.
Visual Studio 2005 Express comes in different editions, including those for Visual Basic, C#, J#, C++ and a Web development version that uses JavaScript.
See more CNET content tagged:
Microsoft Visual Studio 2005, Microsoft Visual Studio, hobbyist, development tool, open-source software
25 comments
Join the conversation! Add your comment
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'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.