Showing results for 2017 - Page 2 of 21 - Developer Support

Dec 5, 2017
Post comments count3
Post likes count0

Getting Started with Node.js, Angular, and Visual Studio Code

Pam Lahoud
Pam Lahoud

This step-by-step guide on getting started with Node.js and Angular comes to us from Premier Developer consultant Crystal Tenn. Here is a simple step by step guide to getting your Angular application setup with Visual Studio Code and Node. This guide will simply help you know what to install, the commands to run in PowerShell, and some basic...

AngularCrystal TennVisual Studio Code
Dec 4, 2017
Post comments count0
Post likes count0

A branching strategy for CI/CD using Git in VSTS

Pam Lahoud
Pam Lahoud

In this post from his blog, Premier Developer consultant Ilias Jennane discusses a strategy that can be used for branching and merging using Git in VSTS in a continuous integration/continuous deployment environment.When it comes to Branching and Merging strategies, the internet is full of examples and “best practices”. I personally don’t believe in...

VSTSCIgit
Dec 2, 2017
Post comments count0
Post likes count0

How to setup live streaming server using Azure Media Service in less than 30 mins

Developer Support
Developer Support

In this post, Senior App Dev Manager Randy Park walks us through Azure Media Services to setup a live streaming PoC. Background: A customer recently launched a global intranet portal with an audience distributed across the globe.  They expected an increase of the audience on a daily basis and leadership team requested one more interesting fe...

TeamAzureStreaming
Dec 1, 2017
Post comments count0
Post likes count0

API Management: Quota versus Rate Limits

Developer Support
Developer Support

In this post, Senior App Dev Manager, Sanket Bakshi spotlights Azure API Management and how it can help with usage throttling.Azure API Management provides really good capabilities for usage throttling. This is useful in scenarios such as defending against a denial of service attack and protecting back-end services against a huge influx of requests...

TeamAzureAPI Management
Nov 30, 2017
Post comments count2
Post likes count10

Dissecting the async methods in C#

Sergey Tepliakov
Sergey Tepliakov

The async series The C# language is great for developer's productivity and I'm glad for the recent push towards making it more suitable for high-performance applications. Here is an example: C# 5 introduced 'async' methods. The feature is very useful from a user's point of view because it helps combining several task-based o...

seteplia
Nov 23, 2017
Post comments count0
Post likes count0

Blog of Blogging

Developer Support
Developer Support

In this post, Senior App Dev Manager Marcus Fernandez sets up a blog using Miniblog.Core and Azure in just a few simple steps.Miniblog.Core a project by Mads, on the VS \ .NET team at MS, thank you.  I have been exploring dotnet core since it was released and I really like the idea of a more micro-architecture.  You control more of the co...

TeamAzure.NET
Nov 22, 2017
Post comments count0
Post likes count0

Cloud Computing + Modern DevOps == Productivity Gains

Developer Support
Developer Support

In this post,  App Dev Manager, Omer Amin reminds us that thinking about old problems in new ways is critically important for maximizing the benefits of the cloud.  The Productivity Paradox...When new tools promise higher productivity, but fail to deliver.I came across this concept last weekend when I was reading Tim Harford's "Fifty Inve...

TeamAzureDiscover
Nov 15, 2017
Post comments count0
Post likes count0

Homomorphic Encryption 101

Pam Lahoud
Pam Lahoud

In this article from his blog, Premier Developer consultant Razi Rais covers some of the basics of a powerful security & privacy tool – homomorphic encryption.I was recently exploring methods for improved privacy using various encryption schemes and stumbled upon Homomorphic Encryption that has a huge potential  in that area. I do feel tha...

SecurityRazi Raisencryption
Nov 13, 2017
Post comments count0
Post likes count0

Visual Studio Shortcuts and Add on Tools

Pam Lahoud
Pam Lahoud

This post from Premier Developer consultant Crystal Tenn walks you through customizing Visual Studio to work better for you and your organization. I like tools that make my development faster and more organized. The small amount of time it takes to invest in installing and learning these tools pays off in the long run! I have listed out the ...

Visual StudioCrystal Tenn
Nov 10, 2017
Post comments count0
Post likes count0

Debugging ASP Core on Linux with Visual Studio 2017

Developer Support
Developer Support

NET Core and specifically ASP Core is an Open Source, High Performance implementation of .NET that runs on Windows, Linux and Mac. After you deploy your web application to a Linux server it can be difficult to troubleshoot when issues arise. In this article, I’ll show you how to configure your Linux test server and Development environment to allow ...

TeamVisual Studio.NET Core