Posts by this author

Oct 19, 2017
0
0

Should I Use Visual Studio 2017 or VS Code For My Next Angular Application?

This post on using Visual Studio to develop Angular applications comes to us from Premier Developer consultant Wael Kdouh. I engage with a lot of our customers that work on Angular applications and I frequently get asked the following question: Should we use Visual Studio 2017 or VS Code for our next application? The short answer is doesn't ...

Visual StudioWael KdouhVisual Studio Code
Oct 17, 2017
0
0

Modernizing a Monolithic Application using Microservices and Azure

This post on modernizing your application for the cloud comes to us from Premier Developer consultant Najib Zarrari.ContextAs companies embark on their digital transformation journeys, pressure on IT organizations have been mounting to levels that have never been experienced before.  Businesses have the following expectations, among others, fr...

AzureMicroservicesNajib Zarrari
Oct 12, 2017
0
0

TFVC Source Code Control in Visual Studio Code

In this post, Premier Developer consultant Wael Kdouh demonstrates how to integrate Visual Studio Code with your source control environment using Team Foundation Version Control. In this post I will be walking you through the Team Foundation Version Control (TFVC) support within Visual Studio Code. I will assume that you are running on a win...

Visual StudioWael KdouhVisual Studio Code
Oct 9, 2017
0
0

Developing an Azure AD B2C multi-tenant application

In this post from his blog, Premier Developer consultant Marius Rochon provides a demo application that illustrates how to use Azure Active Directory B2C for authentication in a multi-tenant application.The 'regular' Azure AD has build-in support for multi-tenant applications. In that case, a user from any Azure AD tenant can sign in to an applicat...

Azure ADAuthenticationMarius Rochon
Sep 25, 2017
0
0

So What Is WebAssembly All About?

This post on the new WebAssembly technology comes to us from Premier Developer consultant Wael Kdouh. Every now and then people get excited about a new feature that is being developed as a web standard. One such technology that has been garnering excitement lately is called WebAssembly. It's a new way of running code on the web. Think about ...

Wael KdouhWebAssembly
Sep 18, 2017
0
0

DevOps with Containers

This post from Premier Developer consultant Razi Rais talks about his recent Channel9 video series on using Containers for DevOps.Recently I did a video series for Microsoft Channel9 on DevOps with Containers (thanks to Lex Thomas and Chris Caldwell for recording these). The idea was simple- show and tell how container technology can help in improv...

DevOpsContainersRazi Rais
Sep 13, 2017
0
0

Jump-Start: Swaggerizing ASP.NET Core

In his latest blog post, Premier Developer consultant Rob Vettor gives an overview of how to use Swagger with your ASP.NET Core application.As a consumer of an API service, how do you know what functionality the service exposes?Easy answer: Swagger supportSwagger is a framework that enables you to visually discover an API service. With it, you can ...

.NET Coreasp.net coreRob Vettor
Aug 18, 2017
0
0

Docker Blog Series Part 3– Deploy IIS based applications to Service Fabric using Docker Containers

In the third post in his blog series on Docker, Premier Developer consultant Monu Bambroo illustrates how to deploy IIS based applications to Service Fabric using containers. One of  the value propositions of using containers with Service Fabric is that you can now deploy IIS based applications to the SF cluster. In this blog post, we will s...

DockerService FabricMonu Bambroo
Aug 17, 2017
0
0

Nailing it: Making Sense of Vague PowerShell Errors

This post on troubleshooting PowerShell errors comes to us from Premier Developer consultant Rob Vettor.PowerShell is a “must-know” for Azure cloud development. Yes, it’s a scripting language, but moreover, it’s an automation engine that can execute complex tasks with minimal effort. The vast majority of Azure administrative functionality is availa...

PowerShellRob Vettor
Aug 16, 2017
0
0

Claims augmentation with OWIN but outside of Startup code

This post on authentication and authorization is from Premier Developer consultant Marius Rochon.Claims list included in the ClaimsPrincipal usually originate from the security token received by the application as part of user authentication (SAML, OpenIDConnect id token) or access authorization (OAuth2 bearer access token).  However, sometime...

SecurityAuthenticationMarius Rochon