Alex Turner Senior Program Manager Managed Languages Team Improve Your Code Quality using Live Code Analyzers.

Slides:



Advertisements
Similar presentations
.NET 4.0 Code Contacts .NET 4.0 Code Contracts About Me James Newton-King Developer at Intergen Blog:
Advertisements

Perl Practical Extraction and Report Language Senior Projects II Jeff Wilson.
What’s New in ASP.NET 5 and Visual Studio 2015 SPENCER SCHNEIDENBACH GADELLNET CONSULTING SERVICES.
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, and Windows Apps in C# with Xamarin.
Build /17/2017 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Modeling Public Pensions with Mathematica and Python II
Move your Data Anywhere: Getting Data to and From Diverse Systems Presenter: Win Worrall Senior Applications Engineer.
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, & Windows Apps with C#, Xamarin, and Visual Studio 2015.
Will Smythe Senior Program Manager Developing Java projects on Visual Studio Online with Team Explorer Everywhere.
Windows Azure Websites Matt |
Available via NuGet independently, major revisions infrequent and with minimal breaking changes, sole dependency for each MAML library. Contains HTTP,
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
Introduction to TypeScript Sergey Barskiy Architect Level: Introductory.
Lagash Systems Mariano Sánchez – Software
Advanced Software Development & Engineering 1 Theme Introduction.
WEEK INTRODUCTION CSC426 SOFTWARE ENGINEERING.
Jeremy Thake Technical Product Building cross-platform apps that integrate with O365 API’s using Xamarin in Visual Studio.
The Standard Cloud Computing API COMS E6998 Cloud Computing Fall Team 16 - Team 16 Young Hoon Jung Matthew Duane Shuhua Zhu.
Cloud Roadshow. Getting Started with mobile app development with the Office 365 APIs.
Innovation Any app, any platform Openness.NET Core ASP.NET 5.
public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string.
Friday, March 8 Creating real Custom Controls Kelvin van Geene 12:15.
64-bit JIT + SIMD Garbage Collector Runtime components Compilers.NET Compiler Platform (Roslyn) Languages innovation.NET Framework 4.6.NET Core.
Jeremy Thake Technical Product Building Apps for Office using Visual Studio.
public class UsLocationRecord { public int Id { get; set; } public string ZipCode { get; set; } public string City { get; set; } public string State.
Rong Lu Senior Program Manager, Visual Studio GPU Usage tool in Visual Studio.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Xamarin Studio Xamarin Curriculum for Xamarin Studio
Make Power BI Your Own with the Power BI APIs
Tulika Chaudharie / Harikharan Krishnaraju
Infrastructure Orchestration to Optimize Testing
<<Project Name>> <<Team Members>>
A whirlwind tour through the Microsoft DevOps landscape Jesse Houwing | xpirit.com/jesse Trainer, Coach, Tinkerer.
UI Test Automation with Appium
Did your feature got in, out or planned?
Building Innovative Apps using the Microsoft Developer Platform
Migrating an ASP.NET MVC Application to ASP.NET Core
New Features in NetBeans Platform 6.5.
Azure API Management Jothi Prakash A
Introduction to Xamarin
Introducing ASP.NET Core 2.0
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
Nick Trogh Technical Evangelist, Microsoft.
Microsoft Build /8/2018 5:15 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Azure Functions + NuGet = Superpowers
Microsoft Virtual Academy
Microsoft Virtual Academy
Entity Framework Core.
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
DotnetConf 12/3/2018 1:48 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Application Insights Diagnostics Preview
Learn. Imagine. Build. .NET Conf
Visual Studio Cloud-based Load Testing Performance Testing Made Easy
Visual Studio Code + Ionic
Azure Cognitive Services
TypeScript and Angular 2
Entity Framework Code-First Migrations
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Azure DocumentDB Ryan CrawCour Senior Program Manager.
6 Quick Picks from F# 4.0 Lincoln Atkinson
Introducing F# for the Enterprise
Visual Studio Tools for Unity 2.0 Preview
Sharing Code across Platforms with Visual Studio 2015
Pitch Back format 4 minutes in total Four items
Connecting to Services with Visual Studio
LANGUAGE EDUCATION.
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

Alex Turner Senior Program Manager Managed Languages Team Improve Your Code Quality using Live Code Analyzers

Introduction to analyzers Agenda

Introduction to analyzers Live code analysis demo Azure Code Analysis demo Agenda

The evolution of static code analysis Find code issues as you type (no more waiting for build!) Analysis specific to your APIs Live code analysis

Find performance, scalability and security issues in your code Moves with your project as a NuGet package Azure Code Analysis

Demo

.NET Compiler Platform roslyn.codeplex.com Azure Code Analysis aka.ms/azurecodeanalysis Resources