I don't know much about blazor , so can i use Blazor with my asp.netcore mvc application
Читать полностью…one of the most recent technologies for making requests is fetch(), if that's what you mean
more generically about sockets there are also websockets, for example
i have no problems querying millions of record in elastic and getting a response in milliseconds
Читать полностью…Can we just agree both have their use cases and for sure "a job queue" is not a good use case for any of them? 😂
Читать полностью…Ohh Okay, it's your opinion. May be true as well.
I respect it 👍
Good night @Sinys
Hmm, then in nosql it can be easily handled using streams
I don't have any idea about streams in rdms.
it won't... transaction will allow you to get required task and update it to Inprogress, if it fails - then it was already occupied, try again
Читать полностью…Hey guys, may anyone can help me with a .net maui project. I cant share code at the moment but my problem is the following. I need to invoke platform specific code from my MainViewModel. Therefore I have created an interface IAlarmClock with void SetAlarm() in the shared space of project. In my Platforms.Android folder I am implementing that interface in AlarmClockService class and I am creating an Assembly Reference for the class there too. When I try to instantiate the IAlarmClockService using the Assembly reference in the ctor of my mainviewmodel, I am just receiving null. Does anyone know about that problem without having specific codes?
Читать полностью…Is there any modern technology instead of AJAX can i use it with my asp.netcore application
Читать полностью…I actually used sql for job queue with a computer farm. It worked pretty well. Needed one stored proc though.
Читать полностью…In theory you can denormalize that 20 tables in 1 object, but then you’ll try to filter it and nosql will go out of chat )
Читать полностью…same for sql
try make a query with 20 joins on a 1 million records table and tell me how it goes
no sql is shit for 95% of the tasks )
no features, no perfomance in anything except 1-2 things it was created for
2 servers getting same list, all trying to mark it as inprogress, all succeed, failed state
Читать полностью…