Visual Studio Tips and Tricks. Credits Zain Naboulsi Microsoft Developer Evangelist isbn: 0735649928.

Slides:



Advertisements
Similar presentations
W INDOWS XP, T IPS AND T RICKS Oswaldo Bolivar 09/29/2010.
Advertisements

Visual Studio.NET: Tips, Tricks, & Toys by Kevin Grossnicklaus.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Word Lesson 1 Microsoft Word Basics
Microsoft Word 2010 Lesson 1: Introduction to Word.
© by Pearson Education, Inc. All Rights Reserved.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Microsoft Visual Studio 2012 | Code Tips Usman ur Rehman Ahmed Audience Marketing Manager (AMM), Microsoft Pakistan.
Computer Basics Tech Lit Mrs. Lesher. Keyboard Media Center Insertion Point Control Keys Alphanumeric Keys Special or Dedicated Keys Function Keys Special.
Microsoft Word Chapter 1 Understanding the Word window and creating a new document Dothan High School IT Academy BTA 5 th, 6 th & 7 th Periods Mrs. Baker—Instructor.
Microsoft Visual Basic 2005 CHAPTER 12 Cell Phone Applications and Web Services.
Chapter 4 Code Editor Goals and Objectives Program more efficiently? How can you speed up your development process? Do you want to learn useful shortcuts.
9/17/2015PowerPoint Differences Between Excel 2003 to 2007 Purdue University Calumet Excel 2003 Excel 2007.
Lesson 1: Getting Started
Office Tips and Tricks Lisa Short Technology Specialist Summer 2013.
Chapter 2 Creating a Research Paper with References and Sources Microsoft Word 2013.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 7 Move and Copy.
IE 411/511: Visual Programming for Industrial Applications
Win’XP keyboard short cuts CTRL CTRL (Copy the selected item) CTRL+SHIFT CTRL+SHIFT (Create a shortcut to the selected item) CTRL+RIGHT ARROW CTRL+RIGHT.
 2009 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2008 IDE.
 2009 Pearson Education, Inc. All rights reserved Dive Into ® Visual C# 2008 Express.
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Productivity Programs Common Features and Commands.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
Lesson 2 Basic editing Word 2013.
Microsoft ® PowerPoint ® 2010 Training PowerPoint tips and tricks.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Lesson 2: Manipulating Text Courseware #: 3240
© 2010 Pearson Education, Inc. | Publishing as Prentice Hall1 Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 1: Starting with Microsoft.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Microsoft Word Level 1 Michael Carco. Word Level 1 Agenda  Word Basics  Navigating in a Document  Inserting and Modifying Text  Creating and Modifying.
Lesson 1 - Understanding the Word Window and Creating a New Document
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Microsoft Office 2013 The Basics Class 1. Objectives (Class 1) Identify and define Microsoft Office programs Identify which Microsoft Office programs.
1. Chapter 1 Creating, Printing, and Editing Documents.
Microsoft Word Screen Parts
LESSON 2 Microsoft PowerPoint THE GOAL OF THIS LESSON IS FOR STUDENTS TO SUCCESSFULLY CREATE A THEMED PRESENTATION AS WELL AS MAKE MODIFICATION.
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Mouseless Computing For Windows OS After completing this tutorial you will be able to navigate your computer using keyboard shortcuts.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Key Applications Module Lesson 12 — Word Essentials Computer Literacy BASICS.
Microsoft Word 2000 Presentation 3 Microsoft Word Topics Wizards –Letters –Envelopes and Labels Quick Navigation of Documents –Keyboard short-cuts Editing.
C# Programming: From Problem Analysis to Program Design1 Visual Studio Configuration C# Programming: From Problem Analysis to Program Design 4th Edition.
Dive Into® Visual Basic 2010 Express
Chapter 2: The Visual Studio .NET Development Environment
Vim basics Vi IMproved.
Chapter 1: An Introduction to Visual Basic 2015
Microsoft Visual Studio Tips and Tricks
Introduction to the Visual C# 2005 Express Edition IDE
C# Programming: From Problem Analysis to Program Design
50 time-saving Outlook keyboard shortcuts
Chapter 2 – Introduction to the Visual Studio .NET IDE
CREATING, PRINTING, AND EDITING DOCUMENTS
Understanding the Visual IDE
بسم الله الرحمن الرحيم.
Productivity Tools These are softwares that can be used to generate content for your website. One of them is your MS Word 2010.
Chapter 4.
Microsoft Visual C# IDE Tips and Tricks
Windows Shortcuts.
Microsoft Excel 2007 – Level 1
50 time-saving Outlook keyboard shortcuts
50 time-saving Outlook keyboard shortcuts
Presentation transcript:

Visual Studio Tips and Tricks

Credits Zain Naboulsi Microsoft Developer Evangelist isbn:

Pin Favorite Startup Projects Start Page

Understanding Command Tools > Options > Environment > Keyboard Assign Shortcut Key to Command Test Command (Project.AddClass) Run from Command Window, Menu, Shortcut Keys Command Window: CTRL + ALT + A

Item / Project Templates File > Export Template Create your own templates (project / item) Create from existing item Add references in the template Search project: CTRL + E (New Project window)

Searching in Toolbox View Toolbox: CTRL + ALT + X Expand All: / Collapse All: * Next Result: TAB Cancel: ESC

Navigate Code Matching Braces: CTRL + ] Backward / Forward: CTRL + -; CTRL + SHIFT + - Select to last marker: CTRL + = Insert above line: CTRL + Enter Backspace one word: CTRL + Backspace Goto line: CTRL + G

Zero-Length Box Selection SHIFT + ALT + Arrow keys –Type and text selection ALT + Left Mouse –Type and text selection Select + Paste –Replacing Text with Box Selection

Using New IntelliSense: Keywords Visual Studio 2010 CTRL + J

Multiple Startup Projects Solution Properties

Generate From Usage Automatically create stub code Use classes and members before defined Easily add namespace (using or full name)

Data Tips Debug mode allow view of data tips Data tips can be pinned Pinned data tips can be imported / exported –Debug > Import / Export Data Tips

Accessing Tool Window’s Toolbar SHIFT + ALT Navigate with arrow keys

Split Code Windows Split horizontally and vertically Horizontal: ALT + W, P Vertical: ALT + W, V New window: ALT + W, N

Zoom In or Out of Text in Editor CTRL + Mouse Wheel

Navigate Properties Windows CTRL + PgUp CTRL + PgDn