Getting Started With Angular Electron Application Development
Electron is used to design the desktop-based application which can be used for Linux, Windows, and macOS. Electron is a free and open source framework which is developed and maintained…
Electron is used to design the desktop-based application which can be used for Linux, Windows, and macOS. Electron is a free and open source framework which is developed and maintained…
Congratulations! You have received the C# Corner Most Valuable Professional (MVP) Award. This award is given for your extraordinary contributions to the C# Corner community. Thank you for your valuable…
SharePoint Add-in is an app in SharePoint that extends the capabilities of SharePoint sites through customization using client side object models only. SharePoint Add-in gives capabilities to add custom code…
I was working on ASP.NET Core SignalR client application to receive the message from the SignalR hub. This is the scenario where my SignalR server and client were two separate
Introduction This article describes what is Smart Contract, its uses, benefits, determinism, and the importance of determinism in the blockchain. Smart Contract A Smart Contract is a piece of code,
Introduction .Net 6 is an LTS (Long Tern Support) Version. It will be supported for three years. It is the latest long-term support release. The previous version, .Net Core 3.1
Introduction As we know there are so many changes in .Net 6 and C# 10. In this article, we will explore one of the changes in C#10 on the writing
The whole idea of this architecture is to allow the core part, which consists of complete business logic and application entities, adaptive and flexible enough to deal with changing technology…
Non-fungible tokens (NFTs) are unique works of art, photograph, or any digital content that has no duplicate copy and can be traded online using cryptocurrency. As we know that NFT
Clean Architecture which is also known as Domain-Driven Design has evolved with considerable improvements in the last several years. Therefore, the whole idea of this architecture is to allow the…