How to use DryIoC in ASP.Net WebForms Application?

332 views Asked by At

I would like to have some basic sample how to use DryIoC for WebForms application with BasePage (base for all pages) and IRepository and Repository for connection with database (via NHibernate)

At the moment it is made using application property containing NHibernate session. I would like to make it with DryIoC in order to use Repository for database operation everywhere . What is the best way for that?

0

There are 0 answers