#blazorwasm نتائج البحث
Getting ready for blazor webassembly with visualstudio #Dotnet #blazorwasm #blazor #webassembly #elucomputing #Web #VisualStudio

Holy shit! I managed to build a Chrome extension using #BlazorWASM This time I only used JavaScript lazy loading, though.


day 7 of #100DaysOfCode Got stuck of having infinite http calls during the OnInitializedAsync #BlazorWasm. Anyone would like to explain to me why this happens? Thanks! #BlazorWasm


Working on my Blazor Wasm Demo app using Chat Gpt-4 and Dall-e-3 geneative AI ! #blazor #blazorwasm #dotnet9 #csharp #chatgpt #dalle3 #openai #generativeai #norway

Inspired by a @stevensanderson #Blazor talk and a @jeffhollan video recently, I built a simple @dotnet #blazorwasm app to upload files to @azurestorage source: github.com/daltskin/Blazo…
Upgraded my Blazor WASM site (WIP) to .NET 6 …m-ocean-001526b00.azurestaticapps.net #dotnet #blazor #BlazorWASM

My #Azure Static Web App with #BlazorWASM frontend and #AzureFunctions #Powershell backend is now also a #PWA!

#BlazorWasm tip - When Blazor is done downloading everything it needs, it replaces your loading message / screen, ripping it right out. It can be jarring... So put it outside, and with js & css, transition it out with fade and scale!



Tested my Statistics Simulation app (math heavy) on #DotNet6 Preview with AoT - …tisticsandblazordotnet6.azureedge.net and across most devices -> 21% to 32% faster! #Blazor #BlazorWASM #DotNet #Development #SPA #Analytics #AI

Les comparto un link para que prueben una plantilla hecha con #blazorwasm #tailwindcss alojada en #digitalocean http://134.209.214.191:5000/

Gave a talk about #BlazorWASM and @AzureFunctions with #OpenAPI running on @AzureStaticApps at #BusanAzureAIMeetup Missed the in-person meetup in a while! Sample source code: github.com/justinyoo/blaz…



Part-1 Blazor WebAssembly Cookie Authentication[.NET 6] #dotnet6 #blazor #blazorwasm #authentication #aspnet6 learmoreseekmore.com/2022/04/blazor…
![NaWin512's tweet image. Part-1 Blazor WebAssembly Cookie Authentication[.NET 6]
#dotnet6 #blazor #blazorwasm #authentication #aspnet6
learmoreseekmore.com/2022/04/blazor…](https://pbs.twimg.com/media/FQB4fe7aAAMLOQM.png)
Has anyone had a #blazorwasm app & an #angular both served from the same #aspnetcore server application? Heading down these lines at the minute ... no luck. @dotnet @angular #blazor #dotnet #aspnetcore

Day 4,5, and 6 of #100DaysOfCode Took me 3 days(2hrs average) to learn basic state management with #BlazorWASM. With the state management, I was able to let OrganizationSwitcher( that is in the nav bar) and OrganizationList communicate with each other. #Blazor #MudBlazor
Blazor App Handling Errors Using Error Boundaries Component[.NET6 Feature] #dotnet6 #aspnetcore6 #blazorwasm #blazorwebassembly learmoreseekmore.com/2021/11/dotnet…
![NaWin512's tweet image. Blazor App Handling Errors Using Error Boundaries Component[.NET6 Feature]
#dotnet6 #aspnetcore6 #blazorwasm #blazorwebassembly
learmoreseekmore.com/2021/11/dotnet…](https://pbs.twimg.com/media/FEsunmmVkAET8dJ.png)
✅Extension components are constructed on top of the basic components to add more capabilities. You may find more features with examples at 🔎blazorise.com #blazor #dotnet #blazorwasm #ui #QRCode #Chart #Video #UX #OpenSource #Microsoft #blazorise #HTML #VEFramework

Part-2 Blazor WebAssembly Cookie Authentication With Facebook #dotnet6 #aspnetcore6 #blazorwasm #cookie #authentication #facebook #facebookauthentication learmoreseekmore.com/2022/04/blazor…

I was going to ask the abyss why state management is difficult in #BlazorWASM, then realizing, this is truly the first time I have had to maintain a particular session cookie with ANY of my apps. Why haven't I come across this before is a better question #webdev
📌 Blazorise is open-source and free to use under our Community License. You can install it from NuGet or build your copy from the source. Check out our website for more 🌐 blazorise.com #blazorise #opensource #blazorwasm #dotnet #ux #coding #html #Blazor #uxdesign

Working on my Blazor Wasm Demo app using Chat Gpt-4 and Dall-e-3 geneative AI ! #blazor #blazorwasm #dotnet9 #csharp #chatgpt #dalle3 #openai #generativeai #norway

Spent today debugging a Blazor WebAssembly app and remembered why I love it: C# in the browser, amazing tooling, and a cleaner dev experience. Now if only async issues would debug themselves! 😅 #BlazorWasm #dotnetdev #blazor #AspNetCore
Deploying a Blazor WebAssembly app to Azure App Service took less time than my coffee break. Full-stack dev has never been so smooth. ☁️ #BlazorWasm #Azure
Why Blazor? Because full-stack development with .NET simplifies my life. No context switching between languages. Everything in C#, and I’m here for it! 🖥️ #blazor #Dotnet #blazorwasm
Fullstack Online Quiz Blazor WASM + .Net MAUI Blazor Hybrid - Web + Mobile App youtube.com/playlist?list=… #blazor #dotnetmaui #blazorwasm #dotnetcore
I have created a Launching Soon Page with Countdown Timer in Blazor Web App with InteractiveWebAssembly in .Net 8 youtu.be/sLX69M-t0Ik #blazor #Blazor #blazorwasm #blazorssr
youtube.com
YouTube
Build a Coming Soon Website Page with Countdown Timer in Blazor Web...
Great...I'm going to work on it today. While the @MicrosoftLearn post shows the #BlazorWebApp itself calling the #AzureStorage it....but I don't think that's recommended security-wise. How well does Aspire play with #BlazorWASM components? learn.microsoft.com/en-us/dotnet/a…
How to implement custom authentication in Blazor WASM Standalone App in .Net 8 youtu.be/arSWQD_I2Zc #blazor #blazorwasm #dotnet #aspnetcore
youtube.com
YouTube
How to Implement Custom Authentication in Blazor Web Assembly...
Also while index.html exists for #BlazorWASM , I don't think _layout.cshtml exists in #BlazorApp #dotnet8 fluentui-blazor.net/DesignTheme

2/ Also perhaps from a security viewpoint, a typed #HTTPClient dedicated for making the call to the /.auth/me endpoint because usually a typical #BlazorWASM will make a minimum of one call to an external API for functional/domain reasons learn.microsoft.com/en-us/aspnet/c…

Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ] 1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not auth0.com/blog/support-a…
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL8Q_1XcAAYeXx.png)
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL8YS6WUAE3dct.jpg)
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL-CnTXYAAqbrp.jpg)
One possible cause of the above was that sometimes @vscode was opening the #BlazorWASM debug session in @MicrosoftEdge #CoPilot pane 8/x
When it comes to #BlazorWASM debugging it is literally a tale of 2 IDEs. The debug sessions were flaky when using @vscode. It used to fail with a different number of reasons. We found, while using @VisualStudio, that it was not closing the sessions properly. 8/x
Indeed, also, @AzureStaticApps confirmed we cannot deploy the #BlazorWebApp on its service yet. It requires a compute service like @AzAppService / @AzContainerApp ; hopefully, @danroth27 can provide a stateless solution bcos we have been over a year on #SWA with #BlazorWASM.
@stevesanderson Is this possible? I have 35mb of excel file data,had to make this searchable(direct/localdb) in quick multidirection OFFLINE(2ndTime) in #blazorwasm like CarChecker Any suggestionOrEx appreciable @MudBlazor @EngstromJimmy @chris_sainty @BlazorBot @csharptitan
someone who #blazorwasm #blazor there is #microfrontents so you could use #microservices in frontent way #dotnetconf microfrontends.art/https://www.ma…
Preparei um template mínimo também em #dotnet para desenvolvimento em #wasm, similar aquele outro ali em Rust. Mas, atenção, isso não é #BlazorWasm. Aqui não tem suporte nenhum para UI, é tudo "na mão". Para mais informações: devblogs.microsoft.com/dotnet/use-net… github.com/celsojr/Dotnet…
Holy shit! I managed to build a Chrome extension using #BlazorWASM This time I only used JavaScript lazy loading, though.


Getting ready for blazor webassembly with visualstudio #Dotnet #blazorwasm #blazor #webassembly #elucomputing #Web #VisualStudio

Also the #dotnet unit framework (@xunit , @nunit, @mstest) needs to complement the rest of the #testing stack of @specflow and @playwrightweb in the BDD as well @eginhansen's @bUnitBot for #BlazorWASM components.

Gave a talk about #BlazorWASM and @AzureFunctions with #OpenAPI running on @AzureStaticApps at #BusanAzureAIMeetup Missed the in-person meetup in a while! Sample source code: github.com/justinyoo/blaz…



OOh...i was just in the process for upgrading our #BlazorWASM project authentication feature from .net6 to .net 7....would the upgrade assistant handle this automatically? cc @danroth27

2/ Also perhaps from a security viewpoint, a typed #HTTPClient dedicated for making the call to the /.auth/me endpoint because usually a typical #BlazorWASM will make a minimum of one call to an external API for functional/domain reasons learn.microsoft.com/en-us/aspnet/c…

@danroth27 hurrying from the kitchen to answer the query from "migrating" from #BlazorServer to #BlazorWASM. And reiterating what @coolcsh @shanselman , both exist in their own and cater to different contexts.

Upgraded my Blazor WASM site (WIP) to .NET 6 …m-ocean-001526b00.azurestaticapps.net #dotnet #blazor #BlazorWASM

💡#TIL : David Letterman started his TV career as a weatherman and would be a fitting way to way to test if authentication is working as expected in the default #BlazorWASM project's Weather Forecast page


@danroth27 We are using the latest preview and we have run dotnet Publish in the Release configuration for the #BlazorWasm project. But when we want to view the static asset with the Live Server extension in @code , we get the following error.

Working on my Blazor Wasm Demo app using Chat Gpt-4 and Dall-e-3 geneative AI ! #blazor #blazorwasm #dotnet9 #csharp #chatgpt #dalle3 #openai #generativeai #norway

Also while index.html exists for #BlazorWASM , I don't think _layout.cshtml exists in #BlazorApp #dotnet8 fluentui-blazor.net/DesignTheme

day 7 of #100DaysOfCode Got stuck of having infinite http calls during the OnInitializedAsync #BlazorWasm. Anyone would like to explain to me why this happens? Thanks! #BlazorWasm


Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ] 1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not auth0.com/blog/support-a…
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL8Q_1XcAAYeXx.png)
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL8YS6WUAE3dct.jpg)
![augvcor's tweet image. Hey @andychiare, while using the below as an awesome @auth0 reference for deploying #BlazorWASM on @AzureStaticApps [IMO its still for #dotnet7 ]
1. Nullable Reference Types: Guidance for which properties of ClientPrincipal should be required or not
auth0.com/blog/support-a…](https://pbs.twimg.com/media/GAL-CnTXYAAqbrp.jpg)
Les comparto un link para que prueben una plantilla hecha con #blazorwasm #tailwindcss alojada en #digitalocean http://134.209.214.191:5000/

My #Azure Static Web App with #BlazorWASM frontend and #AzureFunctions #Powershell backend is now also a #PWA!

#BlazorWasm tip - When Blazor is done downloading everything it needs, it replaces your loading message / screen, ripping it right out. It can be jarring... So put it outside, and with js & css, transition it out with fade and scale!



Part-1 Blazor WebAssembly Cookie Authentication[.NET 6] #dotnet6 #blazor #blazorwasm #authentication #aspnet6 learmoreseekmore.com/2022/04/blazor…
![NaWin512's tweet image. Part-1 Blazor WebAssembly Cookie Authentication[.NET 6]
#dotnet6 #blazor #blazorwasm #authentication #aspnet6
learmoreseekmore.com/2022/04/blazor…](https://pbs.twimg.com/media/FQB4fe7aAAMLOQM.png)
Tested my Statistics Simulation app (math heavy) on #DotNet6 Preview with AoT - …tisticsandblazordotnet6.azureedge.net and across most devices -> 21% to 32% faster! #Blazor #BlazorWASM #DotNet #Development #SPA #Analytics #AI

Something went wrong.
Something went wrong.
United States Trends
- 1. Flacco 83.4K posts
- 2. Bengals 79.6K posts
- 3. Bengals 79.6K posts
- 4. Tomlin 21.5K posts
- 5. Ramsey 18.8K posts
- 6. Chase 106K posts
- 7. Chase 106K posts
- 8. #TNFonPrime 5,533 posts
- 9. #WhoDey 6,767 posts
- 10. #WhoDidTheBody 1,482 posts
- 11. Teryl Austin 2,739 posts
- 12. #clubironmouse 2,128 posts
- 13. Cuomo 80.8K posts
- 14. #criticalrolespoilers 6,762 posts
- 15. Andrew Berry 3,192 posts
- 16. Max Scherzer 14.2K posts
- 17. DK Metcalf 3,939 posts
- 18. yeonjun 106K posts
- 19. Burrow 9,680 posts
- 20. Ace Frehley 95.7K posts