User-474980206 posted
The examples you are citing are for node as a web server, which is an alternative to using MVC and .net. If you want to call .net code from the node server, you would create a second web service in .net use webapi, that the node server called.
There are several node ORM’s you can use instead of entity framework. Try
https://github.com/typeorm/typeorm
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
User-474980206 posted
The examples you are citing are for node as a web server, which is an alternative to using MVC and .net. If you want to call .net code from the node server, you would create a second web service in .net use webapi, that the node server called.
There are several node ORM’s you can use instead of entity framework. Try
https://github.com/typeorm/typeorm
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM