Showing archive results for April 2018

Apr 20, 2018
Post comments count0
Post likes count0

Running Docker Windows and Linux Containers Simultaneously

Developer Support

Many of you with familiarity with Docker for Windows know how you currently have to switch between running either Windows or Linux Containers. In the following post, Premier Developer Consultant Randy Patterson teaches us how to combat this limitation and run Docker Windows and Linux Containers simultaneously on the same host. Starting with ...

DockerContainersLinux
Apr 19, 2018
Post comments count0
Post likes count0

Role of Web Based Technologies In Maximizing Code Sharing In Your Applications

Developer Support

In this post, Premier Developer Consultant Wael Kdouh shares ideas of the alternatives to reduce web complexity and increase code sharing. He does a side-by-side comparison of Cordova/Iconic, NativeScript, and React Native to help you explore some of your options to reduce complexity. I was recently approached by a colleague of mine with the...

AngularWael KdouhMobile Development
Apr 18, 2018
Post comments count0
Post likes count0

Docker Blog Series Part 6 – How to use Service Fabric Reverse Proxy for container services

Developer Support

Learn about the container orchestrator, Service Fabric, and how to use Service Fabric Reverse Proxy for container services in Monu’s latest post. Monu Bambroo is a Consultant on the Premier Developer team. Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices an...

DockerContainersService Fabric
Apr 17, 2018
Post comments count3
Post likes count1

Real-time Code Quality with SonarLint in Visual Studio

Developer Support

In the second part of her SonarQube series, Premier Developer Consultant Sana Noorani builds on top of SonarQube technology and explains how SonarLint can be added in Visual Studio to track real time code quality. What is SonarLint? SonarLint an extension you can add to an IDE such as Visual Studio that can provide developers real-time feedback on...

Visual StudioOpen SourceSana Noorani
Apr 16, 2018
Post comments count0
Post likes count0

Agile UX: Incorporating User Experience into Agile Processes

Developer Support

Premier Developer Consultant Daisy Chaussee writes how to integrate user experience and design into agile processes. In combining Agile and UX, teams can attain greater collaboration, continuous improvement, and efficiency in development. The goal of this blog post is to provide guidance on how to integrate User Experience into Agile processes. ...

TeamVSTSAgile
Apr 15, 2018
Post comments count0
Post likes count0

Order of Precedence when Configuring ASP.NET Core

Developer Support

In this post, Premier Developer Consultant Randy Patterson introduces the new configuration API for ASP.NET Core and its order of precedence. In previous version of ASP.NET, configuration was primarily handled by the ConfigurationManager class. This class typically obtained the user configurable settings from the AppSettings section located in t...

Teamasp.netasp.net core
Apr 14, 2018
Post comments count0
Post likes count0

ARR and benefits for Premier customers

Developer Support

Senior Application Development Managers Sanjeev Gogna and Charles Ofori explain Azure Rapid Response (ARR) program, and explain how it benefits Premier customers. Overview With today's technology, availability, reliability, and uptime are fundamental to success. To overcome incidents and interruptions, Microsoft offers Azure Rapid Respon...

TeamAzure
Apr 13, 2018
Post comments count0
Post likes count0

Integrating Selenium tests in a release pipeline

Developer Support

Senior Application Development Manager Marcelo Silva recently posted this article demonstrating how to implement UI test automation using VSTS and Selenium.Today, I'd like to show you a proof-of-concept I created for one of my customers where we implement User Interface (UI) test automation into a Continuous Integration/Continuous Delivery (CI/CD) ...

TeamVSTSTFS
Apr 12, 2018
Post comments count0
Post likes count0

Part 2: Azure Virtual Machine Scale Set and Windows Containers–Networking Tips

Developer Support

In part 2 of 2 blog posts, Premier Developer Consultant Julien Oudot continues his networking tips about Azure Virtual Machine Scale Set (VMSS) and Windows Containers. Building on the first post about VMSS set-up, Julien walks through how to communicate with containers running on nodes deployed as part of VMSS. If you haven’t read it yet, do...

TeamAzureContainers
Apr 11, 2018
Post comments count0
Post likes count0

SonarQube Integration with VSTS

Developer Support

In this post, Premier Developer Consultant Sana Noorani details how to integrate SonarQube with VSTS, so you can detect issues in code and trigger builds only when code checks pass. Introduction to SonarQubeSonarQube is an open source tool used for continuously checking code quality. Many developers will add it to their DevOps pipelines with contin...

TeamDevOpsVSTS