user

Inedo Blog


Navigation
AuthorCrista Perlton
Crista Perlton

Crista Perlton

Featured

Python

Managing Python Dependencies with Requirements.txt

Posted on February 15th, 2022.

There are few things more frustrating than investigating why code works on one machine, but not another. This article will explain how unwanted packages sneak into your code, describe how to use requirements.txt files to ensure repeatable builds, and show how Package Consumers can quickly identify which applications are using a specific...

Featured

Python

Identifying and Managing Vulnerabilities in Python Packages

Posted on February 11th, 2022.

Every package from PyPI.org can become vulnerable: it's just a matter of time until it's detected. To protect yourself, use tools to routinely scan for vulnerabilities.

Featured

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.

Featured

.NET

Tools for Estimating Your .NET 5 Migration

Posted on February 9th, 2022.

Every organization will have a unique migration journey to .NET 5+. Use our scorecard to estimate how tough this journey might be.

Featured

.NET

5 Steps for Planning Your .NET 5+ Migration

Posted on February 9th, 2022.

Every organization will have a unique migration journey to .NET 5+, but these 5 steps can help every organization migrate efficiently and successfully.

Featured

.NET

ASP.NET Web Forms. Forever!

Posted on February 9th, 2022.

Web Forms just won't die. Fanatics are keeping the depreciated technology alive and kicking past it’s “best before” date - and for good reasons.  

Featured

.NET

3 Charts Explaining .NET Long-Term Support

Posted on February 9th, 2022.

.NET 6 has released, but what about the older .NETs? How long are they going to be supported? This guide will explain LTS for .NET Framework and .NET Core.

Featured

NuGet

A Guide to NuGet & .NET in the Enterprise

Posted on February 9th, 2022.

Open-source packages like those found on NuGet.org have built the foundation for almost every modern application. What makes them so powerful and complex?

Featured

NuGet

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

Posted on February 9th, 2022.

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

.NET

Two Migrating Methods for .NET Framework to .NET 6

Posted on February 7th, 2022.

There are multiple methods to migrate your NuGet package libraries from .NET Framework to .NET 6. This article details two: multi-targeting and bridge.