Showing results for 2018 - Page 18 of 21 - Developer Support

Mar 7, 2018
Post comments count3
Post likes count0

Angular How-to: Implement Role-based security

Developer Support
Developer Support

Laurie Atkinson, Premier Developer Consultant, shows us how to customize the behavior of an Angular app based on the user’s permissions. This includes page navigation, hiding and disabling of UI elements, and generation of menus. Applications often include requirements to customize their appearance and behavior based on the user’s role or pe...

SecurityAngularDevelopment
Mar 7, 2018
Post comments count1
Post likes count7

The ‘in’-modifier and the readonly structs in C#

Sergey Tepliakov
Sergey Tepliakov

C# 7.2 got two very important features for high-performance scenarios -- the readonly structs and the parameters. But to understand why this additions are so important and how they're related to each other we should look back in history. As you probably know, the .NET ecosystem has two family of types -- the value types (a.k.a. structs) and the...

seteplia
Mar 6, 2018
Post comments count0
Post likes count0

Self-Hosting a Bot in Service Fabric with Katana

Developer Support
Developer Support

Read on to learn how to use the Katana-based OWIN stack within Service Fabric. In this post, Premier Developer Consultant Megan Meyer walks through how to host the Bot Builder SDK Echo Bot in Service Fabric. I recently participated in a small hackathon with some Microsoft ninjas where we were presented with the problem, How do you host a bot in ...

Service FabricBotsMegan Meyer
Mar 5, 2018
Post comments count0
Post likes count0

Notes from the Field: Migrating to Visual Studio Team Services

Developer Support
Developer Support

Premier Developer consultant Brian Blackman shares two major insights regarding migrating on-premises databases to the cloud. This post does not cover all the details of migration to Visual Studio Team Services. You can find that information at Migrate to Visual Studio Team Services. And your options for migration can be found at Migration optio...

ALMVSTSVisual Studio Team Services
Mar 4, 2018
Post comments count0
Post likes count0

Freeing Disk Space on a Developer Machine

Developer Support
Developer Support

In this post,  Senior Application Development Manager, Patrick King, shares some tips for freeing up disk space on a development machine.As a developer, I see my free disk space diminish over time. It usually isn’t an issue if I have ample disk and get to change hardware out every few years, but that isn’t the case for everyone. This post list...

TeamDevelopmentDevelopment Environment
Mar 3, 2018
Post comments count1
Post likes count0

Using JOIN with MAX to write efficient queries

Developer Support
Developer Support

In this post, Senior Application Development Manager, Alexei Govorine,  demonstrates how to use SQL JOIN and MAX in a query.How to join two SQL tables and display the latest results.Recently a customer has asked me to help them with a query design. The question was how to join two tables and display the latest results from one of them in a sin...

TeamSQL
Mar 2, 2018
Post comments count0
Post likes count0

Monitoring a Java App Service Web App

Developer Support
Developer Support

In the following article by Premier Developer consultant Kurt Schenk, he explains how to monitor a Java app using Tomcat running on Windows. When deploying a Java Azure App Service Web App, there are some great tools you can use for monitoring. Before describing these tools, I will first share some background about operating systems and language...

AzureApp ServicesJava
Mar 1, 2018
Post comments count15
Post likes count1

Angular How-to: Editable Config Files

Developer Support
Developer Support

This post provides the steps and code samples for using a JSON configuration file, which can be customized for multiple environments.

TeamAngularLaurie Atkinson
Feb 28, 2018
Post comments count0
Post likes count0

Microsoft Flow: Expose Public APIs via Custom Connector

Pam Lahoud
Pam Lahoud

In this post we’d like to highlight an article from Premier Developer consultant Megan Meyer’s blog where she walks us through setting up a Custom Connector in Microsoft Flow in order to access data from her FitBit device.I love fitness trackers. I was excited to get the new Fitbit Alta HR, but some of my eagerness waned when I remembered why I had...

TeamMicrosoft FlowMegan Meyer
Feb 27, 2018
Post comments count0
Post likes count0

5 Ways to Reduce the Impact of Failure

Pam Lahoud
Pam Lahoud

In the second post in his series on risk management in modern software development, Premier Developer consultant Assaf Stone further explores the concept of mitigating risk by reducing the impact of failures. In the previous post we discussed risk management, how many of us manage it today by attempting to control the likelihood of failure, and ...

TeamDevelopmentAssaf Stone