Microsoft Virtual Academy

Slides:



Advertisements
Similar presentations
Visual Studio 2008 and ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Advertisements

Visual Studio 2008 for ASP.NET developers Daniel Moth Developer and Platform Group Microsoft
05 | Administer Version Control Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: ДИАГНОСТИКА ПРИЛОЖЕНИЙ С ПОМОЩЮ ИНСТРУМЕНТОВ VISUAL STUDIO 2012 MAXIM GOLDIN Senior Developer, Microsoft.
Open project in Microsoft Visual Studio → build program in “Release” mode.
This template uses Microsoft’s corporate font, Segoe Segoe is not a standard font included with Windows, so if you have not already done so, you need to.
Tips and Tricks for Debugging ASP.NET Web Applications and Services Habib Heydarian TLNL05 Program Manager Microsoft Corporation.
Building Complete Web Application Using ASP.NET 3.5 & Visual Studio 2008 Omar Khan Group Program Manager Visual Studio.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
1/21/2018 6:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Modernizing your. NET applications with. NET Standard,
C# and VB code-focused development with Visual Studio
Awesome Tools for Visual Studio
Microsoft Connect /28/ :21 AM
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/7/2018 4:46 PM Creative Hacking: Delivering React Native App A/B Testing Using CodePush John M. Wargo © Microsoft Corporation. All rights reserved. MICROSOFT.
ASP.NET in Linux and Windows containers
Modern Front-End Web Development with Visual Studio
Microsoft Virtual Academy
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Release Management with Visual Studio Team Services
Microsoft Visual Studio IDE Futures
Tips and Tricks in Visual Studio 2017
Nick Trogh Technical Evangelist, Microsoft.
Microsoft Connect /16/2018 4:53 PM
Building modern web applications with Visual Studio and Web Essentials
Microsoft Build /19/2018 2:06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Virtual Academy
11/21/2018 1:44 AM Анархическое декларативное программирование WEB сайтов с использованием языков XML и XSL Александр Червяк Руководитель группы компьютерного.
Microsoft Connect /23/ :48 AM
What’s new in Visual Studio for web developers
Microsoft Connect /26/2018 6:08 PM
Microsoft Connect /26/2018 6:09 PM
Hosted Web Apps with Windows App Studio
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Build /28/2018 2:38 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Visual Studio 2013 for web developers
Docker Workflows with Visual Studio
Continuous Integration & Deployment to Azure Container Service
Application Insights Diagnostics Preview
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
Web Development in Visual Studio 2017
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /17/2019 9:55 PM
Microsoft Connect /16/ :45 PM
C++ Productivity Improvements
Microsoft Connect /23/ :38 AM
Microsoft Connect /24/ :10 PM
What is Visual Studio Code?
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
IE11’s Developer Tools, F12, just got nicer (again)
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Tech Ed North America /12/2019 6:45 AM Required Slide
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Build /4/ :50 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
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.
Microsoft Connect /28/2019 1:25 AM
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Connect /29/2019 1:53 AM
TechEd /12/ :12 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Virtual Academy
Microsoft Connect /14/ :11 AM
Presentation transcript:

Microsoft Virtual Academy

What's new for developers in Visual Studio 2017 Walt Ritscher

Walt Ritscher @WaltRitscher Senior staff instructor at LinkedIn Learning and Lynda.com My content team produces 100's of developer courses/month. Checkout the comprehensive Visual Studio series. http://bit.ly/VisualStudioPlaylist Source Code https://github.com/WaltRitscher/WhatsNewVs2017 @WaltRitscher

Agenda - 1 Web Tools 5 Code Editor 2 Extensions 6 Refactoring 3 9/20/2018 5:02 AM Agenda - 1 Web Tools 5 Code Editor 2 Extensions 6 Refactoring 3 Unit Tests 7 Style Analyzers 4 Debug Tools © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Web Tools Walt Ritscher

Chrome Debugging F5 Debugging works with Chrome Browser Breakpoints in JavaScript

ASP.NET Core Docker New project dialog has Docker option Configure Docker in existing project

Extensions Walt Ritscher

Roaming Extension Manager Sync extensions across Visual Studio installs

Live Unit Tests Walt Ritscher

Live Unit Testing Unit tests are evaluated in background Pass/Fail status updated while writing code Enable/Disable with option setting

Debug Tools Walt Ritscher

Debug Tools Run to Click Exception Helper

Code Editor & Refactoring Walt Ritscher

Code Editor The GoTo tool Find All References Completion List Filtering

Refactor New refactoring for C# and VB Simplify object initialization Move 'out' variables Convert String.Format to string interpolation Simplify null checks Simplify throw expressions Sync filename and type name Move type to matching file

Style Analzyer Walt Ritscher

Style Analyzer New section in Tools/Options Alternate to FX Cop Analyzes syntax rules and flags violations