Showing archive results for 2017

May 9, 2017
Post comments count0
Post likes count0

Demonstrating the power Xamarin, Azure and HockyApp to fight Youth Homelessness

Developer Support

In this post, Omar Kouatly, Director Premier Developer for Northeast, NY, NJ, spotlights a cross-platform mobile app that uses the power of Xamarin, Azure App Services, and HockeyApp to solve the real-world challenge of fighting youth homelessness. Premier Developer consultants from the Northeast volunteered their time to contribute to an ex...

TeamAzurexamarin
May 9, 2017
Post comments count0
Post likes count0

Garbage collection and variable lifetime tracking

Sergey Tepliakov

Here is a seemingly simple question for you: Is it possible that the CLR will call a finalizer for an instance when an instance method is still running? In other words, is it possible in the following case to see ‘Finalizing instance.’ before ‘Finished doing something.’? The answer is: “It depends”. In debug builds this will never happen (as far...

seteplia
May 8, 2017
Post comments count0
Post likes count0

Empower your Cloud development with Microsoft Premier Developer

Developer Support

In this post, Application Development Managers Frank Ellero and Larry Duff, along with Technical Delivery Manager Dan Simmons, spotlight package offerings from Premier Support for Developers to help make your cloud transition a success. The Cloud. The quintessential IT buzzword of the 21st Century. It is a paradigm shift that rivals any we have ...

TeamAzureDiscover
May 4, 2017
Post comments count0
Post likes count0

Coding with My Daughter

Developer Support

When we started the Premier Developer blog, we wanted it to be a reflection of our team, our business, and the things we are passionate about.  Unlike many Microsoft blogs that focus on one technology or product, you may notice we cover a lot of ground here.  Sometimes post topics are technical in nature, sometimes they are purely busines...

TeamDiversity
May 3, 2017
Post comments count1
Post likes count0

Introduction to Progressive Web Applications (PWA)

Pam Lahoud

In this post, Premier Developer Consultant Wael Kdouh introduces us to the concept of Progressive Web Applications for cross-platform development. It is no secret that we live in a Cloud First/ Mobile First world. Whereas a lot of our customers have come to embrace Azure when it comes to the cloud, the choice of the best mobile development f...

Wael KdouhMobile Developmentcross-platform
May 2, 2017
Post comments count2
Post likes count0

Debugging .NET core with SOS everywhere

Developer Support

Get some insight into debugging .NET code on non-Windows operating systems with this post from Premier Developer consultants Gustavo Varo and Ben Williams. I have been working more and more with .NET Core and one question I keep getting from our customers and partners is about the debugging experience when using operating systems other than ...

.NET CoreLinuxdebugging
Apr 28, 2017
Post comments count0
Post likes count0

Options to migrate Classic ASP and VB6 Applications from Windows 2003 to Windows 2012

Developer Support

If you are still running legacy ASP/VB6 solutions and are considering paths to Server 2012, you might want to check out this post.  Application Development Manager, Zafar Kapadia shares some options to migrate classic ASP and VB6 applications to Windows Server 2012. Lift and Shift Applications to Windows 2012 Upgrade the Classic ASP site t...

Apr 28, 2017
Post comments count0
Post likes count0

Using web.config transforms and Release Manager – TFS 2017/Team Services edition

Developer Support

Senior Application Development Manager, Marcelo Silva, previously posted on Using Web.Config transforms and Release Manager. That post was done on TFS 2015 and using the now “old” architecture of Release Management. This post will follow the same idea of deploying an application to Azure (App Service), but this time using Visual Studio Team Se...

Apr 27, 2017
Post comments count0
Post likes count0

My highly opinionated guide to setting up the best environment for Angular development

Developer Support

This post from Senior Premier Developer Consultant Laurie Atkinson gives you a step-by-step guide to getting started with Angular development. Follow these steps to get up and running with an Angular application including source control, editor tooling, and essential commands. Step 1 – Use Visual Studio Team Services (VSTS) for Source Contr...

AngularLaurie Atkinson
Apr 26, 2017
Post comments count0
Post likes count0

Using ADAL with Angular2

Developer Support

In this post,  Senior Application Development Manager, Vishal Saroopchand, walks us through an example of ADAL with Angular2. The primary goal of this post is to give a high level walkthrough on how to use ADAL (Azure AD Authentication Library) with Angular2. ADAL ships with support for Angular1; however, there are no clear guidance for Angu...

TeamADALActive Directory