The New “in” Keyword For C# 7.2
I’ve recently been playing around with all of the new features packaged into C# 7.2. One such feature that piqued …
I’ve recently been playing around with all of the new features packaged into C# 7.2. One such feature that piqued …
This article is part of a series on setting up a private nuget server. See below for links to other …
I recently had the opportunity to log a bug against Entity Framework Core on Github with the Microsoft team. Before …
This article is part of a series on setting up a private nuget server. See below for links to other …
I’ve been having a bit of fun setting up a Nuget Server as of late, and learning the nuances of …
This article is part of a series on the OWASP Top 10 for ASP.net Core. See below for links to …
Benchmarking your code can take on many forms. On some level Application Performance Monitoring (APM) solutions such as New Relic …
JSONPatch is a method of updating documents on an API in a very explicit way. It’s essentially a contract to …
In previous posts I’ve talked about how you can now use the legacy SMTPClient class inside .NET to send emails. …
This article is part of a series on the OWASP Top 10 for ASP.net Core. See below for links to …