Showing results for November 2017 - Developer Support

Nov 30, 2017
2
9

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 ...

seteplia
Nov 23, 2017
0
0

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 ...

TeamAzure.NET
Nov 22, 2017
0
0

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 ...

TeamAzureDiscover
Nov 15, 2017
0
0

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 ...

SecurityRazi Raisencryption
Nov 13, 2017
0
0

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
0
0

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 remote debugging giving you all the greatness of debugging in Visual Studio while your code is running on a Linux server.

TeamVisual Studio.NET Core
Nov 8, 2017
0
0

[Service Fabric] Auto-scaling your Service Fabric cluster–Part I

Pam Lahoud
Pam Lahoud

In this article from his blog, Premier Developer consultant Larry Wall discusses building an ARM template that configures auto-scaling on a virtual machine scale set (VMSS). Like most people, whenever I need to build an ARM template to do something with Service Fabric, I'm browsing around Github or where ever else I can find the bits and ...

Service FabricARMLarry Wall
Nov 6, 2017
0
0

PowerAppsPuzzle: Sorting SelectedItems

Pam Lahoud
Pam Lahoud

Premier Developer consultant Brian Gregor has launched a new series on his blog called PowerAppsPuzzle where he shows examples of issues and solutions in PowerApps.  Here’s an excerpt of the first puzzle in the series:Let’s take the scenario where you have a ListBox in a PowerApp that contains sorted information – either alphabetically ...

PowerAppsBrian GregorPowerAppsPuzzle
Nov 3, 2017
0
0

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

Developer Support
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 ...

Team.NETPCL
Nov 2, 2017
0
0

DevOps is not for sale

Developer Support
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

Feedback