Author: Manmeet Singh

Integration with Nethereum Blockchain in DotNet

Blockchain is a distributed ledger technology that enables the creation of a decentralized, tamper-proof, and transparent system for recording transactions. It consists of a chain of blocks, where each block contains a set of transactions and a reference to the previous block. The key features of blockchain include immutability, transparency, and consensus. we will use […]

Blockchain

If we want to understand the Blockchain we can say that in simple terms, a blockchain is a digital ledger of transactions that is decentralized, meaning that it is not controlled by a central authority, like a bank or government. Instead, it is maintained by a network of computers that all work together to verify […]

Blazor LifeCycle

In simple terms we can say that Blazor is a tool that helps people make websites. When we make websites with Blazor, we use something called “components” which are like building blocks that we put together to make the website. Each component goes through different stages of its life, like when it’s created, when it’s […]

Dynamic Layout

In web development, layouts play a crucial role in creating a consistent user experience across all the pages of a website. A layout is the structural and visual framework of a web page that helps to organize and display its content. Dynamic layouts take this a step further by allowing the layout to adapt and […]

Razor Syntax

What it is and How to Use it? Introduction: It’s a great tool for developers who want to create dynamic HTML pages with minimal coding. In this blog post, we’ll take a look at what razor syntax is, how it works, and how you can use it in your own projects. Razor syntax is essentially […]