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...