how long is the video? (i imagine since source is a gif we're talking about <1 min) what do you mean by "on macos nothing happens" like you can open a player or a browser and ...
it's a really vague question, it depends on so many factors can sender and receiver have a shared key in compilation? do they need to have a new key at runtime? are there more...
are you sure key is appsettings and key in code is the same? have you tried getting it from conf and printing it in the console?
then it's not so much a matter of performances but security and logic if you give all the data to a frontend that only want to see some then you risk revealing stuff that shou...
you mean like using ssh and parsing result? that doesn't seem like a good idea to me too many differences between linux versions/distros
i don't know what are you using HttpContext for reading data? reading headers? writing back in the response? but usually it should "remain" in the controller ms made it diffic...
are you sure there is no other way? anyway you could either get fields by reflection or have them in a prepared list/dictionary of fields for the type (i would probably prefer...
sql server is not free (apart from the express, does it still exist?), sure
example: would this work? db.Blogs .Include(_ => _.Relation1) .Where(something) .ThenInclude(_ => _.NestedRelation)
i don't know, do those foreign keys form a loop instead of just a tree?
you mean you don't know mysql workbench, or dbeaver? maybe heidi is more niche, i'll give you that but there are hundreds of these applications even in visual studio itself, a...
are references different? what is the check
and you are sure there is data in Subs? also how are mapped model and profile
did you look at the create ddl on the table?
is phpmyadmin still a thing? i haven't used it since like school
ok, so you would have a CancellationTokenSource injected in that task, alright? and that CancellationTokenSource is kept in a singleton service so that requests can get to it?...
some more details? is an option connection happening? is ssl in the correct domain?
did you debug any of that?
instead of having a path in serialized form like /mn/NAS/stuff/file or c:\folder\anotherFolder\afile.asd using objects let's say like interface IPath { } class AbsolutePath : ...
wait, you mean stored procedures as in database stored procedures?