Since C# now supports using static System.String; to get to the string static classes, we can now use this to … More
Category: Brian’s Code Extreme
Getting ready for “Async Main” for C#
Here is the MD for Async Main https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/async-main.md The problem is, you want to code for it now, so that … More
Setting up my VSTS build environment
This is a summary of nightmares and preferences. This is a C# ASP.NET MVC Core project. Do not assume that … More
.JS is the new IL
I don’t really know many people who write directly into a js file. I see them using some middleware to … More
Moving People into PO positions
Challenge: One of the big challenges of getting a PO to adapt to their job position is to remind them … More
I.N.V.E.S.T. a story about listening to people experienced in Agile development
I think everyone in the development group has heard our engineering manager go on about the Agile term INVEST. Independent … More
Securing your base code for SPAs using ASP.NET MVC the easy way
For this you will only need 1 controller, and 1 optional view. The controller is to provide routing details to … More
How to get past Visual Studio locking up
This isn’t an exhaustive list, but my top fixes. Locate the devenv.exe for the version of VS that you are … More
Success by design
Having a good idea for a product is great! But now what? General guide to identify your product This is … More
Been a while since I have posted, again…
I have been busy with my new YouTube channel. My new Netduino, Arduino, Raspberry Pi 2, Job, Biblical Research, etc. … More