#csharp
Read more stories on Hashnode
Articles with this tag
I recently came across a situation in which a seemingly innocuous piece of LINQ threw a very opaque exception when used with Entity Framework 6. The...
I recently needed to create a C# class for each file in a folder. This was a one-off job, but there were a large number of files in the folder. How...
How to use a negative lookbehind in regex · One of the common searches I often want to make using regex is to find a piece of text which is not preceded...
I recently needed to add a Razor view to an existing ASP.NET Core API project. This is a relatively straightforward task, and this article documents...
The cause of the error When using the .NET 6 SDK to run dotnet publish, you may get the error NETSDK1152. The full error looks something like...
Two ways I use unit tests while fixing bugs · Background My previous post covers a bug that I recently fixed as part of a .NET upgrade. This post covers...