Golden Nuggets

Nuggets of technical information for .Net developers

Thursday, June 11, 2020

Thursday Quickie: Fixing NCrunch for Azure Functions

›
So I'm a big fan of NCrunch - Remco Mulder 's continuous testing plug-in for Visual Studio. I'm not a true adherent to TDD, so ...
Tuesday, October 22, 2019

Tuesday Quickie: ILogger in Azure Functions done right

›
So we had a discussion at work yesterday about how to use ILogger from Microsoft.Extensions.Logging in our Azure Functions v2 projects. ...
Thursday, May 16, 2019

Thursday Quickie: IoC Registrations done wrong broke my DbContext

›
TLDR : Using InjectionConstructors in Unity can give you singletons. Beware! (and TEST!) So our tester at work spotted some InvalidOper...
Tuesday, April 09, 2019

Tuesday Quickie: When closure bites (or how not to configure Newtonsoft.Json)

›
TLDR : Be very careful using captured closures and anonymous methods - they can leak memory when you don't expect. Also copy-and-paste...
1 comment:
Friday, March 22, 2019

Friday Quickie: Fixing Kubernetes connectivity with Docker for Windows

›
Another aide-memoire - when using kubectl on Windows against Docker for Windows you get the following error: Unable to connect to the ser...
Thursday, February 14, 2019

Thursday Quickie: When AssemblyBinding redirect doesn't... and how I fixed it

›
TLDR : If your csproj file has AutoGenerateBindingRedirects set to true , then you MUST include the xmlns  on the assemblyBinding node...
Wednesday, June 06, 2018

Honey, I shrunk `ConfigureServices()`

›
The problem with all DI systems is that configuration generally is pulled in two polar-opposite directions. Either your container is config...
5 comments:
›
Home
View web version
Powered by Blogger.