May I know whether Spring.Net has built in support for Linq2SQL? Someone on Spring.Net forum mentioned there is a bridge for NHibernate. However, I might not use NHibernate at all. I am looking for direct support for Linq2Sql.
If I am using TxScopeTransactionManager
and apply attribute based transaction to a business method which contains two linq2sql calls, will the transaction be a local transaction or escalated to a distributed transaction?