Continue
user

Inedo Blog


Navigation
Featured

Jenkins

3 Ways to Automate Deployment of Jenkins Artifacts

Posted on March 11th, 2025.

How should you automate in Jenkins? Here are 3 ways to automate your deployments through Jenkins. Plus 1 method to avoid!  

Featured

NPM

Why you Should Automate your npm Vulnerability Assessments Using ProGet

Posted on March 7th, 2025.

You’ve seen vulnerability assessments pop up while managing npm packages in ProGet. Running npm audit sparks questions about what vague warnings like “high-severity” warnings actually mean for your applications, leaving you stuck making calls with little context. On top of that, floods of security notifications and...

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

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.