Developer Support

Advocacy and Innovation

How Microsoft does DevOps

In this blog post, Application Development Manager, Justin Wendlandt, shares a bit about DevOps strategy, why it’s important, and common areas Premier Developer can help your teams.   One of the core focuses at every enterprise or technology organization is how to deliver more business value to their sponsors. It may be ...

Qualcomm Developer of the Month: PSfD Consultant Joe Healy

This past January, Premier Developer consultant Joe Healy traveled to Las Vegas along with his team from Tampa, Florida to participate in the 2016 AT&T Developer Summit Hackathon.  After 40 brutal hours of work (with no sleep, on his “vacation” time), Joe and his team won the $25,000 grand prize with their home healthcare solution...

Internet Explorer 11 Migration Quick Start

(image) On Jan 12, 2016, IE11 will be the only supported version of IE on most Windows versions. In this post, Premier Developer Consultant Pat Altimore covers the essentials to jumpstart your migration. There are three main areas to plan for when you migrate: deployment, configuration, and compatibility. http://blogs.msdn.com/b/patricka/...

Why should diversity matter to Developers?

David S. Lipien, a Director in Microsoft’s Premier Services, collaborated with Stephen Barnes and Katie Konow to highlight the value of team diversity in application development.  They are all part of the Enterprise Services Business, enabling clients to leverage IT for business success in the cloud and on the ground.   Do you ...

Unit Testing OData Web API/Entity Framework Applications

In this blog post, senior Premier Developer consultant Monu Bambroo demonstrates how to easily unit test an OData based Web API service which is consuming data from SQL DB using Entity Framework. The goal is to write unit tests which stub out the actual DB calls. We will make use of faking the DB Context and using a common DI pattern of construction injection. The result is a highly testable maintainable and cohesive codebase.