Showing tag results for Team

Dec 8, 2017
Post comments count0
Post likes count0

TFS 2017 – Sometimes we must look back before we can move forward! – Part 1

Developer Support

This is the first of a series of posts is provided by Senior Application Development Manager (ADM), Chuck Goodspeed, focusing on the challenges encountered in migrating/evolving TFS 2005/2008/2010 installations a full decade forward into TFS 2017 and/or VSTS. Experiences and situations encountered at multiple customer installations provide real-lif...

TeamALMTFS
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

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

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

Blog of Blogging

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

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

Debugging ASP Core on Linux with Visual Studio 2017

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
Nov 3, 2017
Post comments count0
Post likes count0

Converting PCL (Portable Class Libraries) to .NET Standard Class Libraries – Part 2

Developer Support

In Part 2 of this 3 part series, App Dev Manager, Herald Gjura covers upgrading the continuous delivery and Build/Release pipeline in VSTS. In order for the new .NET Standard Packages to build and release, we will need modify the build definitions. Here is a step by step guide on all the changes using an existing bui...

Team.NETPCL
Nov 2, 2017
Post comments count0
Post likes count0

DevOps is not for sale

Developer Support

This post is provided by Senior App Dev Manager, Robert Shanks who reminds us to put away the checkbooks and instead: engage, empower and encourage your people!I'm an Application Development Manager (ADM) on Microsoft's Modern Applications, Premier Developer team. In my role, I have the opportunity to work with a variety of clients across multiple ...

TeamDevOpsALM
Oct 28, 2017
Post comments count0
Post likes count0

My experiment and observation on Service Fabric Communication Stacks

Developer Support

This post is provided by Senior App Dev Manager, Vishal Saroopchand who asks the question, “How do you decide what Communications Stack to use in your Service Fabric applications?” How do you decide what Communication Stack (Remoting, WCF, Custom Implementation) to use in your Service Fabric applications? Do you know how each communication s...

TeamService FabricWCF
Oct 27, 2017
Post comments count0
Post likes count0

Converting PCL (Portable Class Libraries) to .NET Standard Class Libraries

Developer Support

In Part 1 of this 3 part series, App Dev Manager, Herald Gjura discusses converting PCL (Portable Class Libraries) to .NET Standard Class Libraries. Overview I have been working for this client for quite a few years and had advised them to break down some of their key business functionality and features and distribute them as NuGet packages. Wi...

Team.NETcross-platform