ZZZ Projects

Results 13 comments of ZZZ Projects

Unfortunately, not all our feature support InMemory. There is some way to currently overcome this limitation, but that will need you to use the Cache Key a little bit differently....

When specifying yourself the cache key, we do not longer try to get the SQL Command from the IQueryable to create the cache key. So the code which throws the...

We will make some fix on Cache Key this weekend. I will try to see if we can fix it as well.

Hello @mehmetilker , After looking at this issue this weekend, we are still unsure how to handling it. The only problem is making a unique cache key. By example, for...

Hello @ksmithRenweb , You are right, for the Query Future feature, we should simply skip the "batching part". I have added it to the current sprint, so it should be...

Hello @mehmetilker , Using the solution of ksmithRenweb and making the fix simpler (at least, until we found a real solution), we will add an options to simply disabled the...

Hello @eismue , > is there a way to resolve an userfriendly name from a foreign key property instead of writing numeric foreign keys value in old/newvalue? I'm not sure...

Hello @eismue , We implemented in the v1.4.10 an AuditDisplay DataAnnotation. You can see more how to implement here: Issue #67 Let me know if this solution or a similar...

Hello, You are right, and this is not possible at this moment. The “Future” method return an IEnumerable, and async method requires IQueryable. We will check the possibilities of this...

Added this feature to milestone 2.0