diff --git a/README.md b/README.md new file mode 100644 index 0000000..db0aac8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ASPNET_WebHooks +A Basic WebHooks implementation which stores WebHook registrations in SQL Table Storage and exposes a REST API for subscribing to WebHooks. +(Microsoft.AspNet.WebHooks , C#, SQL , HTML, J.Query ) + +1) Diagram of Webhook:- +![alt webhook-workflow](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/webhook2.JPG) + +2) Web-hook Screte Keys for different apps:- +![alt webhook keys](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Webhook_Keys.JPG) + +3) WebHook Registration Ajax code:- +![alt registrationCall](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Webhook1.JPG) + +4) Website page to play with webhook:- +![alt webpage](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Screenshot%20(217).png) + +5) Event Value in Web-Hook Handler after firing notification for this event:- +![alt eventinfo](https://github.com/vijay113/ASPNET_WebHooks/blob/master/Images/Screenshot%20(219).png) + +Thanks.