Writing a json resource reader in .NET Core
Published: 23 July 2021
We're going to create a custom Resource reader to use with .NET Core libraries.
Category: Funtamentals
Published: 23 July 2021
We're going to create a custom Resource reader to use with .NET Core libraries.
Category: Funtamentals
Published: 31 May 2021
Let's look at extensions to the LINQ library in .NET 6.
Category: Linq | Tags:
Published: 08 May 2021
If you are developing WCF services in other IDE, like VSCode, then you should be looking into another option, the dotnet-svcutil.
Category: WCF | Tags:
Published: 08 February 2021
Why even bother? Well, because you may need to support some older apps and with the power of .NET Core 3 as the runtime instead of the .NET Framework.
Category: Desktop | Tags:
Published: 15 January 2021
One thing that I never implemented was granular control of logging specific levels by category. It turns out that it’s pretty easy to do, though.
Category: Funtamentals | Tags:
Published: 02 January 2021
We attempt to perform Dependency Injection in .NET Core WinForms using Generic HostBuilder.
Category: Dependency Injection | Tags:
Published: 11 December 2020
A simple approach of implementing Dependency Injection in WinForms desktop applications.
Category: Dependency Injection | Tags:
Published: 04 August 2020
The top 5 threading mistakes in .NET applications and how to fix them.
Category: Thread | Tags:
Published: 02 July 2020
Because performance needs to be front-and-center in this app, I'd like to be really sure which ORM provides the best bang for my buck.
Category: Performance | Tags:
Published: 05 June 2020
Because performance needs to be front-and-center in this app, I'd like to be really sure which way provides the best bang for my buck.
Category: Performance | Tags:
Published: 25 September 2019
The Task-based Asynchronous Pattern (TAP) is a pattern for asynchrony in the .NET Framework
Category: Pattern | Tags:
Published: 13 May 2019
Do not fear! It is so simple to switch from Portable Class Library to .NET Standard and retain your Git history!
Category: .NET Standard | Tags: