Showing archive results for 2018

Apr 27, 2018
Post comments count1
Post likes count0

Blockchain in the Enterprise

Developer Support

In this post, Sr. Consultants Farah Deendar and Chike Okor introduce blockchain concepts and enterprise adoption constraints. So, what is Blockchain exactly? Blockchain, also called distributed ledger technology (DLT), is a cryptographically safe, secure, decentralized and immutable database. Blockchain is used to create a digital transacti...

Teamblockchain
Apr 27, 2018
Post comments count1
Post likes count0

Why Developers Should Install WSL Today

Developer Support

In this post, App Dev Managers Matt Hyon and August Banks spotlights the developer benefits of WSL. You've just finished installing the Windows Subsystem for Linux (WSL) on your Windows 10 computer and feel pleased to see your favorite Linux distro icon pinned to your taskbar. You click to open a shell session and think, "OK, what can I do with it...

TeamLinuxcross-platform
Apr 26, 2018
Post comments count3
Post likes count0

Setting up .NET Core Configuration Providers

Developer Support

ASP Core uses the convenient Provider Pattern to load configuration key/value pairs from various sources and expose those to you as a single Configuration object. This allows you to grab a configuration key like ConnectionString with one line of code regardless of where it was sourced from. However, the configuration API is not available by default...

Visual Studio.NET Coreasp.net core
Apr 25, 2018
Post comments count1
Post likes count0

Azure Load Balancing Solutions: A guide to help you choose the correct option

Developer Support

In this post, Sr. App Dev Manager Fidelis Ekezue explain Azure Load Balancing options and highlight considerations for choosing a solution.Azure Load Balancing Solutions: When to choose which one?Microsoft Azure provides customers with many ways to load balance traffic requests to their environments. Customers have the options to choose Traffic Man...

TeamAzurePerformance
Apr 24, 2018
Post comments count0
Post likes count0

Blockchain in a nutshell

Developer Support

In this post, Sr. App Dev Managers Bernard Apolinario and Ajay Tanikella gives a thorough explanation of Blockchain concepts.What is Blockchain?Blockchain is a Secured, Shared, Distributed ledger. It’s a concept with the following key aspects: Reference: https://azure.microsoft.com/en-us/blog/accelerating-the-adoption-of-enterprise-blockchain/ Bene...

Teamblockchain
Apr 23, 2018
Post comments count0
Post likes count0

Is Your Development Staff Ready for Artificial Intelligence?

Developer Support

In this post, Principal Consultant/ADM Larry Duff discuss some ethical challenges in Artificial Intelligence. Artificial intelligence has been a dream of computer scientists for many years. I remember my early days of programming I had a Commodore Pet. I was excited that I had a book of programs, I typed them in and saved to my tape drive. One of t...

TeamAI
Apr 21, 2018
Post comments count0
Post likes count0

Using VSTS API with PowerShell to scaffold Team Projects

Developer Support

In this post, Senior Application Development Managers Art Garcia demonstrates how to navigate the VSTS REST APIs. Visual Studio Team Services or VSTS has matured into one of the leading Application Lifecycle management tools available. It allows you to not only manage your work and team velocity, but it also is a great tool to use in buildin...

TeamVSTSREST
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