#net
Read more stories on Hashnode
Articles with this tag
Extending Matt Kotsenas's work · We recently inherited a new service that had failing unit and integration tests due to some required configuration. Some...
TargetFramework/TargetFrameworks · Recently had to update the .NET Framework version for a service. Initially, did a quick and dirty regex...
There is a requirement to store some sensitive information in an existing SQL table. We currently offload the most sensitive fields to a secure...
The codebase I work with is mixed with greenfield and legacy projects. Some projects use a static HttpClient (.NET Framework) to avoid socket...
It's not what you think · Not on-call this sprint, but had some free time and was reading about a production issue. Eventually got looped in. A...
When developing ASP.NET APIs, most of the time we want the same base functionality such as logging requests/responses and handling exceptions errors. ...