- Here we go with the step1 : This involves the authentication part with Facebook and Twitter and works with MVC 5.This is done with the mapping of developers community with the application login access .In EasySolution, to purchase items from the page the user must be authenticated, this would be secure, easy and universal login system.


Step 3: Here comes the most interesting part of the application. After successful payment the user gets one more chance to confirm the purchase. If the user Confirms the purchase the signalR functionality comes into role for updating the product count which is purchased and quantity decrements by 1 on each client which are connected to purchase this particular item. As the confirmation of the product is received the product View sends the signal to connected Hub and without POSTBACK all clients connected to the same Hub will be updated with the new count of quantity.This makes the purchase system dynamic , as a client purchase the product the other clients will be notified without reloading the entire page or clicking any refresh button.This is how signalR would help the application perfom faster, with reliable transaction system without hitting the server side code,using JQuery to transfer data.
