Cherepoc
Cherepoc
Thanks for reply! Not necessary per item, but per cache configuration would be nice. As I know, .net memory cache removes items if they take too much space. In my...
Why won't setting priority for CacheManager help? I planned to use different cache managers for objects with different priority. But anyway, it seems that profiles will do the trick, thanks!
Hm, I can't find any priority options in those profiles.
Ok, thanks! Looking forward for it.
Shure! The crm project I'm working in has really badly named fields, and I want my dto objects to have nicer names. Also I want the dtos clients get using...
That won't do - it's the same as using JsonProperty attributes. I want to have a special kind of json serialization just for the crm, and let the classes work...
I think API-wise the best thing will be ability to set JsonSerializationSettings for CRMWebAPI object.
@dmitry-vychikov Thanks! I've also thought about manually requesting dbinstance too, but it turned out it does not work either. In my worker app this leads to a Dapper error being...
@dmitry-vychikov Thanks! Your solution works.
@StefH Thanks! I'll test it in a few days.