→What is Visual Studio?
| Line 1: | Line 1: | ||
== What is Visual Studio? == | == What is Visual Studio? == | ||
[http://msdn.microsoft.com/vstudio/ Visual Studio] is a commercial [http://en.wikipedia.org/wiki/IDE IDE] for software development by [http://www.microsoft.com Microsoft]. It is | [http://msdn.microsoft.com/vstudio/ Visual Studio] is a commercial [http://en.wikipedia.org/wiki/IDE IDE] for software development by [http://www.microsoft.com Microsoft]. It is primarily used for application development for the Microsoft Windows operating systems. It is a well known and appreciated tool for many professional software developers. | ||
== Why Visual Studio? == | == Why Visual Studio? == | ||
Visual Studio Professional Version is expensive, but there are free Express Editions available. It is an industrial strength software development tool. Developers who are already familiar with it will tend to favor it above other available add-on tools, as it provides a familiar environment for them. | |||
You can download [http://msdn.microsoft.com/vstudio/express/default.aspx Visual Studio Express] for free from Microsoft. | You can download [http://msdn.microsoft.com/vstudio/express/default.aspx Visual Studio Express] for free from Microsoft. | ||
| Line 19: | Line 17: | ||
== Visual Studio and XML == | == Visual Studio and XML == | ||
The XML editor included in .NET 2003 is okay, but really nothing special. It has basic XSD support and stuff, but it really won't stand a chance against tools like [http://www.altova.com/products_ide.html XMLspy]. However, with the newer 2005 version things changed. | The XML editor included in .NET 2003 is okay, but really nothing special. It has basic XSD support and stuff, but it really won't stand a chance against tools like [http://www.altova.com/products_ide.html XMLspy]. However, with the newer 2005 version things changed. | ||