DCSIMG
Welcome to Agile IT Blog Castle.ActiveRecord - Welcome to Agile IT Blog

עמוד הבית

תגיות:

All Tags » Castle.ActiveRecord
(RSS)
Beware of deferred execution: No session found exception? But it's right there!
Hello, My name is Omer Katz from agile business solutions development team and today I'm going to present a very non-obvious bug that might occur when you use Castle.ActiveRecord and LINQ to Objects. I have a very simple model: [ ActiveRecord ( "supplier" , Schema = " AdventureWorksCycle_MSCRM.dbo " , Where = "DeletionStateCode = 0" )] public class Supplier {      [ PrimaryKey ( "supplierid" )]      public virtual...