Post
Topic
Board Service Announcements (Altcoins)
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.

1. Install Bitcoin Asp.net C# Package from here - https://gourl.io/bitcoin-api-asp.html
or from github - https://github.com/cryptoapi/Bitcoin-Payment-Gateway-ASP.NET

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.

And add your MSSQL Query in that file - https://github.com/cryptoapi/Bitcoin-Payment-Gateway-ASP.NET/blob/master/GoUrl/GoUrlCore/NewPayment.cs#L9

.
Done!