RE: Anaemic Domain Model

2017-08-30 Thread Narayana Rengaswamy
, but it also allows nested fields in some cases. Let me know if you need help with some particular query. Pavel On Wed, Aug 30, 2017 at 10:45 AM, Narayana Rengaswamy <narayana.rengasw...@optym.com<mailto:narayana.rengasw...@optym.com>> wrote: Hi Pavel, Our main issue is filtering data

Anaemic Domain Model

2017-08-29 Thread Narayana Rengaswamy
Hi all, I am using Apache Ignite (.NET) in a web application. My domain model classes are directly stored in Ignite cache, and I have persistence in SQL Server. I have DTOs to SQL Server, but none to Ignite. I can see that I am following an anaemic domain model due to several restrictions. I

Exception while using Transactions and Write Through

2017-07-17 Thread Narayana Rengaswamy
Hi, I'm getting the below exception when trying to update cache using TransactionScope API. If I access only one cache, the error does not happen. The transactionscope.Complete() call works fine always, but the dispose call is what throws exception. The code first selects data from multiple