Why C# goes well with TypeScript

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • linqbox

    Language Integrated Query for JavaScript

  • If you ask me, TypeScript is a legitimate successor to C#. The only stuff missing in TypeScript is LINQ (as you mentioned) which is why I wrote this, and System.Reflection which is why I wrote this.

  • typebox

    Json Schema Type Builder with Static Type Resolution for TypeScript

  • If you ask me, TypeScript is a legitimate successor to C#. The only stuff missing in TypeScript is LINQ (as you mentioned) which is why I wrote this, and System.Reflection which is why I wrote this.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • threadbox

    Recursive Worker Threads in NodeJS

  • Also, I find the JavaScript single threaded / async execution model far more attune to real work. In C# you would require a synchronization context to yield async work back to the host thread to run sync, but JavaScript makes this a default (i.e. event loop). Also the Web Worker, Shared Array Buffer and Atomics provide a far more approachable threading model, so if no memory is shared, then there's no need to lock, but if you do need to lock, it's opt in and apparent. It's also why I wrote this

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