NPersistence - .NET Persistence API

Step 2 - Create a web application project

You are here

  • In visual web developer; click 'File->New Project...’

  • In the opened dialog, choose ‘Visual C#’ in the installed templates list.
  • Choose 'ASP.NET Web Application'. 
  • Set the project name to 'Hello_NHibernate_NPA_web_app'
  • Set the location of the web site to 'C:/dev/NHibernate_NPA_web_app'.
  • Click 'Ok'. 

 

A web application with basic features is created. The ‘Solution Explorer’ view will look like this:

Next: Step 3 - Add references