Learn MSBuild - Part 1 - Motivation
You can get pretty far as a .NET developer without understanding MSBuild. Sure, very few months you may need to frantically copy/paste a line of MSBuild from...
You can get pretty far as a .NET developer without understanding MSBuild. Sure, very few months you may need to frantically copy/paste a line of MSBuild from...
Last year, I gave a talk (link) at .NET Conf about how my teammates and I automated the migration of 200 applications to .NET Core. At the core of our strate...
Autofac is a popular .NET “inversion of control” library. Designed to be unobtrusive, Autofac fades into the background of large applications.
After the gauntlet of assignments and expectations that is the modern Computer Science degree, you might notice your technical growth slow. These are tips ab...
Most online resources will recommend using BeforeTargets or AfterTargets to hook your target into the MSBuild lifecycle Build method.