Showing results for March 2018 - Page 3 of 4 - Developer Support

Mar 13, 2018
0
0

Extensions to Application Insights Telemetry Collection

Developer Support
Developer Support

Application Development Manage Isaac Levin recently posted this article on building extensions for Application Insights.  In this post, he demonstrates how to capture additional HTTP metadata using custom telemetry Initializers for Application Insights.I will start off by saying I love Application Insights. I have been using it for a long time...

TeamDevelopmentApplication Insights
Mar 12, 2018
0
0

The Seven Habits of Highly Effective Developers

Developer Support
Developer Support

If you are looking to maximize your productivity and impact as a modern developer, consider these seven habits shared by App Dev Manager Ketuan Baldwin. Reaching your full potential as a developer requires you to be highly effective. In this blog, I will discuss some principles that are important for modern developers to be successful. The ideas...

TeamAzureDiscover
Mar 11, 2018
0
0

Setting up CI/CD targeting Red Hat OpenShift Kubernetes Using VSTS

Developer Support
Developer Support

In this post, Premier Developer Consultant Najib Zarrari demonstrates how to deploy a containerized ASP.NET Core Web API app into an OpenShift Kubernetes cluster.The first part of this blog will go over how to create a sample ASP.NET Core web application with Docker support. We will use this as our demo app to deploy to the Kubernetes cluster. Then...

VSTSDockerKubernetes
Mar 10, 2018
0
0

AdalException : authentication_ui_failed with ADAL and Xamarin Forms Android

Developer Support
Developer Support

In this post, Premier Developer Consultant Joe Healy identifies a possible error you may get when working with an Android project on Xamarin Forms. Read about his discovery and eventual solution to fix the SSL/TLS implementation issue.Recently, I was helping a client with an Azure Active Directory integrated project (ADAL not MSAL for some various ...

Azure.NET Corexamarin
Mar 9, 2018
0
0

Supporting Micro-frontends with ASP.NET Core MVC

Developer Support
Developer Support

In this post, App Dev Manager John Abele explores micro-frontend design with ASP.NET Core and MVC. Many development teams have spent the last few years organizing and empowering cross-functional teams, building independently managed microservices, and implementing DevOps pipelines to go faster than ever! These industry shifts, critical fo...

Teamasp.net coreMicroservices
Mar 8, 2018
0
0

Integrating Logic Apps and Azure Monitor

Developer Support
Developer Support

In this post, App Dev Manager Jason Venema walks us through a practical example using Logic Apps and Azure Monitor to track down who created a Virtual Machine. Have you ever needed to quickly find out who created a specific virtual machine in one of your Azure subscriptions? If it hasn’t happened yet, it probably will someday. Maybe your Clo...

TeamAzureLogic Apps
Mar 7, 2018
3
0

Angular How-to: Implement Role-based security

Developer Support
Developer Support

Laurie Atkinson, Premier Developer Consultant, shows us how to customize the behavior of an Angular app based on the user’s permissions. This includes page navigation, hiding and disabling of UI elements, and generation of menus. Applications often include requirements to customize their appearance and behavior based on the user’s role or pe...

SecurityAngularDevelopment
Mar 7, 2018
1
4

The ‘in’-modifier and the readonly structs in C#

Sergey Tepliakov
Sergey Tepliakov

C# 7.2 got two very important features for high-performance scenarios -- the readonly structs and the parameters. But to understand why this additions are so important and how they're related to each other we should look back in history. As you probably know, the .NET ecosystem has two family of types -- the value types (a.k.a. structs) and the...

seteplia
Mar 6, 2018
0
0

Self-Hosting a Bot in Service Fabric with Katana

Developer Support
Developer Support

Read on to learn how to use the Katana-based OWIN stack within Service Fabric. In this post, Premier Developer Consultant Megan Meyer walks through how to host the Bot Builder SDK Echo Bot in Service Fabric. I recently participated in a small hackathon with some Microsoft ninjas where we were presented with the problem, How do you host a bot in ...

Service FabricBotsMegan Meyer
Mar 5, 2018
0
0

Notes from the Field: Migrating to Visual Studio Team Services

Developer Support
Developer Support

Premier Developer consultant Brian Blackman shares two major insights regarding migrating on-premises databases to the cloud. This post does not cover all the details of migration to Visual Studio Team Services. You can find that information at Migrate to Visual Studio Team Services. And your options for migration can be found at Migration optio...

ALMVSTSVisual Studio Team Services