Re: [ANN] OPEN SOURCE ASP.NET C# PACKAGE - BITCOIN, DOGECOIN, BTC, DASH, LITECOIN...
by
gourl.io
on 06/04/2017, 19:11:16 UTC
.
Popular Question about Bitcoin and ASP.NET which people ask -
Q: I'm running a website on ASP.NET C# and it's connected to a MSSQL Database . What I want to do is when people send BTC to an address so once they send BTC .. I want to execute a MSSQL Query into my database to give them some sort of points etc ... ? .
A: We offer "ready-to-use" Asp.net MVC C# Bitcoin/Altcoin Open Source Package.
2. Package have file NewPayment.cs - to add additional actions after a payment has been received (update database records, send email to user, etc). Function in that file is called every time a new bitcoin payment from any user is received successfully.