F# with C#

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

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
  • security-code-scan

    Vulnerability Patterns Detector for C# and VB.NET

  • Ah. So we're reaching the limits of my knowledge here, but F# was bootstrapped (written in itself) in 2006, which predates Roslyn (C#'s bootstrapping) by about ~5 years. Bootstrapping makes building code analysis tools/APIs easier. Unfortunately the F# Compiler Service and Roslyn are incompatible, and tools built in Roslyn do not work for F#. (This isn't the first time C# has taken ideas from F# but broke compatibility... Task vs Async... but I digress.) These tools include things like Security Code Scan, which I had in mind when I wrote the OP. Typically when projects say "For C# and VB.NET" they're using Roslyn (which supports VB.NET). Otherwise if they supported C#, VB.NET, and F#... they'd just say they do all of dotnet - no need to specify 2/3 languages. Microsoft's own Edit and Continue documentation follows this trend of specifying C# and VB.NET, but excluding F#.

  • 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

Related posts

  • Top 12 Cloud Security Tools for 2021

    1 project | dev.to | 7 Aug 2021
  • Hard disk LEDs and noisy machines

    7 projects | news.ycombinator.com | 5 Jan 2024
  • Rust Without Crates.io

    5 projects | news.ycombinator.com | 14 Nov 2023
  • Ask HN: Best Practices Guides You're Aware Of

    2 projects | news.ycombinator.com | 21 Jun 2023
  • Advice For Securing Backend Code

    1 project | /r/node | 10 Jun 2023