-
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!
Hi everyone! It’s been a while since I didn’t post anything on my blog. As a result, there are plenty of news I’d like to share. First of all, I fathered my first kid a little more than a month ago. (Which mainly explains why I was so silent on this blog). The name is…
-
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…