dotnetgram | Unsorted

Telegram-канал dotnetgram - .NET Dev

-

Try to keep discussions on topic. Any job posting = ban. Spam/ads = deleted. Spam again = ban. Piracy, porn, gore = guess what? Ban. English only. No begging! No job posting allowed.

Subscribe to a channel

.NET Dev

Yes you can, just go to learn about it.

Читать полностью…

.NET Dev

I don't know much about blazor , so can i use Blazor with my asp.netcore mvc application

Читать полностью…

.NET Dev

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

Читать полностью…

.NET Dev

i have a job queue in mysql too
it's not terribly sophisticated so it's fine

Читать полностью…

.NET Dev

it's 200 fields, some are just keyword some are more than that

Читать полностью…

.NET Dev

i have no problems querying millions of record in elastic and getting a response in milliseconds

Читать полностью…

.NET Dev

that's a procedure issue (don't delete the job), or a redundancy one

Читать полностью…

.NET Dev

Data is consumed, no status, no logs… RIP

Читать полностью…

.NET Dev

I mean that you’ll need some kind of monitoring over that zoo

Читать полностью…

.NET Dev

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? 😂

Читать полностью…

.NET Dev

Well, you see… in sql you can do it, in most nosql - don’t)

Читать полностью…

.NET Dev

Ohh Okay, it's your opinion. May be true as well.


I respect it 👍


Good night @Sinys

Читать полностью…

.NET Dev

Hmm, then in nosql it can be easily handled using streams


I don't have any idea about streams in rdms.

Читать полностью…

.NET Dev

its different applications, lock won't help )

Читать полностью…

.NET Dev

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

Читать полностью…

.NET Dev

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?

Читать полностью…

.NET Dev

You know we have blazor now )

Читать полностью…

.NET Dev

Is there any modern technology instead of AJAX can i use it with my asp.netcore application

Читать полностью…

.NET Dev

I'm not saying you can't do it, just it's not the right tool for the job

Читать полностью…

.NET Dev

On indexed fields ? )

Читать полностью…

.NET Dev

I actually used sql for job queue with a computer farm. It worked pretty well. Needed one stored proc though.

Читать полностью…

.NET Dev

Or you need to process something daily…

Читать полностью…

.NET Dev

For example service took job, and server went down

Читать полностью…

.NET Dev

Not all jobs can be done like that )

Читать полностью…

.NET Dev

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 )

Читать полностью…

.NET Dev

same for sql
try make a query with 20 joins on a 1 million records table and tell me how it goes

Читать полностью…

.NET Dev

no sql is shit for 95% of the tasks )
no features, no perfomance in anything except 1-2 things it was created for

Читать полностью…

.NET Dev

transaction is a LOCK but for db )

Читать полностью…

.NET Dev

you need a LOCK, not a transaction

Читать полностью…

.NET Dev

2 servers getting same list, all trying to mark it as inprogress, all succeed, failed state

Читать полностью…
Subscribe to a channel