I currently am building web applications using nhibernate. I love the database independence it provides along with the integrated/sophisticated caching. I am scared of moving to different frameworks because I don't want to loose this capability.</div><div>I recently built a quick app for a client using linq and dynamic data. I absolutely loved dynamic data and the time it saved me. After working with dynamic data, I see that it is in fact flexible enough to create a custom data source that uses nhibernate to have dynamic data/nhibernate support. This is great for me because I would have caching support built in along with hours of work saved by using dynamic data.I was wondering if the Entity Framework provided the the flexibility to set it on top of nhibernate. I know this would require managing two orms but fluent nhibernate would make that easier. I have not yet took the plunge into EF and do not know much about it besides the benefits. Is it possible to make a provider for nhibernate?
↧