user

Inedo Blog


Navigation
Featured

.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.

Featured

.NET

One Great Alternative for Windows Workflow Foundation

Posted on March 7th, 2025.

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.

Featured

NPM

Why You Shouldn’t Use Custom Tags with npm Packages

Posted on March 6th, 2025.

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....

Featured

.NET

Two Migrating Methods for .NET Framework to .NET

Posted on March 6th, 2025.

There are multiple methods to migrate your NuGet package libraries from .NET Framework to .NET 6. This article details two: multi-targeting and bridge.

Featured

.NET

How to Keep Using ASP.NET Web Forms in 2026 and beyond

Posted on March 6th, 2025.

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.  

Featured

PowerShell

Create Private PowerShell Module Repositories and Gallery Proxies with ProGet

Posted on March 5th, 2025.

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.

Featured

.NET

Gone But Not Forgotten: The Deprecated Technologies of .NET

Posted on March 5th, 2025.

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.

Featured

.NET

Should You Use Windows Presentation Foundation with .NET in 2026?

Posted on March 5th, 2025.

Windows Presentation Foundation (WPF) ports well to .NET 5+. But porting is just the first step toward faster deployments.

Featured

.NET

How to Keep ASP .NET Web Forms Running Safely in .NET 9

Posted on March 5th, 2025.

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.

Featured

.NET

How Good Are Self-Contained Applications in .NET 10?

Posted on March 5th, 2025.

An explainer article to help you know why self-contained application's aren't ideal and face three major problems: distribution, modification, and run.