-
Enable Http Transient Failure Retries with logging
-
Dotnet packages I want to use in the future.
-
Check table configurations in EF Core 3.1
-
Adding a solution to TFS without adding the NuGet packages.
I was adding a project that I just completed to TFS source control and noticed that it wanted to add the packages to source control also, but I didn’t want that because you are not supposed to add the NuGet packages. They can be re-downloaded and installed during the build process for anyone that does…
-
C# Parallel Tasks gives MAJOR Speed Increase
-
Learning about SOLID programming principles
I have been learning about SOLID programming principles and I wanted to share the resources that I have found. First, I listed to the father of these principles describe them on the Hansleman show. This post obviously caused a few ruffled feathers and for fun, you must listen to show #150 to hear some of…
-
ToQuarter C# DateTime Extension
-
Converting Oracle Comments to SQL Server.
I downloaded some code a recently that creates an Oracle Database, but I don’t have Oracle, so I converted most of the code to SQL Server. One of the harder things to convert was the column and table comments. One of the features of Oracle that Microsoft SQL Server does not have directly is commenting.…