Explore >> Select a destination


You are here

conradakunga.com
| | vannevel.net
17.0 parsecs away

Travel
| | With the release of Visual Studio 2015 RC, we also received the pretty much final implementation of the Diagnostics implementation. This SDK allows us to create our own diagnostics to help us write proper code that's being verified against those rules in real-time: you don't have to perform the verification at a separate build-step. What's more is that we can combine that with a code fix: a shortcut integrated in Visual Studio that provides us a solution to what we determine to be a problem.
| | carlosschults.net
17.2 parsecs away

Travel
| | This post is part of a series. See all the articles in the series.Today I bring you another post to help you get started with C# unit testing. I've already c...
| | www.devjoy.com
23.4 parsecs away

Travel
| | Site template made by devcows using hugo
| | smsagent.blog
100.3 parsecs away

Travel
| For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...