-
Easy to use software licensing system
As promised, the beta version for SimpleLicensingSystem, aka SLS, is now available in beta. This first version is designed for .NET application, and will let you setup the licensing of your app in no time: – Add SLSLib.dll as a reference of your project – Create a instance of a TWLicense, with your product name and…
-
Many news!
-
Paypal API: Made it simple with TeapotWare
Hello everyone. I wanted to use the Paypal API from a C# project recently. Since they propose a SOAP interface for their API, I naïvely thought I could just consume it with the great “web reference” tool from visual studio. However, I faced many disappointments: first, the WSDL contains errors, and if you want to…