Print Friendly and PDF
Visual Studio is the Integrated Development Environment in which developers work when creating programs in one of many languages, including C#, for the .NET Framework . It is used to create console and graphical user interface (GUI) applications along with Windows Forms or WPF (Windows Presentation Foundation) applications, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.
Visual Studio is the Integrated Development Environment in which developers work when creating programs in one of many languages, including C#, for the .NET Framework . It is used to create console and graphical user interface (GUI) applications along with Windows Forms or WPF (Windows Presentation Foundation) applications, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.


It offers a set of tools that help you to write and modify the code for your programs, and also detect and correct errors in your programs. Visual Studio supports various programming languages by means of language services, which allow the code editor and debugger to support nearly any programming language, provided a language-specific service exists. Like any other IDE(integrated development environment), it includes a code editor that supports syntax highlighting and code completion using IntelliSense for not only variables, functions and methods but also language constructs like loops and queries.


Microsoft Visual Studio is a powerful IDE that ensures quality code throughout the entire application lifecycle, from design to deployment. Some windows are used for writing code, some for designing interfaces, and others for getting a general overview of files or classes in your application. Microsoft Visual Studio includes a host of visual designers to aid in the development of various types of applications. These tools include such as Windows Forms Designer, WPF (Windows Presentation Foundation) Designer, Web development, Class designer, Data designer and Mapping designer.

Microsoft Visual Studio is available in the following editions

Visual Studio community 2015 - A free, fully-featured, and extensible IDE for creating modern applications for Windows, Android, and iOS, 
as well as web applications and cloud services.Visual Studio community is a free edition and with your community edition you can build the next great app for Windows 8,10 , Windows Phone, and the web. Visual Studio Community 2015 includes all the great functionality of Visual Studio ... Tools for Apache Cordova, Xamarin, and Unity available for download to enable ... Multi-language support includes C#, Visual Basic, F#, C++, JavaScript, ... set of free developer tools, Pluralsight training, Azure credits, and more . 

Visual Studio Version history
Visual Studio Version history

C# is designed for building a variety of applications that run on the .NET Framework. Before you start learning more about C# programming, it is important to understand the development environment and identify some of the frequently using programming tools in the Visual Studio IDE
visual-studio-ide

1.Menu Bar
2. Standard Toolbar 
3. ToolBox 
4.Forms Designer 
5. Output Window 
6. Solution Explorer 
7. Properties Window

Combined with the .NET Framework, C# enables the creation of Windows applications, Web services, database tools, components, controls, and more. Visual Studio organizes your work in projects and solutions. A solution can contain more than one project, such as a DLL and an executable that references that DLL. From the following C# chapters you will learn how to use these Visual Studio features for your C# programming needs.

zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: