Skip to content
/ Blog Public

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

Notifications You must be signed in to change notification settings

maaaruf/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published