cumslvt13
Background upload of an IFormFile to Azure blob storage
I'm not starting from scratch, more like a refactoring existing service with improvements of design flaws. One point that customer wants to improve is overall speed and responsiveness of the app
18 replies
Background upload of an IFormFile to Azure blob storage
The problem is with UI part that needs to wait for the end of the response. What I'd really like to achieve is to quickly return response with generated id's for UI to update optimistically and later notify the UI via signalR
18 replies
✅ What's the point of ModelSnapshot in ef core migrations
so the modebuilder configuration is not actually used during runtime? Because this kinda confused me, because I can write the same configuration (for example for replationships) if I override it
37 replies
❔ Automatic discovery of scoped services without a marker interface
Well technically you could use something like naming convention to register service. Like wolverine is doing for command handlers
https://wolverine.netlify.app/tutorials/getting-started.html#snippet-sample_quickstart_issuecreatedhandler
8 replies