We are using akka.net actor model in current project. I used an entity actor to handle insert, update and delete operations on it. In a case of search or get does actor model not suit?
If it is support in UI how it possible to get result (weather to used Ask function)
Does it not good practice to use akka.net actor model for get and query data?