Showing archive results for 2016

Sep 20, 2016
Post comments count0
Post likes count0

Docker Blog Series Part 1- Building ASP.NET Core Application using Docker For Windows.

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Monu Bambroo  shows how to build ASP.NET Core Application using Docker For Windows. Applications and their set of user expectations continue to evolve over the last few years. We have seen various trends like microservices and containerization become mainstream. The enterprises are...

Team
Sep 20, 2016
Post comments count0
Post likes count0

Using Redis as ADAL token cache

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon  shows how to use Redis as ADAL token cache. Here is a sample TokenCache class implementation using Redis for use with the Active Directory Access Library (ADAL). The library is used for obtaining tokens from Azure AD or AD FS using the OAuth2 protocol. Continue reading ...

TeamADALREDIS
Sep 8, 2016
Post comments count0
Post likes count0

US Workshops, Webcasts, and Tech Talks – September 2016 Update

Developer Support
Developer Support

Teams struggle to keep up with the latest technology trends, so training and knowledge transfer are important investments to build the expertise required for optimal application and infrastructure.  It’s a great way to proactively stay in front of technical gaps that can manifest in the form of implementation delays, architectural problems, an...

Sep 6, 2016
Post comments count0
Post likes count0

Getting started with your DevOps journey

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Ilias Jennane  explains about navigating through the Dev Ops journey. You have probably started to hear all the noise about DevOps. Most likely you fall into one of the following categories: Regardless of which phase of that journey you’re actually in, there are few pilla...

TeamDevOpsDiscover
Sep 2, 2016
Post comments count0
Post likes count0

Five DevOps Must-Reads

Developer Support
Developer Support

DevOps promotes the collaboration between developers and other IT stakeholders to optimize software delivery.  For many organizations, it’s a challenge for teams to come together with the right mix of priorities and expectations.  Application Development Manager, Dave Harrison, shares five of his favorite DevOps books. DevOps as a movement is ga...

TeamDevOps
Aug 24, 2016
Post comments count0
Post likes count0

Millennial Manager

Developer Support
Developer Support

Unlike a lot of technical blogs, Premier Developer covers a range of both technical and business focused topics.  Why?  Simply put, developers need to understand the business and the business needs to understand developers.  This post is provided by Dan Simmons, a Technical Delivery Manager in Microsoft’s Modern Application Domain and a millennia...

Discover
Aug 23, 2016
Post comments count0
Post likes count0

Building cross-platform Xamarin.Forms apps in VSTS

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Jim Blizzard shows how to navigate past some of the issues when setting up VSTS builds for a multi-project Xamarin.Forms solution. The other day I wanted to create a DevOps CI / CD pipeline for a simple Xamarin.Forms app that I’d created. The Visual Studio solution contains project fil...

TeamVSTSxamarin
Aug 10, 2016
Post comments count0
Post likes count0

Using the correct version of Android SDK Build-Tools with Xamarin Android

Developer Support
Developer Support

Senior Developer consultant, Wael Kdouh, walks us through what it takes to get Xamarin.Android working with the latest “24” SDK Build-tools package. Google recently released a new final version “24” of the Android SDK Build-tools package. Of course, being a good citizen meant that I used the Android SDK Manager to update to the latest version. T...

Team
Aug 8, 2016
Post comments count0
Post likes count0

US Workshops, Webcasts, and Tech Talks – August 2016 Update

Developer Support
Developer Support

Premier Support for Developers provides access to a wide range of advisory and training options that include most popular developer technologies.  Options range from onsite, instructor-led workshops to remote training, and even access to a distinguished team of Developer Consultants for specialized advisory needs.  Content frequently includes prove...

Aug 5, 2016
Post comments count0
Post likes count0

Single SignOn is easy, Single SignOut is not

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon talks about problems with single SignOut. Single Sign In relies on the token issuer holding on to a cookie, which tells it about the user identity after the first signin. The issuer can then respond to a request for token in whatever protocol it came in (WSFed, SAML, Open...

TeamAuthenticationSAML