c# - How to use VistaDB in multiuser environment -


my requirement written below: have dotnet(c#) winform application using vistadb database. support multiuser environment( vistadb serverless database) have decided implement remobjects sdk build server service database queries , clients call service. using entity framework orm. how pass entities between server , clients? there other solutions available. don't want use wcf.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -