I\'m trying to bulk-update entities using a StatelessSession. Because it\'s stateless, NHibernate doesn\'t auto-cascade child entities upon save.
I know开发者_开发问答 ISession is not thread safe. Is IStatelssSession also not thread safe? I guess the answer is no. I did a quick search but didn\'t find a reference for this.
I\'m using an NHibernate Stateless Session to load bulk data into the database. As data is loaded, later entities need to lookup previous entities in order to add them to child collections. This opera
I\'m not a security expert, so I\'m looking for people to poke gaping holes in an authentication scheme I\'ve devised, or point me to a better, existing scheme that fulfills the same goals:
I\'ve tried adding bulk inserting to my application, but the Batcher is still NonBatchingBatcher with a BatchSize of 1.
How do I have a PowerShell script embedded within the same file as a Windows batch script? I know this kind of thing is possible in other scenarios: