ngravi.comCreating a real time graph using SignalRSignalR 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...Jun 5, 2019
ngravi.comWhy is it difficult to modify records in a Blockchain?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...Jun 5, 2019
ngravi.comCreating a simple BlockchainThe 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...May 14, 2019