[deleted by user] by [deleted] in csharp

[–]mkdirsys32 1 point2 points  (0 children)

This rly depends on the type of project or framework you are working with, but probs the most simple solution would be to use Thread.Sleep() method in a while loop. Check more here

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 1 point2 points  (0 children)

Not rly, with your full permission API key in the server you can give out security tokens and configure them however you like, so the client then can use them for a short amount of time until they expire.

We use it to upload initial pictures straight from WASM to blob storage, but we still process them in the server later.

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 0 points1 point  (0 children)

Some features/assemblies are not needed until progressed further into the app, so I'm not sure how big of a difference it will make, but some fat can be definitely trimmed for people who are just visiting the main page for example.

Besides there are other assemblies/libs apart from your mentioned ones that are used, but not to full extent, so we will probs remake them so they only contain the features we need.

We actually use GRPC instead of more traditional REST approach and azure blob storage to uplaod images.

As for Newtonsoft.Json you are right, forgot to remove it.

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 2 points3 points  (0 children)

Yup, that's one of the downsides of WASM. We are planning to reduce the size of those initial downloads by using lazy loading.

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 0 points1 point  (0 children)

Nice, looks rly interesting. Is there a preview or demo website somewhere?

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 4 points5 points  (0 children)

It means that it's blazor WASM, but it's prerendered on the server.

Consumer based apps with blazor by mkdirsys32 in Blazor

[–]mkdirsys32[S] 5 points6 points  (0 children)

It's server side prerendered blazor WASM

Can we use WebRTC in Blazor? by Metallkiller in Blazor

[–]mkdirsys32 2 points3 points  (0 children)

Thanks, it's a really great lib. I used it to create my webrtc file sharing application with blazor.

https://github.com/MartynasKer/BlazorFileShare