Lee Millward
Lee's Blog

Lee's Blog

Follow
homebadges
Tag

.NET

#net

More content

Read more stories on Hashnode


Articles with this tag

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

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