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

Nov 8, 2017
Post comments count0
Post likes count0

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

Service FabricARMLarry Wall
Nov 6, 2017
Post comments count0
Post likes count0

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

PowerAppsBrian GregorPowerAppsPuzzle
Nov 3, 2017
Post comments count0
Post likes count0

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

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

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

Choosing the right tooling for Azure and side by side Azure CLI and PowerShell commands

Pam Lahoud
Pam Lahoud

This article on the various tools available to perform tasks in Azure comes to us from Premier Developer consultant Crystal Tenn.There are a lot of tools out there for managing your Azure subscriptions! We have the Portal web page, Visual Studio integration (with the Azure SDK), PowerShell commands, and the Azure CLI. Sometimes it’s hard to know wh...

AzurePowerShellCrystal Tenn
Nov 1, 2017
Post comments count0
Post likes count0

[Service Fabric] Full/Incremental backup and restore sample

Pam Lahoud
Pam Lahoud

Premier Developer consultant Larry Wall created this sample application to demonstrate how to do full and incremental backups of your Service Fabric services to Azure blob storage. I recently worked with a client who said that they had had trouble implementing incremental backup and restore for their stateful services, so I was set to the ta...

AzureService FabricLarry Wall
Nov 1, 2017
Post comments count0
Post likes count0

Dissecting the tuples in C# 7

Sergey Tepliakov
Sergey Tepliakov

types were introduced in .NET 4.0 with two significant drawbacks: (1) tuple types are classes and (2) there was no language support for constructing/deconstructing them. To solve these issues, C# 7 introduces new language feature as well as a new family of types (*). Today, if you need to glue together two values to return them from a function ...

seteplia
Oct 31, 2017
Post comments count0
Post likes count0

Deploying Your Angular Application To Azure Using Visual Studio Team Services (VSTS)

Pam Lahoud
Pam Lahoud

This tutorial on using VSTS to deploy your Angular application to Azure comes to us from Premier Developer consultant Wael Kdouh. Introduction It is no secret by now that the Angular CLI is the preferred method to develop an Angular application due to its simplicity and power at the same time. One of the main advantages of using Angular CLI...

AzureVSTSAngular
Oct 28, 2017
Post comments count0
Post likes count0

My experiment and observation on Service Fabric Communication Stacks

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