NPersistence - .NET Persistence API

Step 4 - Create the application code folder

You are here

In this step, we will create a floder in which we will put our project's source code. This step is not mandatory as classes may be created on the root project node but it it good practice.

  • Right click on the project node, click ‘Add->New Folder’
  • Name the folder 'code'.

Next: Step 5 - Create the persistent class