/Blog

A simple blog developed as example of accessing database through NHibernate with Repository and Unit of Work Layer.

Primary LanguageJavaScript

Installation Instruction:
1. Replace connection string of ~/ERP.Web/web.config with yours. (Tables will be created automatically, you need to create the db)
2. Replace connectionStringName variable of ~/ERP.Web/App_Start/Startup.Auth.cs with yours, Or no need to change anything if you set Connection String Name as "DefaultConnection"
3. Run the application.

N:B: If your Article title or descrepction contains more than 255 character then set those coloumns Data Type "nvarchar(MAX)" of Article table from database after first run. 
Then Restart the application.

** If you face anything wrong, please ping me at marufbdonline@gmail.com