Base solution for your next web application
Open Closed

ASP.NET Core & jQuery : Add new entity #5165


User avatar
0
satakarimas created

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


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    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 ?

    No.

    If for instance I want to create entity Person, where I must put the class Person, on the project .Core ?

    You can create a People folder.