.NET
How to Migrate ASP.NET Web Forms to Microservices
Posted on March 7th, 2025..NET 6 is coming and if you were looking for a sign to migrate your monolith applications to microservices this is it.
.NET 6 is coming and if you were looking for a sign to migrate your monolith applications to microservices this is it.
Why are companies still using Windows Workflow Framework? As .NET continues to release annually, it's time to upgrade from WF to the future: Microservices.
Using custom tags like beta to call npm packages is a shot in the dark—what do these names even tell you? They’re vague and could point to unstable or entirely different packages. These packages can easily slip into your CI/CD pipeline, installed by an unassuming developer, breaking your production builds. Custom tags lack consistency....
There are multiple methods to migrate your NuGet package libraries from .NET Framework to .NET 6. This article details two: multi-targeting and bridge.
Web Forms just won't die. Fanatics are keeping the depreciated technology alive and kicking past it’s “best before” date - and for good reasons.
Using ProGet to proxy the PowerShell Gallery for your third-party modules and storing your first-party modules are two ways to get more from PowerShell.
Have you started planning your .NET 5 migration? Don’t wait until end-of-life: Planning will help make your journey to .NET 5 as painless as possible.
Windows Presentation Foundation (WPF) ports well to .NET 5+. But porting is just the first step toward faster deployments.
ASP .NET Web Forms are only supported thanks to their supported operating system. This article explains how a dev can plan for the future with Web Forms.
An explainer article to help you know why self-contained application's aren't ideal and face three major problems: distribution, modification, and run.