Stratis Blockchain R&D Center
Stratis empowers developers to build enterprise-grade blockchain solutions for current industries by utilizing their C# and .Net skill sets. Stratis Blockchain is open-source and provides templates for Visual Studio to
Stratis empowers developers to build enterprise-grade blockchain solutions for current industries by utilizing their C# and .Net skill sets. Stratis Blockchain is open-source and provides templates for Visual Studio to
This writeup will provide you insights into the database migration command which is crucial for the code first approach using two methods: the Windows CLI and Visual Studio Package manager
Introduction Sending data from View to Controller is the basic need of any software system. Mostly, if we are using Asp.Net MVC Razor page as frontend then we need to
Introduction This article will describe the most commonly used database in blockchain technology; LevelDB which is an example of a NoSQL database and stores data as key-value. It keeps the
This write-up describes the steps to manage the windows taskbar on the extended screen and main screen. Here, we will learn the setup to show all the items icons on
Introduction Stratis group provides a blockchain platform for .Net developers. Stratis provides the Strax Wallet through which you can send and receive Strax in your crypto wallet. This article will
Introduction OneDrive is the option where we can store our files, folder, or work in the cloud. OneDrive is part of Office 365 (Microsoft 365). In Hotmail/Outlook you can get
This write-up helps you to change the text of the button as well as disable/enable the button using Javascript. Sometimes we need this in our application while submitting the Data
I was using form serialize() to submit user input data using the ajax post method to the controller in ASP.NET 5 application but data was not passing to the controller.
I was working on ASP.NET Core MVC project. I was submitting the form using $.ajax but once the submit response is succeded then it was not going to the Ajax