İsmail Özçelik
İsmail Özçelik
In my project, I have an in-memory, a relational and big data database. Some entities saved in big data, all others in relational. Specially, some relational entities also stored in...
## Versions - GitHub Extension for Visual Studio version: v2.11.96 - Visual Studio version: 16.6.0 ## What happened ### Steps to Reproduce Steps to reproduce the behavior: 1. Go to...
I try to use [map listener with predicates](http://docs.hazelcast.org/docs/latest-development/manual/html/Distributed_Data_Structures/Map/Listening_to_Map_entries_with_Predicates.html) like on docs. I am using .net 3.9 client and I configured my Java (also Hazelcast 3.9) code. But my listeners doesn't...
I used to map listener in my project. Previous version of Hazelcast fired immediatly but 3.9.1 version fired listener about 30 seconds later. My code still same? What's change? Could...
I use the test model (Person) and search ages in my list but I get `Could not retrieve value from Value, most likely, it is not properly decorated in the...
Normally Redis has support to `JSON.SET key path value [NX | XX]` command. I think this have to implement the dotnet library. We use raw command now but it is...
When writing entities, I do not prefer to use attributes too much. After release of ef core fluent API, I prefer it. And not only me, lots of .net developer...
I use the Customer class in the Hazelcast.Examples.Models project. Sql predicate is working. No problem occured there. However, when using paging predicate that exception thrown "Could not find PortableFactory for...
Using LinqToExcel, I try to add custom column in excel sheet. I use this column to validate mapping and transaction status of row. For example in excel worksheet, there is...
Is there any plan about data fetching from api or database? It is looking very simple, very easy. However sometimes need to fetching data.