2021-08-042022-06-06.net Prevent recompile in TFS For some bizarre reason, when checking out a file in TFS, your […]
2021-08-042022-06-06.net Log Entity Framework details on exception This worked in old versions, haven’t tested yet in Entity Framework Core […]
2021-08-042022-06-11.net hgignore file for .NET projects Here’s a hgignore starting point that I used to use back when […]
2021-08-042022-06-11sql server GUID nonclustered index Need a globally unique key for a table, but don’t want to […]
2021-08-042022-06-12.net Do not await an async method From this answer on StackOverflow – to avoid the compiler warning you about not […]