Introducing Postman2CSharp: Never Write An ApiClient Again. Convert your Postman Collections

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

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

    Postman2CSharp hosts the source code for https://postman2csharp.com, a website for converting Postman collections to C# ApiClients that can be seamlessly exported and imported into your project. Generated ApiClient projects contains no dependencies and highly customizable.

    The project is also open source. The website and core library can be found on GitHub here. I am still working on building the read me.

  2. CodeRabbit

    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 logo
  3. BlazorWasmPreRendering.Build

    When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.

    For those curious, it is a standalone Blazor Wasm project. It uses prerendering via this amazing library (BlazorWasmPreRendering.Build by jsakamoto). It's hosted and distributed with aws s3 and cloudfront.

  4. frank_jwt

    JSON Web Token implementation in Rust.

    I bet 99% of people assume that anything done in the browser happens "in the web", not on their own hardware. When an app is an exception, I'd certainly want it to let me know - e.g. jwt.io clarifies that the processing of sensitive data happens client-side and I don't think it comes off as bragging.

  5. RequestConverter

    Convert HTTP Requests & Websockets from Fiddler, Chrome into code from multiple programming languages. Ability to modify global/language related settings which will impact the output.

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

  • How To Use JWT Token In React JS

    1 project | dev.to | 19 Mar 2025
  • TryHackMe: JWT Security

    2 projects | dev.to | 13 Mar 2025
  • 🔐 How to create an authentication system with JWT in a Node.js API

    2 projects | dev.to | 7 Mar 2025
  • Zero Trust at the Edge (part 4)

    3 projects | dev.to | 24 Feb 2025
  • How to authenticate a Flask API using JWT.

    2 projects | dev.to | 17 Feb 2025

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