What’s New in Visual Studio

Slides:



Advertisements
Similar presentations
By Khoa Quach. About Me Khoa Quach SharePoint Technologies MCTS, MCPD, MCSE Co-founder of NIFTIT Specializes in SharePoint Integration Application Development.
Advertisements

Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
Chapter 19 – Macromedia Dreamweaver MX 2004
Introduction to SharePoint Development with VS2010 Paul Yuknewicz Lead Program Manager
Robert Vitolo CS430.  CSS (Cascading Style Sheets)  Purpose: To provide a consistent look and feel for a set of web pages To make it easy to update.
What’s New In Visual Studio 2010 Denys Kholod Technology Expert Hmarasoft.com.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
Back to Table of Contents CAPA Website Tutorial Anne Dang, CCPA Webmaster for CAPA.
Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist
Advanced Level Course. Site Extras Site Extras consist of four categories: Stationeries Site Trash Designs Components.
1 Macromedia Dreamweaver Outline Introduction Macromedia Dreamweaver Text Styles Images and Links Symbols and Lines Tables Forms Scripting in Dreamweaver.
Lecture Set 2 Part B – Configuring Visual Studio; Configuration Options and The Help System (scan quickly for future reference)
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
Visual Studio 2010 and.NET Framework 4 Training Workshop.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
EMARS 3.9 Familiarization November Logging In Larger Font No overlap of text and picture.
Syntegra Logo Slide Increasing Productivity By Using Homesite + Jo Belyea-Doerrman CFFUN 03 June 22, 2003.
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Creating Google Sites Laura Assem, Director of Technology.
| Basel Visual Studio 2013 and Internet Explorer 11 Tips & Tricks For Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
The 2007 Microsoft Office System Servers Enterprise Content Management, Workflow and Forms Martin Parry Developer and Platform Group, Microsoft Ltd
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Copyright © 2013 MyGraphicsLab / Pearson Education DREAMWEAVER INTERFACE MYGRAPHICSLAB: ADOBE DREAMWEAVER CS6.
XSLT? Where we are going, we don’t need XSLT.. About me French, SharePoint Developer and Food Lover Khoa Quach SharePoint Technologies MCTS, MCPD, MCSE.
Agafonov Viacheslav. Objectives: ◦ Understand the new features and improvements in Visual Studio 2010 ◦ Understand useful tips.
Danijel Malik Visual Studio ALM MVP What’s new in Visual Studio 2013 and Team Foundation Server 2013.
What's New in Visual Studio 2010 Debugging Brian Peek Senior Consultant, ASPSOFT, Inc. Microsoft MVP - C#
Bernardin Katić Hammer / Insa Visual Studio 2013 Tips & Ticks.
Making the Most of Search in SharePoint 2013 Christina Wheeler.
4. Search button should work only if there is a key word.
Dive Into® Visual Basic 2010 Express
Microsoft Word Illustrated
BI Share Quick reference guide.
Visual Studio 2010 and .NET Framework 4 Training Workshop
8 Steps to Facebook Ad Creating & Conversion Tracking Set-up
Gulf Coast .NET User Group
Creating Dynamic Web Pages with FrontPage Barry Sosinsky Valda Hilley
Do you want to make info graphics for the US Election?
SharePoint Office 365 Dev 200 Training
Visual C# 2005: IDE Enhancements
LMEvents SharePoint Portal How-to Guide
Chapter 2 – Introduction to the Visual Studio .NET IDE
Configuring Windows 10 for Your Studio
Ruby Tooling in NetBeans
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Microsoft Visual Studio Tips and Tricks
Introduction to the Visual C# 2005 Express Edition IDE
Dumps4download 2018 Microsoft Dumps | PDF - Free Try
Using Visual Studio with C#
Tips and Tricks in Visual Studio 2017
Quick Start Guide for Visual Studio 2010
iCIMS 17.3 Release: Highlights
Web Development in Microsoft Visual Studio 2013
SharePoint Administrative Communications Planning: Dynamic User Notifications for Upgrades, Migrations, Testing, … Presented by Robert Freeman (
CIS16 Application Development Programming with Visual Basic
Creating Your First C Program Using Visual Studio 2010
Building Awesome Metro style HTML apps in Blend
Creating Your First C Program Using Visual Studio 2010
Visual Studio 2010 and .NET Framework 4 Training Workshop
DEV354 Visual Studio 2005: New Enhancements For Debugging Applications
DEV322 Visual Studio 2005 C# IDE Enhancements
Presented by : Karanvir Kaur Web Team
Programming with Microsoft Visual Basic 2008 Fourth Edition
Microsoft Excel 2007 – Level 2
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

What’s New in Visual Studio Keith Lopez Senior SharePoint Developer Email: klopez@icct.com Blog: sharepointkeith.wordpress.com Twitter: @keithlopez80 LinkedIn: linkedin.com/pub/keith-lopez/12/684/621

About Me Husband, Father, Technologist (aka Geek) VB6, Classic ASP, ASP.NET, SharePoint 2003 Admin, SP2007 dev (WSPBuilder, Manifest.ddf), SP2010 dev Attend local SharePoint events. Love the Buckeyes © 2013, Information Control Company

Agenda Editions of Visual Studio New IDE Features New in HTML5, CSS3, ASP.NET Code Editor Improvements Debugging features Q&A © 2013, Information Control Company

Compare editions http://www.microsoft.com/visualstudio/eng/products/compare © 2013, Information Control Company

Express Products © 2013, Information Control Company

IDE Enhancements Sign In (stores your settings in the cloud) Feedback Notification Center Options Dialog © 2013, Information Control Company

Code Editor Comment/Uncomment Icons HTML5 CSS Browser Link Dashboard Snippets: html5, audio, video (press tab). Inline CSS color editor, eye dropper. & (e.g. © for copyright) CSS transform (press tab). transform: rotate(45deg); transition: transform .5s; @media (press tab tab) @font-face (press tab tab) Browser Link Dashboard Page Inspector Enhanced Scroll Bar has 2 modes - Bar Mode & Map Mode In bar mode, you can view annotations such as your caret position, change your location & track errors more directly. In map mode, the scroll bar shows a live preview of source code as well as ability to hover over code to preview it in more detail. © 2013, Information Control Company

CodeLens Decorator or Header above classes and properties showing information like References Indicator Tested By Indicator Test Status Indicator TFS Indicators Only available in VS Ultimate Edition. © 2013, Information Control Company

CodeLens Indicators References Indicator Tested By Indicator Displays number of times the class, method or property is referenced in the code. Tested By Indicator Displays number of automated code tests that call the member. And the number of tests that have recently passed. Test Status Indicator Status of the test – Passed, Failed or Not yet Run. © 2013, Information Control Company

CodeLens Indicators TFS Indicators Edit history of the method or property Authors Changes Bugs Work Items Reviews © 2013, Information Control Company

Peek Definition Add on to “Go To Definition”. Clicking on “Go to Definition” jumps the focus to another method and we can loose focus of what we were trying to do. “Peek Definition” opens the method code in an inline window in the same code file. © 2013, Information Control Company

Code Map Allows you to see the flow of your code. You can select any method and view all the calls to that method. Code Map is a design surface to view all your methods. Only available in VS Ultimate Edition. © 2013, Information Control Company

Tabs and Windows © 2013, Information Control Company

Extensions Add additional features or enhancements to Visual Studio Visual Studio Gallery © 2013, Information Control Company

Build Configuration © 2013, Information Control Company

More info VS2013 Highlights What’s New in VS2013 ASP.NET features in New Project Templates in Visual Studio 2013 Scott Hanselman blog Article – What’s new and noteworhy in VS2013 © 2013, Information Control Company

Q&A © 2013, Information Control Company