We officially launched the .NET Community Toolkit, a collection of .NET libraries that we're also using internally at Microsoft to build many first party apps, including the new Microsoft Store!

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dotnet

    .NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation. (by CommunityToolkit)

  • If you mean that as in, it calls another function so it's slower, that's not the case, as this API would only be called when you're about to throw an exception, so it wouldn't matter at all. The cost of actually throwing the exception would completely dwarf that of just calling this method, it'd be absolutely neglibigle. If instead you mean that you'd see this extra method on the stack trace, sure, but that's only the case below .NET 6. Starting from .NET 6, this method will not show up in the stack trace anymore, as there's a new [StackTraceHidden] attribute we'll add to it, which will just hide it from there completely. I have a tracking issue for this here.

  • MVVM-Samples

    Sample repo for MVVM package

  • I replied in another comment already about some specific types ([here](https://www.reddit.com/r/csharp/comments/qwr03z/comment/hl5s7dd/?utm_source=share&utm_medium=web2x&context=3)), but in general our docs do explain the main points and APIs from each package. We also have a whole sample repo ([here](https://github.com/CommunityToolkit/MVVM-Samples)) for the MVVM Toolkit, with an app running with it and also displaying its docs. As I said, we're always looking for feedbacks on how to improve the docs, so feel free to share if there's anything in particular you're confused about. Do keep in mind though that we also have limited time - eg. I've written all the docs for these .NET packages myself, and also implemented the whole thing, and my main role is actually in the Store team so that's where most of my time goes. We're trying our best! 😄

  • 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
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