Showing results for March 2018 - Developer Support

Mar 30, 2018
0
0

IntelliTrace and the ‘Magic’ of Historical Debugging

Developer Support
Developer Support

Premier Developer Consultant Lizet Pena De Sola discusses the Visual Studio Debugging and Diagnostic Tools Workshop, in which she discovered IntelliTrace and its magical debugging capabilities.Lizet recently visited a development team in Nevada that was eager to learn more about Visual Studio debugging tools and the C# compiler Open Source project ...

TeamServicesdebugging
Mar 29, 2018
0
0

Accessing a .NET Bot’s State via Dependency Injection

Developer Support
Developer Support

The .NET BotBuilder SDK has deprecated the StateClient class, leaving some to wonder how they should access their bot’s state. Premier Developer Consultant Ben Williams shares an example of using dependency injection in your BotFramework projects.When using the .NET BotBuilder SDK’s dialog system, you can access the bot state using the dialog conte...

.NETBotsC#
Mar 27, 2018
0
0

Unit Testing Your JavaScript Code

Developer Support
Developer Support

In a recent post from his blog, Premier Developer Consultant Jim Blizzard discusses how to set up Visual Studio 2017 to run JavaScript-based unit tests.This week, I demonstrated to a client how they could write unit tests in JavaScript to test their JavaScript code by leveraging Karma, Jasmine, and Chutzpah. The unit tests show up in Test Explorer ...

Visual StudioTestingJavaScript
Mar 27, 2018
0
0

Audit SQL Server stop, start, restart

Developer Support
Developer Support

In this article, Application Development Manager Steve Keeler outlines an approach for determining the domain identity of a user who has initiated a stop, start, or restart request on SQL Server services. Although SQL Server contains server and database auditing functionality as part of the product, this cannot be used to determine the identity of ...

TeamALMTFS
Mar 26, 2018
0
0

With cloud applications, performance is money

Developer Support
Developer Support

This post is provided by App Dev Manager Reed Robison who examines the opportunity and impact of cloud application performance.  If you are moving apps to the cloud, it has never been more important think about performance and as a developer, the business impact you can have may be profound.Early in my career, developers were always talking ab...

TeamAzureArchitecture
Mar 25, 2018
0
0

Getting started with Azure App Services Development

Developer Support
Developer Support

In this post, Application Development Manager, Vijetha Marinagammanavar, demonstrates how to get started with Azure App Services.To get started with Azure development we need to have Visual Studio 2013 or later, Azure SDK, and an active Azure subscription. We are using Visual Studio 2017 with our demo. If using VS2013 then download the SDK from htt...

TeamAzureApp Services
Mar 23, 2018
0
0

Running .NET applications client-side in the browser

Developer Support
Developer Support

In this post, App Dev Managers Robert Schumann and Ben Hlaban, introduce us to Blazor – an experimental web UI framework based on C#, Razor, and HTML that runs in the browser via WebAssembly. This journey started from a blog by Daniel Roth. Other than the YouTube of Steve Sanderson’s prototype demo at NDC Oslo, this wasn’t much information t...

Team.NETWebBrowser
Mar 22, 2018
0
0

Accelerate Your GDPR compliance with Microsoft Cloud

Developer Support
Developer Support

This post is provided by App Dev Managers Latha Natarajan and Sujith Nair who explore the critical aspect of protecting personal information and the impact of data security failures. This post also discusses the rich set Azure services that Microsoft customers and organizations can use to protect personal data in compliance with GDPR and other regu...

TeamAzureSecurity
Mar 21, 2018
0
0

Use Visual Studio Team Services (VSTS) to host your private package server

Developer Support
Developer Support

In this post, App Dev Manager Keith Beller demonstrates how to use VSTS to host a private package server.Before you go through the trouble of setting up a private package server to host your Nuget, NPM, Maven or Gradle feeds, consider using Visual Studio Team Services (VSTS). The Microsoft Package Management plugin found in the VSTS Marketplace is ...

TeamALMVSTS