This is the third and last part of a series of articles about using NHibernate in an ASP.NET MVC application. These are the links of the two previous posts:Using ASP.NET MVC and NHibernate Part 1Using ASP.NET MVC and NHibernate Part 2 In this article we will create our ASP.NET MVC application to manage Posts and Categories. Our project will have the following structure:
The CategoriesController will let us Fetch, Create,Update and delete categories from our repository. The PostController will let u...
No comments yet, be the first one to post comment.