Developer Support

Advocacy and Innovation

US Workshops, Webcasts, and Tech Talks – October 2015

Premier Support for Developers provides access to a wide range of advisory and training options that include most popular developer technologies.  Options range from onsite, instructor-led workshops to remote training, and even access to a distinguished team of Developer Consultants for specialized advisory needs.  Content frequently...

AzureCon 2015 – What’s New in Azure for Developers

Pete Fuenfhausen, Senior ADM, shares highlights from AzureCon 2015 and what it means for developers. Microsoft held its first virtual Azure Conference, AzureCon 2015, on September 29, 2015, and what an event it was! From Scott Guthrie's kickoff keynote to deep technical sessions to customer and partner stories from companies as varied ...

Hololens Development Edition and Upcoming Roadshows (US)

Microsoft HoloLens devices will begin shipping in the first quarter of 2016. Apply now to help develop the future of holographic computing.(image) Hololens Development Edition (Apply Here) Prerequisites   Experience Microsoft HoloLens at in-person events If you are a curious developer, be sure to check out first-...

Team Foundation Server 2015 upgrade planning

The Microsoft Application Lifecycle Management blog is a great resource to help you stay informed of current announcements and guidance material. If you are in the process of planning your move to Team Foundation Server 2015, be sure and reach out to your ADM who can help with training, guidance, and support throughout the effort to ensure ...

Install Android SDKs using Powershell

The Android SDK Manager requires a GUI and tedious searching for the SDKs that you want to install. There is a command line android.bat script that lets you install and uninstall these without the GUI but it's based on an ordinal index for each SDK so you have to run the script once, note the index(es) of the SDKs you want to install, then ...

Great Article on Understanding DevOps

Cross posted by Premier Developer Consultant Geoff Gray. We wanted to cross-post an article from Linked-In that does a great job of talking about what DevOps means. The author explains how DevOps is often misunderstood and explains a few key points that companies need to start understanding if they want their IT departments to start becoming ...

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 ...

Dissecting the Visual Studio Load Test Results Database (Part 1–Intro to the Schema)

Premier Developer Consultant Geoff Gray comes to us this week with the first post in a new series from his awesome ‘Testing the Testing Strategy’ blog.  This series will focus on the structure of the Visual Studio Load Test results database and how you can derive insight on the performance of your application from this valuable data ...

Tasks are (still) not threads and async is not parallel

Premier Developer consultant Ben Williams recently had the honor of having one of his blog posts reposted to Wintellect’s Dev Center as a guest post.  Here’s a blurb from that post, be sure to head over to Ben’s blog to check out the full technical deep-dive and download his sample WPF application. I talk to a lot of developers who...