Contents tagged with RhinoTools

  • ATM with NHibernate

    Tags: RhinoTools

    It is cool what you can achieve using anonymous methods and lambdas. Usually to persist an entity to datastore, you would do something like this with NHiberante: public void SaveOrder() { using … more