Pam Lahoud

Post by this author

How Not to Use Service Fabric Default Services

This post on avoiding the use of Default Services in your Service Fabric application comes to us from Premier Developer consultant Larry Wall and Application Development Manager Danny Kolke. Service Fabric is an ideal platform for microservices making it easy to package, deploy, and scale. As a developer, there are a lot of solutions that ...

Monitor your Xamarin Forms application with Mobile Center

This article on using Mobile Center to monitor your Xamarin Forms application comes to us from Premier Developer consultant Gustavo Varo. More and more customers are asking about Mobile Center and how it can help them to monitor and analyze the customer experience. A lot of customers mentioned that they know about Mobile Center, they ...

How to Set Up Multi-Level Hierarchies in VSTS

In another awesome post about Visual Studio Team Services, Premier Developer consultant Assaf Stone talks about customizing VSTS by creating a multi-level hierarchy.BackgroundBoth VSTS (Team Services) and TFS (Team Foundation Server) have a set organizational hierarchy. An individual developer belongs to a team. A project (also called Team ...

Cross-Account Package Management for NuGet in VSTS

Here is yet another awesome post from Premier Developer consultant Assaf Stone!In the following post, we will look at the difficulties in consuming packages from a different VSTS account, as part of a build process in our own account.BackgroundVisual Studio Team Services (VSTS) offers package management services. As per the documentation, this...

Scaling Scrum with Nexus in VSTS

This post is from Premier Developer consultant Assaf Stone.In this post, I will cover what Scrum Nexus is, where, when, and why you would want to use it, and how to set up VSTS best to accommodate your Scrum practices. As VSTS’s tooling is not yet perfect for some of Nexus’s practices, I will discuss some viable fallbacks and workarounds....

Resolving Azure ARM REST API Versions Conflict In ARM Templates

This post is from Premier Developer consultant Adel Ghabboun. Usually if you use the Azure Portal Automation Script feature to generate an ARM template and copy that to a new Visual Studio Azure Resource Group project, Visual Studio editor will complain about the API version that is used in the template and suggest a new version. It ...

How to Track Impediments in VSTS

This post is from Premier Developer consultant Assaf Stone.Note: While this post discusses impediments in VSTS, everything mentioned can be applied to TFS as well.Visual Studio Team Services (or VSTS) has great tools to support Scrum teams. The product owner can use the backlog and board to track the progress of individual teams or the entire ...

Use of AOP in Cross Cutting Aspect of Error Handling

This post comes to us from Premier Developer consultant Crystal Tenn.Cross Cutting Concerns are global concerns that span across methods, classes, applications—and can be concerns widely affecting a whole company or industry. Think of patient records or a financial history, and things always needed in those industries and how it affects each...

Docker Blog Series Part 2 – Build & Deploy ASP.NET Core based Docker Container on Service Fabric

This post is the second in a series of posts on Docker that Premier Developer consultant Monu Bambroo has posted on his blog. Azure Service Fabric in addition to offering a Service Fabric programming model is also able to orchestrate container based services across a cluster of machines. Service Fabric can deploy services in container ...

Exploring DataTable and SqlDBAdapter in ASP.NET Core 2.0

This post comes to us from Premier Developer consultant Joe Healy. .NET Core 2.0 Preview was released May 2017.  Great timing as one of my customers was inquiring re DataTable and SqlDBADapter support in ASP.NET Core.  Instructions to wire it up are below. Read the rest on Joe’s blog here...