Sunday, 15 September 2024 19:13 UTC
Platform
C# unit test with Builder Pattern example Who is using the builder pattern to help setup their test data? In what situations is the extra maintenance overhead justified? When is it not justified? #dotnet
One of the big pain points using ASP.NET Core on linux is being addressed in .NET 9. The developer certificate tool now works on linux (well some distros). github.com/dotnet/core/bl… #dotnet #aspnetcore
Full text searching in Entity Framework ⬇ If your DB platform supports it and you really do need wild card search consider using full-text search for efficient querying. #dotnet