NuGet
What is a Source Server and How Does it Help Debug NuGet?
Posted on February 9th, 2022.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.
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.
There are multiple methods to migrate your NuGet package libraries from .NET Framework to .NET 6. This article details two: multi-targeting and bridge.
Python package licenses can have huge consequences when not vetted and approved by stakeholders. Read about expanding your third-party software policy to include packages.
Versioning in Python is tricky due to its range of complex versioning schemes. Follow these best practices to speed up the development process, keep things organized, and avoid future headaches.
What's the difference between GitHub Advisories, CVE, and NVD in terms of NuGet Vulnerability Scanning? How does it affect your packages?
Bad scripting practices will eventually land you in script hell. This article will teach you how to make Python packages that keep you out of script hell and on the road to Python mastery.
A quick explainer article to understand Symbols and Symbol packages for NuGet package debugging.
Creating a package approval pipeline is your codebase’s biggest defense against vulnerabilities, unacceptable licenses, and low-quality PyPI packages.
Python fluency is sought in multiple non-tech industries. It's useful skill, especially as a Data Scientist, Web Developer, or Network Engineer. Read More.
There are a number of choices to make when cultivating the best environment for your Python project. This article will explain best practices to follow and common mistakes to avoid when cultivating your Python environment.