Dismay at Reception of .NET Versioning/Advances

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  • I'm sure Microsoft appreciates you acting as qa though and finding fun issues like https://github.com/dotnet/runtime/pull/45757 finding they messed up a signing key

  • ambie

    An app that uses white noise, nature sounds, and focus features to boost your productivity.

  • The new stuff does work on .NET Framework. Microsoft.Extensions.DependencyInjection targets netstandard2.0 and net461, meaning you can use it on .NET Framework down to 4.6.1. You will need to find or write some glue code to get it working on ASP.NET WebForms or MVC, but from a few minutes of Googling, it does seem possible. Here's an example WebForms project that's using constructor DI. It uses Unity, but maybe it can be adapted to use Microsoft.Extensions.DependencyInjection instead.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • examples

  • The new stuff does work on .NET Framework. Microsoft.Extensions.DependencyInjection targets netstandard2.0 and net461, meaning you can use it on .NET Framework down to 4.6.1. You will need to find or write some glue code to get it working on ASP.NET WebForms or MVC, but from a few minutes of Googling, it does seem possible. Here's an example WebForms project that's using constructor DI. It uses Unity, but maybe it can be adapted to use Microsoft.Extensions.DependencyInjection instead.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts