I set up the simple demo per your writeup. Loading a 15Mb file takes 55 seconds!
Your writeup says "...For client-side Blazor (WebAssembly), the data transfer speed is limited only by your CPU. You can load a 10 MB file into .NET memory almost instantly. On my machine, loading a 100 MB file into a .NET byte array takes about a second...."
Can you provide the sample code that accomplished this?
Steve,
I set up the simple demo per your writeup. Loading a 15Mb file takes 55 seconds! Your writeup says "...For client-side Blazor (WebAssembly), the data transfer speed is limited only by your CPU. You can load a 10 MB file into .NET memory almost instantly. On my machine, loading a 100 MB file into a .NET byte array takes about a second...." Can you provide the sample code that accomplished this?