Use NHibernate for ASP.NET MVC and user authentication

I am about to start a new application and am excited about using asp.net mvc and nhibernate. However, the biggest “problem” is how do I handle user authentication things. Those What is the way to use nhibernate and MVC to solve this problem?

My idea is to let asp.net do its own thing, I do its own thing database wise. If I should use provider model and nhibernate self-role, if I can figure out how, I’m curious. Or is there a way to integrate the current code in the mvc example into nhibernate?

You can still use the ASP .NET 2.0 Membership API in ASP .NET MVC.

I am about to start a new application and am excited about using asp.net mvc and nhibernate. However, the biggest “problem” is how do I deal with user authentication things. Those who are used to using nhibernate What is the way to solve this problem with MVC?

My idea is to let asp.net do its own thing, I do its own thing database wise. If I should use provider model and nhibernate self-role, if I can figure out how, I’m curious. Or is there a way to integrate the current code in the mvc example into nhibernate?

You can still use the ASP.NET 2.0 Membership API in ASP.NET MVC.

Leave a Comment

Your email address will not be published.