Showing archive results for 2018

Jun 17, 2018
Post comments count9
Post likes count0

Angular How-to: Simplify Components with TypeScript Inheritance

Developer Support

Laurie Atkinson, Senior Consultant, By moving shared functionality to a base component and assigning dependencies inside the body of the constructor, you can simplify child components.If your Angular components contain identical or similar functionality and you find yourself copying and pasting that code, it makes sense to implement some class inhe...

AngularTypescript
Jun 16, 2018
Post comments count0
Post likes count0

TFS 2018–XAML is back?!

Developer Support

In this post, Premier Developer Consultant Derrick Cawthon weighs in on one of the latest announcements that TFS 2018 will include XAML builds. Starting in TFS 2017 it was announced that XAML builds were being deprecated. No big surprise to anyone paying attention as they are an older build system which had to go at some point. However this was a H...

TeamTFSXAML
Jun 16, 2018
Post comments count0
Post likes count0

Proactively Plan for your Critical Event in Azure with Enhanced Support and Engineering Services

Developer Support

In this post, Principal Consultant Jon Guerin lays out the benefits of Azure Event Management (AEM) and how to get started with the program.Deploying an application to Azure in support of a high-profile business event can have many advantages. But failing to assess up front potential gaps that could negatively affect performance and availability du...

AzurePremierSupport
Jun 15, 2018
Post comments count0
Post likes count0

Container? Why not App Services?

Developer Support

In this post, Senior Premier Developer Consultant Casey Kriutzfield gives a walkthrough of deploying Linux Containers in Azure App Services.Containers have been popular lately, and Microsoft Azure has several products that are ready and able to serve your containers. Azure Kubernetes Service, Azure Container Instances, and Service Fabric are all gr...

ContainersApp Services
Jun 14, 2018
Post comments count0
Post likes count0

Sharing Deployment Groups Across Team Projects in VSTS

Developer Support

Premier Developer Consultant Derrick Cawthon walks through how to share deployment groups across team projects in VSTS, so you can take full advantage of your infrastructure and maximize investment in cloud services.One of the many recent enhancements to VSTS (Visual Studio Team Services) is the adding of Deployment Groups back in 2017. However eve...

TeamVSTSVisual Studio Team Services
Jun 12, 2018
Post comments count0
Post likes count0

Monitoring Python Applications with Azure App Insights

Developer Support

In this blog post, Premier Developer Consultant Najib Zarrari walks through how to use Azure Application Insights to monitor web applications written in Python using the Flask framework.Read Najib’s blog post here to learn how to set up Application Insights, download and instrument a Python web application, create custom events and metrics in Azure...

TeamAzureApplication Insights
Jun 12, 2018
Post comments count2
Post likes count0

Dissecting new generic constraints in C# 7.3

Sergey Tepliakov

During the last Build conference, Microsoft has announced the next version of Visual Studio with C# 7.3 support. This is yet another minor language update with some quite interesting features. The main change was related to generics, starting from C# 7.3 there 3 more constraints: , and . The constraint The constraint on generic type enforces ...

seteplia
Jun 11, 2018
Post comments count0
Post likes count0

Safe On-Premises Releases Using VSTS

Developer Support

Read on to learn how Premier Developer Consultant Ilias Jennane addresses the idea of safe releases and incremental feature rollout for on-premises releases using Visual Studio Team Services.I have recently interacted with many customers that were clearly under the impression that they should only consider DevOps practices if they are doing Cloud d...

TeamVSTSVisual Studio Team Services
Jun 10, 2018
Post comments count0
Post likes count0

Create Your First CI Pipeline in 10 Minutes or Less

Developer Support

In this post, Premier Developer Consultant Derrick Cawthon shares how to quickly create a continuous integration pipeline in VSTS, so teams can start pursuing their DevOps journeys.During your DevOps journey typically the first item you will want to do (after establishing a good process for the team) is setup a Continuous Integration (CI) build. Wh...

TeamVSTSVisual Studio Team Services