+ All Categories
Home > Technology > visual studio basics

visual studio basics

Date post: 20-May-2015
Category:
Upload: raghu-nath
View: 579 times
Download: 2 times
Share this document with a friend
Popular Tags:
14
Microsoft Visual Studio 2010
Transcript
Page 1: visual studio basics

Microsoft Visual Studio 2010

Page 2: visual studio basics

Introduction To Visual Studio

• Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.

• Visual Studio is used to develop computer programs for Microsoft Windows superfamily of operating systems, as well as web sites, web applications and web services.

• Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight and also Windows Phone Mobile Application

Page 3: visual studio basics

Specifying your default environment settings

• The collection of settings named General Development Settings configures Visual Studio to match the default layout and settings. Choose this settings collection if you develop applications in more than one language, create add-ins, or simply want the least amount of optimizations to the IDE.

• You can choose this collection of settings the first time you start Visual Studio. After that you can choose it by means of the Import and Export Settings command on the Tools menu.

• How To ?• Open Start-> All Programs-> Visual Studio 2010-> Visual Studio 2010• On the first page of the wizard, pick Reset All Settings, then

click Next.-> Next

• On the Choose a Default Collection of Settings page of the wizard, select General Development Settings.

Page 4: visual studio basics

Specifying your default environment settings

Page 5: visual studio basics
Page 6: visual studio basics

Features

Code editor (F7, Shift + F7 for Navigation from Code to Design View ) Like any other IDE, 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. IntelliSense is supported for the included languages, as well as for Cascading Style Sheets and JavaScript when developing web sites and web applications

Page 7: visual studio basics

Designer Windows Forms Designer WPF Designer Web designer/development Data designer

Page 8: visual studio basics

Windows Form Design View

Page 9: visual studio basics

Debugger Visual Studio works with both managed code as well as

unmanaged code and can be used for debugging applications written in any language supported by Visual Studio. Shortcut related to Debug and Run

• F5 - Run Console/Web/Windows App• F10- For Line by line Debugging• F11 -Get into Method of Other Project in Solution• F9 -Add Debug point (Break point) at particular line• Ctrl+Shift+F9- To remove All Debugger from solution

Page 10: visual studio basics
Page 11: visual studio basics

Other tools Open Tabs Browser (CTRL+TAB) Properties Editor (F4) and Tool Box Solution Explorer

In Visual Studio , a solution is a set of code files and other resources that are used to build an application. The files in a solution are arranged hierarchically, which might or might not reflect the organization in the file system. The Solution Explorer is used to manage and browse the files in a solution.

Page 12: visual studio basics
Page 13: visual studio basics

Solution Explorer and Properties

Page 14: visual studio basics

Questions ??


Recommended