Lee Millward
Lee's Blog

Lee's Blog

Follow
Follow
homebadges

Adventures in Entity Framework Core 7 Constructor Binding

Dec 26, 20224 min read

Entity Framework has supported using custom constructors for several versions now, but in order for it to work you need to follow the convention that...

Adventures in Entity Framework Core 7 Constructor Binding

Debugging a failing NuGet Package Cache task in Azure DevOps Pipelines

Dec 12, 20223 min read

A little while back I was setting up a new Azure DevOps pipeline for a new project and noticed that the NuGet Restore task was taking more than half...

Debugging a failing NuGet Package Cache task in Azure DevOps Pipelines

Creating a C# Chess Engine Part 1

May 9, 20229 min read

Laying the foundations · This series covers my attempt at writing a half-decent chess engine using C# targeting .NET 6. Chess programming is a new area...

Creating a C# Chess Engine Part 1