Skip to content

a-t-k/CommandModelBinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Benefits

Simple usage.

Description

...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages