A typed message-based .NET client gateway for accessing Stripe's REST API.
Used by servicestack.net to process merchant payments and recurring subscriptions.
A typed message-based .NET client gateway for accessing Stripe's REST API.
Used by servicestack.net to process merchant payments and recurring subscriptions.
AspNet.Mvc.TypedRouting is a class library allowing typed expression based route registration and link generation for ASP.NET Core MVC. See the project repository for more information and available features.
Translates Linq Expressions to SQL 'where' clause. Makes it safer to work with "Poco ORM-ish thing" (PetaPoco, AsyncPoco etc). Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Postal is a code generator that generates strongly typed message contracts for request-response type protocols. Messages are serialized and deserialized using Protocol buffers.