1
I am developing an Asp.Net Webapi application (first REST application).
So far everything is ok, even because I’m in the testing phase using Postman. I believe I must complete this first stage within two weeks.
The project has the layers of Service, Domain, Infrastructure, Webapi, Validations and Dependency Injection, all separated by projects within the same solution.
The next step will be to develop the "Layer" that will serve as a View to users.
I should use Angularjs2.
Now comes my doubt.
For this layer should I create a new project? If yes, which type are the Views HTML pages?
The whole project will be hosted on the same server. I hope I was clear with my doubt :) Flávio Oliveira
Onosendai, in your example you are including these folders within Webepi project?
– urlflavio
@urlflavio Yes, this is the case.
– OnoSendai
OK Onosendai, I will follow this example. VLW by force!
– urlflavio