NHibernate custom connection string configuration

Posted by user177883 on Stack Overflow See other posts from Stack Overflow or by user177883
Published on 2010-05-19T00:48:41Z Indexed on 2010/05/19 1:00 UTC
Read the original article Hit count: 407

Filed under:
|
|
|
|

I have a c# library project, that i configured using nhibernate, and I like people to be able to import this project and use the project. This project has FrontController that does all the work.

I have a connection string in hibernate config file and in app.config file of another project.

it would be nice for anyone to be able to set the connection string into this library project and use it. such as through a method which will take the connectiong string as parameter. or when creating a new instance of FrontController to pass the connection string to constructor. or if you have a better idea.

How to do this?

I d like this class library to use the same database of the project that s imported.

How to set hibernate connection string programatically?

same idea for log4net.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET