Tagged Questions
3
votes
1answer
1k views
Rhino.Commons + Fluent NHibernate
Is there a way to use Rhino.Commons with Fluent Nhibernate, (in particular AutoMapping)?
Many thanks
fromano
2
votes
2answers
371 views
How to configure sandbox security in in Rhino JavaScript engine
I want to interpret html pages scripts, but want to disable any posibility of harming my computer. Is there are any official tutorial or example how to configure such feature? (i dont find it in ...
0
votes
3answers
186 views
Auto mocking container for Windsor and Rihno
I am want to do automocking with Windsor so that I can do something like
_controller = _autoMockingContainer.Create<MyControllerWithLoadsOfDepdencies>();
There used to be a Windor auto ...