DEV Community

Rogelio Gámez profile picture

Rogelio Gámez

Software Developer

Using the Adapter pattern to migrate to a new library

Using the Adapter pattern to migrate to a new library

Comments
3 min read
Why you should never use DateTime.Now directly - Dealing with Volatile Dependencies in C#

Why you should never use DateTime.Now directly - Dealing with Volatile Dependencies in C#

2
Comments 1
2 min read
Don't break production when you add new features! - Feature Toggles in C#

Don't break production when you add new features! - Feature Toggles in C#

Comments
4 min read
Stop manually iterating over your test data in your unit tests! - Parametrized tests in C# using MSTest, NUnit, and XUnit

Stop manually iterating over your test data in your unit tests! - Parametrized tests in C# using MSTest, NUnit, and XUnit

1
Comments 1
5 min read
Using multiple appsettings.json to release to different platforms in .NET

Using multiple appsettings.json to release to different platforms in .NET

3
Comments
4 min read
loading...