The story was of a merchant, or hero, who declared that the payment that they wanted was a grain of … More
Category: C#
.NET, C#, Mono, EF, ASP.NET, and everything else surrounding C#.
Kubernetes: Host Multi-Container ASP.NET Core app to Single Pod
Kubernetes: Host Multi-Container ASP.NET Core app to Single Pod (yogihosting.com) In this tutorial they host a Multi-Container ASP.NET Core app to … More
A couple of interesting Engineering articles.
Blazor IoT Servo Controller Meadow Maple | C# Tutorials Blog (wellsb.com) Well, this one is really a library, but it … More
Stupid things that smart people say…
Stupid things that smart people say… “C# programmers cannot expect their skills to keep them well employed”, paraphrased. I have … 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
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
Word of the day!
TUPLE as in System.Tuple Look it up
Date handling in C#
To understand this, walk the code. You can see it work at https://dotnetfiddle.net/LLl1Za