Create A Zip File Using .NET

Create A Zip File Using .NET

Zip files are the most ubiquitous compression format in computing history, with it first being invented in 1986 by Phillip Katz. Since then, the Zip file has found its way into every operating system as the de facto compression method....

Continue Reading

Install Tailwind CSS With ASP.NET Core

Install Tailwind CSS With ASP.NET Core

Form and function are essential elements of a successful application, each playing a role in delivering our end users’ experience. The mastery of both is challenging in an exploding web landscape. For ASP.NET Core developers, web design might not rank...

Continue Reading

Fix .NET Dependencies With Monkey Patching

Fix .NET Dependencies With Monkey Patching

Many of us are dependent on open-source software (OSS). Countless hours of work, passion, and effort go into delivering even the smallest packages, and often these critical dependencies are handled by single individuals. Even the most meticulously planned and thought...

Continue Reading