Use Case Driven Development with Low-Code

This page summarizes the projects mentioned and recommended in the original post on dev.to

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. MudBlazor

    Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility

    The Blazor Server application uses the open source component MudBlazor, which I recommend to C# oriented developers. To keep the application simple, all data is stored in JSON files.

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. Roslyn

    The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

    At runtime, the Case C# expressions are embedded into a function and dynamically compiled into an assembly using the Roslyn C# compiler. Then the function that contains the expression is called (e.g. CaseAvailableFunction.Availablle()). At runtime, the function provides various methods to access stored case values as well as the current input data.

  4. DocFX

    Static site generator for .NET API documentation.

    Tools like DocFx provide the ability to display the programmable functions in HTML pages. They are used with the following commands in the docfx folder:

  5. UseCaseDrivenDevelopment

    Use Case Driven Development with Low-Code

    👉 The source code is available in the GitHub repository Giannoudis/UseCaseDrivenDevelopment.

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

  • Building the Same App Using Various Web Frameworks

    6 projects | news.ycombinator.com | 10 Sep 2024
  • The search for easier safe systems programming

    11 projects | news.ycombinator.com | 8 May 2024
  • Do you guys think this programmer is right about dotnet?

    4 projects | /r/programming | 10 Jul 2023
  • Do you think C# will be decentralized in the future?

    4 projects | /r/dotnet | 24 Jun 2023
  • Source generators run unreliably on VSCode and Rider? (MvvmToolkit)

    3 projects | /r/csharp | 21 Apr 2023

Did you know that C# is
the 10th most popular programming language
based on number of references?