DEV Community

Discussion on: Setting up a React Environment for ASP.NET MVC

Collapse
 
dance2die profile image
Sung M. Kim

Hi, @maheshytech .
This post shows how to set up React environment on ASP.NET MVC.
I am not sure where the database project fits with it as the database project on visual studio lets you create TSQL scripts.

If you want to know how to provide database data from sql server, then you'd want to expose the data via ASP.NET WEB Api and access it via fetch or axios from React. That's outside the scope of this post, and you'd want to search for how to set up ASP.NET Web API (not sure if you are dealing with .NET core or framework)