2024
Solidity Smart Contracts and Blockchain
As the term suggest Smart Contracts are really Smart enough in Blockchain and it is the power house that enables Blockchain to be so powerful in terms of security. It can be recovered from other locations…
Solidity Smart Contracts and Blockchain Read More »
Configuring endpoints at https with SSL certificate for ASP.net Core Kestrel Web Server
The ASP.NET Core Kestrel web server is configured by default to run at port 5000 so you can access it using http://localhost:5000. However in production you may need it run with different port or https URL….
Configuring endpoints at https with SSL certificate for ASP.net Core Kestrel Web Server Read More »
What is In-Memory Database (IMDBs), how does it work and the advantages?
An in-memory database is a data storage system that holds all of its data in the main memory of the host. The main difference between a traditional database and an in-memory database relies upon where the data is stored. Even when compared with solid-state drives (SSD), random access memory (RAM) is exponentially faster than disk access.
What is In-Memory Database (IMDBs), how does it work and the advantages? Read More »