Benchmarking Revisited: Is WCF faster than ASP.NET Core? Of course not! Or is it? Revisiting an article about how I got triggered after somebody exclaimed that WCF had lower response times than ASP.NET Web API and ASP.NET Core MVC.
Benchmarking Is WCF faster than ASP.NET? Of course not! Or is it? How does WCF, a 13-year-old mega-abstraction framework hold up against the modern, lean, ASP.NET Core? You’d be surprised.
.NET Core PSA: Don’t change the assembly name for published NuGet packages Somebody published a new version of a NuGet package with a different assembly name. You’ll never guess what happens next.
C# Transitive NuGet dependencies: .NET Core’s got your back The other day, a colleague and I were looking into an issue with one of our solutions’ build pipeline. The main project was a ‘classic’ MSBuild project with a transitive NuGet dependency through another classic MSBuild project. The transitive dependency wasn’t being copied into the main project’s output …