Visual Studio 2005 C# IDE Enhancements Luca Bolognese C# Program Manager Microsoft Corporation.

Slides:



Advertisements
Similar presentations
Produktiv Software entwickeln mit Visual Studio, heute und morgen
Advertisements

FIRST LOOK AT “ORCAS” Scott Guthrie General Manager.NET Developer Platform.
Dustin Campbell Program Manager Microsoft DTL321.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
2010 Microsoft Student Partners. T OPICS - User Interface and Editor Improvements - New windows: Call Hierarchy, Navigate To - IntelliSense - Generate.
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation. All.
Web Sites Testing with Visual Studio Team System Shai Raiten Sela Group
Visual Studio 2010 and.NET Framework 4 Training Workshop.
Interactivity Navigating a data model Working with large quantities of data Entry Editing and adding data User feedback and validation Presentation.
Internet Explorer 8 For Developers Gal Kogman BNL
If you have SQL Server 2005, you get all the features below plus the following: If you have SQL Server 2000, you get all the features below plus.
René Balzano Technology Solution Professional Data Platform Microsoft Switzerland Database Development with SQL Server Data Tools (SSDT)
Future Directions for Leveraging Advanced XML Tools and Building Custom XML Solutions Denise Draper DAT321 Microsoft Corporation.
{ C# IDE Tips and Tricks for Visual Studio 2010 Kevin Pilch-Bisson C# IDE Dev Lead
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
Introducing Visual Studio ® LightSwitch™ Andrew Coates Microsoft DEV201 #auteched #dev201.
Future Directions: Building Customizable Applications using.NET Eric Schnepp TLN205 Lead Program Manager Microsoft Corporation.
2 Visual Studio 2008 IDE Tips and Tricks Sara Ford Program Manager
© BJSS Limited 2005 Commercial in Confidence Visual Studio 2008 Productivity Enhancing Tips and Resources Jeff Watkins – 25 September 2008.
Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Microsoft Dynamics NAV 2009 and Architecture Overview Name Title Microsoft Corporation.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
DEV330 Visual Studio.NET IDE Tips and Tricks Billy Hollis Author / consultant.
Lap Around Windows Presentation Foundation Rob Relyea PRS305 Lead Program Manager Windows Presentation Foundation
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
1 Visual Basic “Whidbey”: RAD for the Visual Basic Developer Jay Schmelzer and Shamez Rajan Program Manager Microsoft Corporation Jay Schmelzer and Shamez.
IE Developer Tools Jonathan Seitel Program Manager.
Tips and Tricks for Debugging ASP.NET Web Applications and Services Habib Heydarian TLNL05 Program Manager Microsoft Corporation.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
Building Complete Web Application Using ASP.NET 3.5 & Visual Studio 2008 Omar Khan Group Program Manager Visual Studio.
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
Introduction to ASP.NET 2.0
Visual C# 2005: IDE Enhancements
Microsoft Build /4/2018 6:08 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Data Science & Web Dev with Python in Visual Studio
9/11/ :22 PM What’s New for Silverlight and Windows Presentation Foundation (WPF) Developers in Microsoft Visual Studio 2010 Mark A Wilson-Thomas.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Visual Studio IDE Futures
Tips and Tricks in Visual Studio 2017
Nick Trogh Technical Evangelist, Microsoft.
Microsoft Connect /23/ :48 AM
Microsoft Build /24/2018 4:02 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Build /28/2018 2:38 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
12/1/2018 9:33 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Web Development in Visual Studio 2017
What's New in Visual Studio 2005
ASP.NET 4 Core Runtime for Web Developers
1/14/2019 3:57 AM © 2004 Microsoft Corporation. All rights reserved.
Visual Studio 2005 Tools For Office: Creating A Multi-tier Application
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /16/ :45 PM
C++ Productivity Improvements
Microsoft Connect /23/ :38 AM
DEV354 Visual Studio 2005: New Enhancements For Debugging Applications
Microsoft Visual C# IDE Tips and Tricks
IE11’s Developer Tools, F12, just got nicer (again)
TechEd /7/2019 1:14 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Understand design from code with code maps
Delivering great hardware solutions for Windows
Visual Studio 2010 和 .NET Framework 4 培训研讨会
DEV322 Visual Studio 2005 C# IDE Enhancements
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Visual Studio 2005 IDE Features
Contexualized Data In Document Authoring
Microsoft Connect /14/ :11 AM
Presentation transcript:

Visual Studio 2005 C# IDE Enhancements Luca Bolognese C# Program Manager Microsoft Corporation

C# IDE Enhancements Presentation today focuses on… Core coding experience UnderstandModifyDebugWriteAlso: Features apply wherever you use C# Demos use VS beta 2 !

Understand Code C# Customer Feedback “I spend a lot of time reading other dev’s code. Help me get up to speed on the classes and relationships” “Give me better ways to navigate code” “I live in the editor”

Understand Code Luca Bolognese Program Manager Visual C#

Understand Code “I spend a lot of time reading other dev’s code. Help me quickly get up to speed on the classes and relationships” Class Designer “Give me better ways to navigate code” “I live in the editor” Class View search Code definition window Internet Explorer style navigation Find all references Generated source view C# Customer Feedback VS 2005 Support

Modify Code C# Customer Feedback “I review a lot of code and need to make the same type of changes all the time, why can’t VS help me?” “You must have all this information, why make me work it out” “I’m sure there is a way to do this automatically but it’s easier to just make the changes in the editor”

Modify Code Luca Bolognese Program Manager Visual C#

Modify Code “I review a lot of code and need to make the same type of changes all the time, why can’t VS help me?” RefactoringsRename Extract Method Reorder Parameters Remove Parameters Extract Interface “I’m sure there is a way to do this automatically but it’s easier to just make the changes in the editor” Key activities invoked from editor C# Customer Feedback VS 2005 Support Smart Rename “You must have all this information, why make me work it out”

Debug Code

Luca Bolognese Program Manager Visual C#

Debug Code Grouping and Glyphs Extensible debug value display Visualizers IntelliSense in watch C# Customer Feedback VS 2005 Support “I live in the editor” Data tips

Write Code C# Customer Feedback “I find myself writing the same code over and over again. I want to be able to automate this” “Some of the guys I work with don’t know how to format their code” “Whatever you do make it extensible, I want to be able to create my own versions”

Write Code Luca Bolognese Program Manager Visual C#

Write Code “I find myself writing the same code over and over again. I want to be able to automate this” Better IntelliSense Snippet support Add using directives Generate method stub Surround With C# Customer Feedback VS 2005 Support “Whatever you do make it extensible, I want to be able to create my own versions” Extensible snippets Rich formatting “Some of the guys I work with don’t know how to format their code”

C# IDE Enhancements Presentation today focuses on… Core coding experience UnderstandModifyDebugWriteAlso: Features apply wherever you use C# Demos use the beta 2 build!

C# Developer Center on MSDN C# Team Member Blogs harpgen/default.aspx harpgen/default.aspx

© 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.