Technology Religion
People weigh in on whether .NET programmers are any damn good. Moral of the story: Controversial headlines are nothin' but clickbait.…
People weigh in on whether .NET programmers are any damn good. Moral of the story: Controversial headlines are nothin' but clickbait.…
I’m still teasing apart everything about Service Fabric. So consider these more like my study notes rather than a slide handout. Obviously I need to do some linking here to help explain some of…
I don’t want to manually set all the syntax coloring for various blocks that I will want to include on my site.Bingoogling resulted in a few hits.Google Prettify comes up quickly, as does…
In general, a new Service Fabric solution (from the Azure Service Fabric SDK project templates) will create an Application Project and a Service Project.The Application Project contains the…
Using Visual Studio 2015, with Microsoft Azure Service Fabric SDK and Tools v 2.3.301 (VS2015).Commands:New ProjectTemplates / Visual C# / Cloud → Service Fabric ApplicationName ::=…
so blog!…
I was “invited” to help someone repair a computer with Windows 8.1 that kept booting to a black screen. It only got just far past the initial Windows logo with the spinning dots “wait” indicator, and…
While these are libraries that I'm using in my specific project, I find these libraries generally useful, and for my own sake, I'm recording them and what I like about them.…
Right after I Tweeted how much I liked the Merge Conflict resolution built into Visual Studio 2013, I ran into a weird problem where I could not resolve a DLL merge conflict. This is how I finally solved the problem, and all the steps in between.…
Git has really been giving me fits with its aggressive merge feature.…