Featured
Posted by
Eric Seng 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
Posted by
Crista Perlton 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
Posted by
The Inedo Team 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
Posted by
Crista Perlton 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
Posted by
Eric Seng 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
Posted by
The Inedo Team 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
Posted by
Eric Seng 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
Posted by
Eric Seng 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?