Showing results for February 2017 - Developer Support

Feb 27, 2017
0
0

Introduction to PSfP support for EAS licensees

Developer Support
Developer Support

Senior Application Development Managers, David Huang and Sheldon Ledbetter spotlight support options for EAS licensees Exchange ActiveSync, also known as EAS, is a development protocol requiring purchase of Microsoft Licenses. Almost all major mobile device manufacturers who use Microsoft EAS API to develop their email, calendar, and messaging a...

TeamDiscoverEAS
Feb 27, 2017
0
0

With Azure, Certifications are hot again!

Developer Support
Developer Support

Senior Application Development Managers, Justin Wendlandt and Doug Owens reflect on Microsoft Certifications and why now is a great time to consider updating yours Microsoft Certifications have been around since 1992. They provided IT Professionals with the ability to prove themselves and their understanding of the technology stack to which the ...

TeamAzureCertifications
Feb 24, 2017
0
0

Roslyn Analyzer Deltas for VS2017 RC3

Monu Bambroo
Monu Bambroo

In this post, Senior Consultant, Joe Healy showcases Roslyn tools in VS2015. One of my favorite features in VS2015 is the Roslyn based live static code analyzers. Interactive IDE feedback on my code gives me  ‘opportunities for improvement’ to my code.  Think FxCop++ without having to build your project.  I like to say “in your face” developer e...

Visual Studioanalyzersroslyn
Feb 21, 2017
0
0

A common execution path optimization

Sergey Tepliakov
Sergey Tepliakov

Today I want to talk about one interesting optimization pattern that you may face in framework code or in high-performance libraries. The idea is simple: suppose you have a commonly used method that has two execution paths – one is very common and simple, and the second one takes longer to execute, has more steps but happens not that often. A...

seteplia
Feb 21, 2017
0
0

When using SharePoint, don’t use $

Pam Lahoud
Pam Lahoud

In the latest post on his blog, Senior Premier Developer Consultant Brian Gregor discusses an error when using Distributed Cache PowerShell cmdlets with a user account that includes a $ in the name. https://blogs.msdn.microsoft.com/briangre/2017/01/24/when-using-sharepoint-dont-use/

TeamSharePointPowerShell
Feb 21, 2017
0
0

Microsoft Graph – Consolidating multiple APIs into one

Developer Support
Developer Support

Paul King, Senior Application Development Manager, introduces Microsoft Graph API as the unifying endpoint for many APIs As Microsoft’s cloud services has evolved, so have the APIs used to reference them.  When Microsoft first offered cloud services like Exchange Online, SharePoint, OneDrive and others, and API to access that service was launch...

TeamGraphAPI
Feb 17, 2017
0
0

Investing In Improvement

Developer Support
Developer Support

  In this post, Principal Application Development Manager, Larry Duff asks “How will you identify your normalized deviances and invest in improvement?” I've been following a recent blog about the Space Shuttle Columbia tragedy and was struck by a phrase in a recent entry, "normalization of deviance." They were describing a piece of f...

Team
Feb 13, 2017
0
0

Congratulations Visual Studio on 20 amazing years! Join the VS2017 Launch Event

Developer Support
Developer Support

If you were developing code back in ‘97, perhaps you remember the mind blowing concept of Microsoft delivering a single IDE that could do it all.  Up to this point, developers were used to juggling debuggers, compilers, linkers, editors, and more to build integrated solutions.  It was a special time to experience development technology coming toget...

Feb 10, 2017
0
0

Power BI–A case study to end homelessness

Developer Support
Developer Support

Keith Anderson, Senior ADM, shares a practical example of how Power BI quickly transformed a project using simple, out-of-the-box features to integrate data and provide visualizations. I had the opportunity recently to work with the Connecticut Coalition to End Homelessness (CCEH) on their yearly Youth Point-in-time (PIT) Count event.  Microsoft...

xamarinPowerBI
Feb 3, 2017
0
0

The High Availability Conversation Part 1: Introduction

Monu Bambroo
Monu Bambroo

In this post, Senior Consultant, Bradley Ball discusses High Availability for SQL Server. In this latest blog post PSfD Consultant Bradley Ball begins the High Availability Conversation based off of a question on Twitter.  He answers the questions what do the Three Bears have to do with HA planning and the business users and IT management.  Let’...

SQL ServerHA