2010 Microsoft Student Partners. T OPICS - User Interface and Editor Improvements - New windows: Call Hierarchy, Navigate To - IntelliSense - Generate.

Slides:



Advertisements
Similar presentations
Zwanzig Zehn Die Roadshow. Die neuen Produkte.
Advertisements

Introduction to JDeveloper. Benefits of Using JDeveloper Standard, open, and extensible Improved productivity –Visual and declarative –Simpler development.
Produktiv Software entwickeln mit Visual Studio, heute und morgen
Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
Microsoft Confidential2 AdministrationTestingProject Mgmt.
Windows Presetation Foundation (WPF) 1. Introduction.
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
Advanced Object-Oriented Programming Features
Visual Studio 2010 and.NET Framework 4 Training Workshop.
C# Programming: From Problem Analysis to Program Design1 2 Your First C# Program.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Visual Studio 2005 C# IDE Enhancements Luca Bolognese C# Program Manager Microsoft Corporation.
GTECH 731 Lab Session 2 Lab 1 Review, Lab 2 Intro 9/6/10 Lab 1 Review Lab 2 Overview.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
Creating a Console Application with Visual Studio
DT265-2 Object Oriented Software Development 2 Lecture 3 : Windows Programming Lecturer Pat Browne
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter One An Introduction to Visual Basic 2010.
{ C# IDE Tips and Tricks for Visual Studio 2010 Kevin Pilch-Bisson C# IDE Dev Lead
Test and Lab Manager Manual Testing Layer Diagram UML Modeling Load Testing Web Testing Test Case Management IntelliTrace™ Architecture Explorer Test.
Visual Studio Tips and Tricks. Credits Zain Naboulsi Microsoft Developer Evangelist isbn:
A First Program Using C#
Microsoft Visual Basic 2005: Reloaded Second Edition
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Tutorial 11 Using and Writing Visual Basic for Applications Code
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
Teacher: Ms. Olifer MICROSOFT VISUAL STUDIO 2010: PROPERTIES OF WINDOWS FORM OBJECT.
Chapter 1: A First Program Using C#. Programming Computer program – A set of instructions that tells a computer what to do – Also called software Software.
Introduction to Visual Basic.NET Programming In Visual Basic.NET.
Integrated Development Environment (IDE)
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
1 Chapter Nine Using GUI Objects and the Visual Studio IDE.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
CITA 342 Section 2 Visual Programming. Allows the use of visual expressions (such as graphics, drawings, or animation) in the process of programming.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
SharePoint 2010 Business Intelligence Module 5: Business Connectivity Services.
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
Microsoft Visual Basic 2005 BASICS Lesson 3 Events and Code.
Learningcomputer.com SQL Server 2008 – Management Studio.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Open project in Microsoft Visual Studio → build program in “Release” mode.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Virtual techdays INDIA │ November 2010 Building Visual Studio LightSwitch Application Kunal Chowdhury │ Software Engineer, Silverlight MVP.
Microsoft Visual C# 2010 Fourth Edition Chapter 3 Using GUI Objects and the Visual Studio IDE.
Microsoft Visual Basic 2012: Reloaded Fifth Edition Chapter One An Introduction to Visual Basic 2012.
Visual Programming Borland Delphi. Developing Applications Borland Delphi is an object-oriented, visual programming environment to develop 32-bit applications.
Agafonov Viacheslav. Objectives: ◦ Understand the new features and improvements in Visual Studio 2010 ◦ Understand useful tips.
What's New in Visual Studio 2010 Debugging Brian Peek Senior Consultant, ASPSOFT, Inc. Microsoft MVP - C#
Automation Testing Trainer: Eran Ruso. Training Agenda Automation Testing Introduction Microsoft Automation Testing Tool Box Coded UI Test and Unit Test.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
D OTNET ONLINE TRAINING. DOTNET Online Training Course Content : Introduction to.Net Online Training NET FUNDAMENTALS Why Dot Net? The Dot Net initiative.
Chapter 2: The Visual Studio .NET Development Environment
/* LIFE RUNS ON CODE*/ Konstantinos Pantos Microsoft MVP ASP.NET
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
Les liens typés entre Work Items
Microsoft Test and Lab Manager : Exécution de cas de tests
Social Media And Global Computing Introduction to Visual Studio
Understanding the Visual IDE
Architecture Explorer
Visual Studio 2015: New Exciting Features For Developers
VISUAL STUDIO 2010 Le service de build.
Visual Studio Tooling Developer’s Guide to Windows 10
Gestion visuelle de branches
Presentation transcript:

2010 Microsoft Student Partners

T OPICS - User Interface and Editor Improvements - New windows: Call Hierarchy, Navigate To - IntelliSense - Generate From Usage - Debugging - IntelliTrace

- Built on the Windows Presentation Foundation technology User Interface Start page - Written in XAML, completely customizable - Can be opened as a C# project c:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\

Call Hierarchy window - is available at design time and displays: - calls to and from a selected method, property or constructor - implementations of an interface member - overrides of a virtual or abstract member

Navigate To window - can search for a symbol or file in the source code - Space character treated as an AND relationship - case sensitive if search string contains uppercase letters - does not include namespaces and local variables - can search according to initials IntelliSense - same search logic as Navigate To

Generate From Usage - lets you use classes and members before you define them - can generate classes, interfaces, enums, structs in other projects in the same solution without leaving your current location - IDE resolves references automatically

Debugging – IntelliTrace aka Historical Debugger - can see events that occurred in the past and the context in which they occurred - can see call stack and locals, can navigate through methods to better understand code flow

Other great features - New multithreading tools in the Debugger - Parallel computing libraries - Improved Support for Silverlight - Cloud Computing tools - Extension Manager - F# - UML Designer

Resources