Showing archive results for 2018

Apr 7, 2018
Post comments count0
Post likes count0

Ramping up on Powershell & CLI

Developer Support

In this post, Senior Application Development Manager, Danny Kolke, gives a practical guide on getting started with PowerShell and Azure CLI."For the things we have to learn before we can do them, we learn by doing them." AristotleIn working with my customers I often run into those who want to get started with Azure but just haven't done anything ye...

TeamAzurePowerShell
Apr 4, 2018
Post comments count0
Post likes count0

Microsoft Immersion Program: Bringing Microsoft Product Engineers to your Team

Developer Support

App Dev Manager Katie Konow spotlights the Microsoft Immersion Program and the value it brings to both Microsoft and our valued customers. immerse verb  im·merse  \ i-ˈmərs \ ENGROSS.  to take or engage the whole attention of : occupy completely As a developer or development lead using a Microsoft technology, you may find yourself wondering...

TeamServicesImmersion
Apr 3, 2018
Post comments count0
Post likes count0

Part 1: Azure Virtual Machine Scale Set and Windows Containers–Networking Tips

Developer Support

In this post, Premier Developer Consultant Julien Oudot teaches you how to ensure network connectivity when working with Windows Containers and Virtual Machine Scale Set in Azure.When working with Windows Containers and Virtual Machine Scale Set (VMSS) in Azure, some steps need to be performed to make sure the networking connectivity works as expec...

TeamAzureContainers
Apr 2, 2018
Post comments count0
Post likes count0

Hosting an Angular Progressive Web Application (PWA) with Azure

Developer Support

Progressive Web Applications might just be the future of web development. In this post, Wael Kdouh shows how to deploy an Angular PWA to Azure, including some potential pitfalls to watch out for. In his blog post, Wael introduces the popularity of Progressive Web Applications and how to deploy them to Azure. He writes “In this post I will...

AzureAngularWael Kdouh
Mar 30, 2018
Post comments count0
Post likes count0

IntelliTrace and the ‘Magic’ of Historical Debugging

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
Post comments count0
Post likes count0

Accessing a .NET Bot’s State via Dependency Injection

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
Post comments count0
Post likes count0

Unit Testing Your JavaScript Code

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
Post comments count0
Post likes count0

Audit SQL Server stop, start, restart

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
Post comments count0
Post likes count0

With cloud applications, performance is money

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