.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.
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.
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 Workflow Foundation (WF) doesn't port to .NET 5+, but it will function for years to come. But should you stick with it?
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.
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.
.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.
Windows PowerShell remoting lets you run any PowerShell command remotely on other machines. Learn how to avoid the disasters that come with PS Remoting.
“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...
.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.
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...