Microsoft re-adds .NET hot-reload

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)

  • Ok, we've changed to that from https://github.com/dotnet/sdk/pull/22262 since it has more background.

  • Visual Studio Code

    Visual Studio Code

  • I've become more convinced that VSCode doesn't implement certain features to not compete with VS. For example, support for File Nesting.

    https://github.com/microsoft/vscode/issues/6328

    For a while there wasn't really another way to run SQL projects outside of VS. Data Studio recently got support for that though.

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

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • react-native

    A framework for building native applications using React

  • intellij-community

    IntelliJ IDEA Community Edition & IntelliJ Platform

  • Visual Studio's community edition is something entirely different from IntelliJ's community edition. IntelliJ is open source[1] but Visual Studio is proprietary with tricky license terms[2] that limit it to companies of a certain size, among other things.

    [1] https://github.com/JetBrains/intellij-community

    [2] https://visualstudio.microsoft.com/license-terms/mlt031819/

  • derive_more

    Some more derive(Trait) options

  • tl;dr you can put commit hashes in the place where the parent comment put tags.

    The PR interface actually exposes this for force-pushes, but the UI discovery for this is horrible. It turns out that the "force-pushed" part in the little message in the github UI is actually a link. This link points to the diff between the old and the new HEAD of the branch.

    As an example you can look at this PR:

    It has this little message somewhere down the page:

    Monadic-Cat force-pushed the add-unwrap branch from e130dbe to 25235aa 4 months ago

    If you then click that link you go to the "compare" page, which shows the diff between the two commits:

    https://github.com/JelteF/derive_more/compare/e130dbe6b2a429...

    Disclaimer: I'm a Micrsoft employe, but don't work on Github. I'm a daily user of Github though.

  • initializr

    A quickstart generator for Spring projects

  • Still Visual Studio is simply broken compared to IntelliJ (especially for web dev) and there is not even a fraction of libs available for Spring Boot https://start.spring.io/.

    We will see in 10 yrs if they catch up....

  • 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