Click here to Skip to main content
15,885,998 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Opinions on Blazor Pin
Marc Clifton25-Jul-20 9:24
mvaMarc Clifton25-Jul-20 9:24 
GeneralRe: Opinions on Blazor Pin
Richard Andrew x6425-Jul-20 9:46
professionalRichard Andrew x6425-Jul-20 9:46 
GeneralRe: Opinions on Blazor PinPopular
Super Lloyd25-Jul-20 16:07
Super Lloyd25-Jul-20 16:07 
GeneralRe: Opinions on Blazor Pin
Marc Clifton26-Jul-20 3:28
mvaMarc Clifton26-Jul-20 3:28 
GeneralRe: Opinions on Blazor Pin
Super Lloyd26-Jul-20 6:09
Super Lloyd26-Jul-20 6:09 
GeneralRe: Opinions on Blazor Pin
jsc4225-Jul-20 10:18
professionaljsc4225-Jul-20 10:18 
GeneralRe: Opinions on Blazor Pin
Richard Andrew x6425-Jul-20 10:25
professionalRichard Andrew x6425-Jul-20 10:25 
GeneralRe: Opinions on Blazor Pin
jsc4226-Jul-20 23:31
professionaljsc4226-Jul-20 23:31 
It is definitely designed to work on non-Windows platforms as its slowness is caused by having to write the .Net framework as WASM code to the device first; the documentation said (As far as I can recall) that it is slow for Windows as it still downloads the .Net stuff. Perhaps I interpreted non-Windows as including phones as many of them are Linux based or perhaps it actually said it. Don't trust my recollections - I could be wrong. The key message that I took was that it was inefficient for Windows and anything other than that could have gone though my 'not relevant to me' filter and not be accurate.

I've just tried a quick look on a well known search engine for 'blazor mobile development' - this produced a lot of hits (some explicitly citing iOS and Android), a very brief scan of which suggests that my memory was not playing tricks; but they don't look as though it is simple.

------------------------
<edit>
I've been looking at What's behind the hype about Blazor? - Stack Overflow Blog[^] - that says there are / will be multiple delivery mechanisms. One (web assembly) does send Mono to a device as a mini .Net download and then runs natively so it is slower to get started; but another has the browser communicating to a .Net server using SignalR which obviously has latency which could impair the user experience, but the author of the article suggests this is not normally significant. So it is definitely worth looking at and making a decision based on your actual requirements.

Oh! I've just remembered one of the pragmatic reasons why I had rejected Blazor - it needs versions of .Net Core (?) that are not supported in our environment.


modified 27-Jul-20 7:23am.

GeneralRe: Opinions on Blazor Pin
Sandeep Mewara25-Jul-20 10:27
mveSandeep Mewara25-Jul-20 10:27 
JokeRe: Opinions on Blazor Pin
Maximilien25-Jul-20 12:03
Maximilien25-Jul-20 12:03 
QuestionRe: Opinions on Blazor Pin
Eddy Vluggen25-Jul-20 12:15
professionalEddy Vluggen25-Jul-20 12:15 
GeneralRe: Opinions on Blazor Pin
harold aptroot26-Jul-20 1:53
harold aptroot26-Jul-20 1:53 
GeneralRe: Opinions on Blazor Pin
Pete O'Hanlon26-Jul-20 8:25
mvePete O'Hanlon26-Jul-20 8:25 
GeneralRe: Opinions on Blazor Pin
EbenRoux26-Jul-20 22:45
EbenRoux26-Jul-20 22:45 
GeneralRe: Opinions on Blazor Pin
Michael Breeden27-Jul-20 0:07
Michael Breeden27-Jul-20 0:07 
GeneralRe: Opinions on Blazor Pin
crazedDotNetDev27-Jul-20 5:20
crazedDotNetDev27-Jul-20 5:20 
GeneralRe: Opinions on Blazor Pin
carlospc197027-Jul-20 1:53
professionalcarlospc197027-Jul-20 1:53 
GeneralRe: Opinions on Blazor Pin
Ed K27-Jul-20 2:56
Ed K27-Jul-20 2:56 
GeneralRe: Opinions on Blazor Pin
Adam O'Neil (Travelers Rest, SC)27-Jul-20 3:17
Adam O'Neil (Travelers Rest, SC)27-Jul-20 3:17 
GeneralRe: Opinions on Blazor Pin
crazedDotNetDev27-Jul-20 5:03
crazedDotNetDev27-Jul-20 5:03 
GeneralRe: Opinions on Blazor Pin
Dave B 6827-Jul-20 6:37
Dave B 6827-Jul-20 6:37 
GeneralRe: Opinions on Blazor Pin
Andy Richard27-Jul-20 6:40
Andy Richard27-Jul-20 6:40 
GeneralRe: Opinions on Blazor Pin
MSBassSinger27-Jul-20 6:51
professionalMSBassSinger27-Jul-20 6:51 
GeneralRe: Opinions on Blazor Pin
zezba900027-Jul-20 14:44
zezba900027-Jul-20 14:44 
GeneralRe: Opinions on Blazor Pin
Sam Gerené29-Jul-20 23:45
Sam Gerené29-Jul-20 23:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.