blazor/webassembly is the future, don't stop pushing it guys!!!
@Erril_Ferndal2 жыл бұрын
Wauh, really like PWA with Blazor!!
@picflight4 жыл бұрын
Very exciting, can’t wait to try it. Thank you for the great demo!
@80amnesia4 жыл бұрын
It would be great to have a blazor/webassebly library for accessing the camera and scan qr code. Also the possibility to connect to bluetooth/ble devices
@richardmadureira24473 жыл бұрын
Uaal, thanks for sharing this content!!
@swankyshivy3 жыл бұрын
do you need vs 2019 to do this or would older versions vs be able to. i have vs 2015. will need more hard disk to upgrade :(
@joshemm49914 жыл бұрын
re: PWA, ,is there any elevated permissions possibility? I want to call windows Twain or WIA functions for scanning apps.
@amalaljohari93584 жыл бұрын
I've been waiting for Blazor, I hate JavaScript, however, now I got a new project and I realized that I can't use Blazor because of all its issues, the biggest one is the search engine thing, and if I want to use the server side, it has scalability issues, really sad that I have to back to JavaScript, and use react with Nextjs, guys please solve these major issues, even when I search the job posts I don't find jobs require Blazor, they always require C# with React or Angular, companies are not using it because of its issues
@jaswinderbhatti31862 жыл бұрын
i want to do with core 6.0 in vs2022 but it is not working could you please help me out to do.
@willinton064 жыл бұрын
The .Net language of your choice? Can this be done with VB.NER or CLR C++?
@ICanSeeSharp4 жыл бұрын
Amazing! I have to try this out immediately 🤩
@fmitsinc91464 жыл бұрын
Im suffering with Blazor wasm. Extremely slow to load. My customer's customers complain about the website is too slow to load and sometimes hangs during loading. Im thinking of dropping it and move to something else such as React for front end. Blazor server is not an option since you need to maintain the connection and mobile users may go offline from time to time
@tpi89654 жыл бұрын
in .net 5, they add features to help that problem. I recommend to use .net 5 now.
@SixHatSolutions2 жыл бұрын
Great video, Love Blazor WASM but have to admit that to date Hot Reload is a #HotMess within it. Even using VS 2022 and .Net 6. I am surprised that its even released as buggy as it is.
@compscilaw4 жыл бұрын
Any chance you'll ever build your own grpc to go hand in hand with this. To me that is the holy grail.
@Beji-boy4 жыл бұрын
Can you show how add PWA funcionality :) ? like little tutorial
@robsonsaito594 жыл бұрын
Really awesome!!
@mikkokeranen62314 жыл бұрын
Good stuff
@nickhubbard36714 жыл бұрын
24:33 Fields? Fields? That's Buckingham Palace mate! Where the Queen and her corgis live!
@galaxiegalaxie50034 жыл бұрын
Thanks,will there be visual studio for linux? I want to run my blazor app with linux with visual studio.😁
@sps0144 жыл бұрын
Your best bet will be Rider or vs code.
@galaxiegalaxie50034 жыл бұрын
@@sps014 yeh but i want free like community version visual studio
@wursteyify4 жыл бұрын
@@galaxiegalaxie5003 than use vs code
@galaxiegalaxie50034 жыл бұрын
@@wursteyify thank you my frens,i do have rider,vs code on my linux machine, i am just asking if there is a real possibilities of visual studio,a real ide for linux,thats all ,ofcourse for free like community version, also to add i also wanna see some opinion about entity framework and dapper from the experts,thanks😁
@ioanbotez71284 жыл бұрын
@@galaxiegalaxie5003 vs code is currently pretty terrible, unless you're already quite experienced with dotnet, as it doesn't have as many helpers as VS, IMO
@marshallmay25284 жыл бұрын
The problem with PWA's is that apple doesn't like them. PWA on apple are very limited. Especially when it tries to go to lock screen. I'm moving away from PWA's. End up having multi-apps for different platforms which is the opposite of ideal.
@hiphopheaven4 жыл бұрын
Will Blazor completly be independent from javascript in the future?
@sps0144 жыл бұрын
I am not a huge fan of JavaScript, but JavaScript complements C# really nicely with it's libraries , i don't think they will be able to pull that off, web assembly in general is missing many browser API hence making blazor independent will put it to disadvantage.
@hiphopheaven4 жыл бұрын
@@sps014 but it's crazy that there's no option to download a file from server without using javascript
@ioanbotez71284 жыл бұрын
Practically no. There's nothing like d3, or chartjs available in dotnet, and it would be a huge pain to create an equivalent. Realistically speaking, js will save you a lot of work.
@hiphopheaven4 жыл бұрын
@@ioanbotez7128 I'm talking about the long term.It's just crazy to think Blazor will be as powerful as Javascript who is 24 years old.
@ioanbotez71284 жыл бұрын
That depends what you mean by powerful. If you disregard the ecosystem, then WASM (what blazor is based on) can already do everything JS can. So assuming MS extends Blazor to allow for all the capabilities of JS, then yes. But the ecosystem is a very powerful thing. Even in the "future", JS will have a significant advantage in this aspect.
@adp48034 жыл бұрын
The menu that comes with a stock Blazor project is wholly and totally inadequate for real world applications!