user

Inedo Blog


Navigation
AuthorCrista Perlton
Crista Perlton

Crista Perlton

Featured

Software Supply Chain

How to Protect Your Software Supply Chain from AI-Generated Package Risks

Posted on May 22nd, 2025.

“Vibe coding”, or developers using AI assistants to quickly churn out code via prompts is the new thing. While generally helpful, there is a risk that these tools can suggest packages that don’t actually exist or have been “slopsquatted” (named to mimic legit ones). This supply chain security risk could welcome vulnerabilities or malware...

Featured

.NET

Long Term Planning for ASP.NET Web Forms in .NET 10

Posted on May 9th, 2025.

.NET 5 will not support ASP.NET Web Forms, but your applications do NOT need to be rewritten yet. Use our advice to make good decisions for each app.

Featured

NPM

Avoid Security Risks in npm Packages with Scoping

Posted on May 6th, 2025.

Your team leans on internal npm packages – trusted tools you use every day. But a developer, tricked by “typosquatting” or dependency confusion, grabs a malicious lookalike from the public registry, thinking it’s legit. Next thing you know, systems are compromised, and sensitive data’s leaking, all because of confusing...

Featured

.NET

Do I really need to leave .NET Framework for .NET?

Posted on May 3rd, 2025.

This article is part of a series on Migrating from .NET Framework to .NET, also available as a chapter in our free, downloadable eBook Microsoft is all about the current .NET (.NET 5 to .NET 10). But our trusty old .NET Framework isn’t going anywhere. It’s indefinitely supported. So even with all the buzz around .NET...

Featured

PowerShell

Use Otter to Level Up Your PowerShell for Free

Posted on April 29th, 2025.

Are you getting everything you can out of your PowerShell scripts? Here are 2 ways you can instantly level up your PowerShell usage with Otter for free.

Featured

PowerShell

How to Run Parameterized PowerShell Scripts

Posted on April 22nd, 2025.

Running parameterized PowerShell scripts with Otter is easy (especially compared to tools like Jenkins).

Featured

ProGet

How to Prevent Server Overload in ProGet

Posted on April 15th, 2025.

A single-server ProGet instance, especially in organizations with sustained, high-volume traffic can become overloaded —particularly when many users are all making concurrent calls to it. Client tools like NuGet and npm can make thousands of simultaneous requests—each one needing validation, compliance checks and often forwarding through...

Featured

.NET

Versioning NuGet Packages in .NET with CI/CD

Posted on April 4th, 2025.

Ahead of .NET 5+, sharpen your knowledge of SemVer and how using CI/CD for your NuGet packages can simplify proper versioning and avoid dependency hell.

Featured

PowerShell

What is Comment-Based Help and Why Your Scripts Need It

Posted on April 1st, 2025.

PowerShell modules are an effective way of freeing yourself from Script Hell. But without planning, you can find yourself in the much-worse Module Hell.

Featured

NPM

Why You Should Create a Package Approval Workflow for npm Packages with ProGet

Posted on March 27th, 2025.

Your development team pulls a package from a ProGet feed connected to npmjs.org. It seems pretty straightforward and routine, until you later discover the package contains known vulnerabilities, leaking sensitive user data. OSS registries can be unpredictable: some packages are reliable, others… not so much. Without proper...