Hi,
I'm trying o follow the step by step guide to creat new application based on ASP.NET Core & jQuery and on the step "CREATING PERSON ENTITY" <a class="postlink" href="https://www.aspnetzero.com/Documents/Developing-Step-By-Step-Core#creating-person-entity">https://www.aspnetzero.com/Documents/De ... son-entity</a>
I'm supposed to add new class on project .Core, but I don't know where this must be placed , as this project has several folders (Authentication, Authoization, Chat, ... , Url, Web).
If for instance I want to create entity Person, where I must put the class Person, on the project .Core ? Do I have to create a new folder ? Do I have to put on specific folder ? Does it have to be place on root folder of the project ?
This detail is not explained on the tutorial.
Thanks