Monday, 26 July 2021

run js file

 run js or html file  from vscode

npm install -g live-server
live-server --port=8000

No comments:

Post a Comment

calling or handling data without c# model

 calling or handling data without c# model Yes, it is possible to read data in a C# Web API without explicitly defining model classes for ev...