6 followers
Software Engineer from India, Passionate about technology
SignalR is a ASP.NET Core library that can be used to develop real time web applications. What are real time web applications? Real time web applications differ significantly from traditional web applications. Traditional web applications pull data f...
Blockchain works in a peer to peer network and every new transaction is broadcast to all the nodes so that any one of the nodes could mine it. The process of mining a block involves predicting a nonce value that could satisfy the difficulty level. Wh...
The Wikipedia definition of blockchain says A blockchain, originally block chain, is a continuously growing list of records, called blocks, which are linked and secured using cryptography. Okay, let’s break it down to get a better understanding. Bl...