Visual C#.NET, Part 1: Introduction to Programming Languages - Visual Studio.NET
(Page 6 of 6 )
Visual Studio.NET is a major and important component of Microsoft.NET. Microsoft has spent many years developing Visual Studio.NET.
When you write C# applications you can use the command-line C# compiler, but it can be a very complicated and tedious process, even when dealing with the simplest C# application, so Microsoft developed Visual Studio.NET. Using this powerful tool can save you a lot of time when writing applications. VS.Net provides a drag-and-drop style where you can drag a button and drop it on a form, in the exact position you want, without writing any code; however, if you are using a text-based editor you will have to write many lines of code just to place the button on the form. Visual studio.NET is the Microsoft development environment for .NET applications, so when you develop .NET applications you will prefer to use Visual Studio.NET.

Figure 1 Displaying VS.NET development environment
when you open it.
Conclusion
In part one of this article series, we've taken a look at the .NET Platform, the .NET Framework, as well as a quick look at Visual Studio.NET, the development tool of choice for .NET developers. We also had a brief look at the history of programming languages, including machine code, assembly language, as well as high-level languages, such as C#. In the next installment, we'll take a look at compiling .NET code, managed code vs. unmanaged code, an overview of the C# language, and much more.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |