user

Inedo Blog


Navigation
Featured

NuGet

Why You Should Create a Package Approval Workflow for NuGet.org 

Posted on September 27th, 2023.

Are you deploying applications to production with packages downloaded directly from NuGet.org? A lot of organizations do this. It’s basically the default approach for working with NuGet packages. But it’s not a secure approach, and it can lead to a lot of problems down the line. Packages from NuGet.org are not vetted for...

Featured

.NET

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

Posted on September 13th, 2023.

Microsoft is all about .NET5+ (.NET 5 to .NET 8). But our trusty old .NET Framework isn’t going anywhere. It’s indefinitely supported. So even with all the buzz around .NET5+ releases, there are loads of good reasons to stay on .NET Framework for now, and there’s no rush to migrate just yet. In this article, I’ll...

Featured

Inedo

Webinar: CI/CD on Self-Hosted Docker Made Simple with BuildMaster

Posted on September 5th, 2023.

Docker adoption continues to grow, and for good reason. Containers offer improved portability, easier scalability, enhanced isolation, and simplified deployment and management processes. But with that comes several challenges, especially when you self-host Docker: BuildMaster and ProGet can help. Join Founder & CEO Alex Papadimoulis...

Featured

.NET

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

Posted on August 30th, 2023.

.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

NuGet

NuGet Server Comparison Guide for 2023

Posted on July 12th, 2023.

So, you set up a local NuGet feed on a network file share for your team small. But as you and the team add more and more packages to your feed, things start slowing down. It’s also a bit inconvenient to use a network share when everything is web-based, especially over a VPN. Local NuGet feeds are simple: it’s just a...

Featured

Inedo

Webinar: The Future of .NET is… On-prem CI/CD?

Posted on June 23rd, 2023.

The “Cloud” certainly isn’t going anywhere, but the “Cloud-Native Strategy” of putting all of your IT eggs in the Azure basket might just be this generation’s OS/2 Warp or Sun Microsystems. With Microsoft betting the farm on Azure, what does that mean for how you’ll build and deploy your .NET applications? And what about GitHub, the...

Featured

NuGet

Symbols and Symbol Packages, Explained

Posted on May 26th, 2023.

A quick explainer article to understand Symbols and Symbol packages for NuGet package debugging.

Featured

NuGet

What is a Symbol Server and How Does it Help Debug NuGet?

Posted on May 9th, 2023.

Learn what Source Servers are, what SourceLink is, how they relate to Symbols, and how all three come together to help with NuGet package debugging.

Featured

NuGet

How to Easily Set Up a Private NuGet Server for Your NuGet Packages for Free

Posted on May 9th, 2023.

When NuGet packages are stored on third-party platforms, proprietary stuff isn't private. Setting up a private NuGet server is free and easy.

Featured

NuGet

NuGet Vulnerability Databases: GHSA, CVE & NVD Compared

Posted on May 1st, 2023.

What's the difference between GitHub Advisories, CVE, and NVD in terms of NuGet Vulnerability Scanning? How does it affect your packages?