1
Answer

How to Create BlockChain application in MVC ?

My question is how to implement blockchain functionality in mvc

Answers (1)

-1
Photo of Divyang Desai
Tech Writer 6.2k 545k 7y
MVC and Blockchain are two different things.
  1. Blockchain development != Web application development.  
 
If you want to develop Blockchain using C#, you can use Stratis platform.
https://stratisplatform.com/
Accepted