Stupid things that smart people say… “C# programmers cannot expect their skills to keep them well employed”, paraphrased. I have … More
Category: Brian’s Code Extreme
MS is going to obsolete themselves if they don’t get their arse in gear
The BS that is MS If I hit build or debug the code works fine. But if I try to … More
So you have a problem with ERR_NETWORK_CHANGED
You have tried what seems to be every other fix under the sun/moon/stars that you can think of, and nothing … More
Global Constants for C#… sorta
Since C# now supports using static System.String; to get to the string static classes, we can now use this to … More
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