user

Inedo Blog


Navigation
AuthorCrista Perlton
Crista Perlton

Crista Perlton

Featured

.NET

Demystifying Microsoft .NET Long Term Support (LTS) in 2026

Posted on July 30th, 2025.

.NET 8 is just around the corner, and Microsoft’s .NET support policies are still confusing. There’s .NET Framework, .NET Core, .NET Standard, .NET5+, and all of them have seem to have different life-cycles and different end of support dates. In this article, we'll clear-up Microsoft's .NET support policies to help you plan better.

Featured

PowerShell

Easier Alternatives to PowerShell Scripts

Posted on July 17th, 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

.NET

4 FAQs about .NET LTS

Posted on July 11th, 2025.

An explainer article to help you know if you should upgrade to the latest .NET minor and/or patch, and if you should use multiple .NETs for multiple apps.

Featured

.NET

What is .NET? What You Need to Know Before Migrating from .NET Framework

Posted on July 10th, 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 Workflow Foundation in 2026?

Posted on July 10th, 2025.

Windows Workflow Foundation (WF) doesn't port to .NET 5+, but it will function for years to come. But should you stick with it?

Featured

.NET

5 Steps to Migrate from .NET Framework to .NET 10

Posted on July 8th, 2025.

Start migrating from .NET Framework or .NET Core with a assessment. We wrote a list of 5 steps to help any developer prepare for migration to .NET 6.

Featured

.NET

The .NET Research Roadmap

Posted on July 1st, 2025.

Now may NOT be the right time to migrate to .NET 5. But it IS the right time to begin researching. Learn how to plan your .NET 5+ research roadmap.

Featured

.NET

Windows Communication Foundation Apps in .NET 10 and Beyond

Posted on June 4th, 2025.

.NET 8 is just around the corner and has developers looking to migrate from .NET Framework. Problem is, they have no idea what to do with their Windows Communication Foundation (WCF) applications.

Featured

PowerShell

How to Safely Run PowerShell on 1000 Servers… without the Risks of PS Remoting

Posted on May 29th, 2025.

Windows PowerShell remoting lets you run any PowerShell command remotely on other machines. Learn how to avoid the disasters that come with PS Remoting.

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