
Best Practices
Software Engineering
C#
How to create a C# SDK for Payment Gateway Integration
Learn how to create a C# SDK for payment gateway integration with type-safe models, request handling, and best practices for enterprise API integration.
Best Practices
Software Engineering
C#
Learn how to create a C# SDK for payment gateway integration with type-safe models, request handling, and best practices for enterprise API integration.
C#
ASP.NET
As a C# developer, you may have an inner development loop where you want to generate your API using ASP.NET, an OpenAPI spec using NSwag and an SDK. THis post shows how to add liblab to MSBuild to enable automated SDK generation on every build.