CommandModelBinder 0.0.3

dotnet add package CommandModelBinder --version 0.0.3                
NuGet\Install-Package CommandModelBinder -Version 0.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommandModelBinder" Version="0.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommandModelBinder --version 0.0.3                
#r "nuget: CommandModelBinder, 0.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CommandModelBinder as a Cake Addin
#addin nuget:?package=CommandModelBinder&version=0.0.3

// Install CommandModelBinder as a Cake Tool
#tool nuget:?package=CommandModelBinder&version=0.0.3                

Command Model Binder for ASP.NET Core

With the Command Model Binder, incoming requests can bind client data to an existing command and return it to the corresponding ASP.NET Core controller.

Features

  • The type of the command can be specified generically.
  • Using C# attribute notation, commands can be equipped with features such as authorization and authentication.
  • With Fluent Validation, custom validations for each individual command can be created.
  • With the C# to TypeScript converter, the commands along with their parameters can be created in TypeScript.
  • With a processor for Angular 18+, the TypeScript commands can be used to send and receive data between Angular and ASP.NET Core.
  • Type-safe communication between Angular 18 and ASP.NET Core can be improved.

Availability

You can install the Command Model Binder package from NuGet by searching for "UniversalConverter" or using the following command:

Install-Package AT<insert here>
Usage

To use command model binder <insert here>

Benefits

Simple usage. <insert here>

Description

... <insert here>

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.3 76 2/26/2025
0.0.2 109 2/18/2025
0.0.1 100 2/18/2025