#blazorwebview search results
.Net 𝐌𝐀𝐔𝐈 with #BlazorWebView new feature: - Blazor 𝙬𝙚𝙗 𝙖𝙥𝙥𝙡𝙞𝙘𝙖𝙩𝙞𝙤𝙣 ! - 𝙉𝙖𝙩𝙞𝙫𝙚 𝙥𝙡𝙖𝙩𝙛𝙤𝙧𝙢 𝙛𝙚𝙖𝙩𝙪𝙧𝙚𝙨 & 𝙐𝙄 𝙘𝙤𝙣𝙩𝙧𝙤𝙡𝙨 . 𝐖𝐞𝐛𝐕𝐢𝐞𝐰𝟐 .
Little hack'ish, but I can take a full compiled #Angular app & render it inside a #DotNetMAUI app. 🎉 #BlazorWebView aka WebView2/WKWebView does not care. .NET code would need to talk to NG code over Interop. Not as nice as #Blazor which runs on the same .NET. 😇
We got #BlazorWebView working through WebView2 on a WPF app running on .NET 6 Preview 3. #Blazor components rendering on WPF/WinForms. Huzzah!
Are you watching the .NET Dev Show right now? @samidip is tinkering with BlazorWebView for Desktop. Join him LIVE right now at twitch.tv/codeitlive! #Blazor #dotNET #WebView
🧵6/7 Finally, the new StartPath property on BlazorWebView in .NET 8 allows you to set the path to initially navigate to. This is useful when you want to take the user straight to a specific page once the BlazorWebView is loaded. #BlazorWebView #webdevelopment
I'm going to tinker with #WebView2 & #BlazorWebView for Desktop apps. Come hang @ 10 EST on twitch.tv/codeitlive.
A minimal Tauri app on Windows is only a ~25MB self-contained EXE: github.com/tauri-apps/tau… This might be a viable minimalistic cross-platform Desktop shell for #Blazor WebAssembly apps, until #WebView2 and #BlazorWebView are available for MacOS (Fall'2022?) and Linux (if ever?)
Getting started with BlazorWebView in WinForms and WPF. #Blazor #BlazorWebView #AspNetCore #Windows #Wpf #WinForms #DotNet #dotNETConf
.NET MAUI Blazor project template is available out of the box. So why not for Windows Forms and WPF. Checkout this GitHub repository and give it a try today itself. Details in the repo itself. @dotnet @aspnet #Blazor #MSBuild #MSBuild2021 #dotnetmaui github.com/egvijayanand/d…
This would be an intro article for getting started with #BlazorWebView in #dotnetmaui egvijayanand.in/2021/11/13/net…
And the good news is that #BlazorWebView, for #WinForms and #WPF, is supported on Windows 7 and later. Whereas on #dotnetmaui, the minimum OS version supported is Windows 10 1809 (10.0.17763.0) and later. #dotNETConf #dotnet #dotnet6 #Blazor #Windows #WindowsForms #AspNetCore
Use #BlazorWebView with WPF and you get full control over the UI of the app because you can use html/css/javascript. If you want XAML, this is an AMAZING library to make UIs looks nice github.com/lepoco/wpfui
github.com
GitHub - lepoco/wpfui: WPF UI provides the Fluent experience in your known and loved WPF framework....
WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly. - lepoco/wpfui
#BlazorWebView specific item template is in the pipeline.
If you would like to try #BlazorWebView in #WinForms or #WPF, there is a template readily available to try. Install the NuGet package and use it from CLI or from within VS IDE. #dotNETConf #dotnet #dotnet6 #Blazor #Windows #WindowsForms #AspNetCore nuget.org/packages/Vijay…
What's your host for #BlazorWebView (WinForms, WPF, WinUI)? There's still a bunch of unresolved focus/keyboard integration issues with #BlazorWebView: github.com/noseratio/Blaz…. Or, more specifically, the ball is on #WebView2 team's side.
An intro article on getting started with #Blazor and #dotnetmaui with sample code on GitHub and followed with another article on working with both in tandem. egvijayanand.in/2021/11/13/net… egvijayanand.in/2021/11/16/dot… #BlazorWebView #BlazorHybrid #AspNetCore #Razor
Project template readily available to try a POC on this new exciting feature. @hindrikes nuget.org/packages/Vijay… #Blazor #BlazorWebView #WinForms #WPF #Windows #Razor #AspNetCore
Modernize WinForms and WPF apps with BlazorWebView ift.tt/3DggFGe #Xamarin
Starting to look at #UI Frameworks for #PresenceLight as I have moved it to #BlazorWebView. Other than #MudBlazor, what are some other ones I should take a look at?
Modernize #WinForms and #WPF apps with #BlazorWebView buff.ly/3GhqXI9 @hindrikes
By not talking about web do you mean Electron? #WinForms as a thin host for #WebView2 or #BlazorWebView may be a viable alternative. Then Blazor/React/Vue/etc with a design system of your choice (Microsoft @FAST_UI, @fluentui, Adobe Spectrum WCs, Salesforce Lightning WCs, etc)
How to use #Blazor / how to register #BlazorWebView in all the supported platforms: - #dotNET #MAUI - #WPF - #WindowsForms egvijayanand.in/2022/04/13/net… by @egvijayanand
🧵6/7 Finally, the new StartPath property on BlazorWebView in .NET 8 allows you to set the path to initially navigate to. This is useful when you want to take the user straight to a specific page once the BlazorWebView is loaded. #BlazorWebView #webdevelopment
#BlazorWebView specific item template is in the pipeline.
How to use #Blazor / how to register #BlazorWebView in all the supported platforms: - #dotNET #MAUI - #WPF - #WindowsForms egvijayanand.in/2022/04/13/net… by @egvijayanand
What's your host for #BlazorWebView (WinForms, WPF, WinUI)? There's still a bunch of unresolved focus/keyboard integration issues with #BlazorWebView: github.com/noseratio/Blaz…. Or, more specifically, the ball is on #WebView2 team's side.
Starting to look at #UI Frameworks for #PresenceLight as I have moved it to #BlazorWebView. Other than #MudBlazor, what are some other ones I should take a look at?
Use #BlazorWebView with WPF and you get full control over the UI of the app because you can use html/css/javascript. If you want XAML, this is an AMAZING library to make UIs looks nice github.com/lepoco/wpfui
github.com
GitHub - lepoco/wpfui: WPF UI provides the Fluent experience in your known and loved WPF framework....
WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly. - lepoco/wpfui
Modernize #WinForms and #WPF apps with #BlazorWebView buff.ly/3GhqXI9 @hindrikes
An intro article on getting started with #Blazor and #dotnetmaui with sample code on GitHub and followed with another article on working with both in tandem. egvijayanand.in/2021/11/13/net… egvijayanand.in/2021/11/16/dot… #BlazorWebView #BlazorHybrid #AspNetCore #Razor
This would be an intro article for getting started with #BlazorWebView in #dotnetmaui egvijayanand.in/2021/11/13/net…
Project template readily available to try a POC on this new exciting feature. @hindrikes nuget.org/packages/Vijay… #Blazor #BlazorWebView #WinForms #WPF #Windows #Razor #AspNetCore
Modernize WinForms and WPF apps with BlazorWebView ift.tt/3DggFGe #Xamarin
Little hack'ish, but I can take a full compiled #Angular app & render it inside a #DotNetMAUI app. 🎉 #BlazorWebView aka WebView2/WKWebView does not care. .NET code would need to talk to NG code over Interop. Not as nice as #Blazor which runs on the same .NET. 😇
By not talking about web do you mean Electron? #WinForms as a thin host for #WebView2 or #BlazorWebView may be a viable alternative. Then Blazor/React/Vue/etc with a design system of your choice (Microsoft @FAST_UI, @fluentui, Adobe Spectrum WCs, Salesforce Lightning WCs, etc)
A minimal Tauri app on Windows is only a ~25MB self-contained EXE: github.com/tauri-apps/tau… This might be a viable minimalistic cross-platform Desktop shell for #Blazor WebAssembly apps, until #WebView2 and #BlazorWebView are available for MacOS (Fall'2022?) and Linux (if ever?)
And the good news is that #BlazorWebView, for #WinForms and #WPF, is supported on Windows 7 and later. Whereas on #dotnetmaui, the minimum OS version supported is Windows 10 1809 (10.0.17763.0) and later. #dotNETConf #dotnet #dotnet6 #Blazor #Windows #WindowsForms #AspNetCore
If you would like to try #BlazorWebView in #WinForms or #WPF, there is a template readily available to try. Install the NuGet package and use it from CLI or from within VS IDE. #dotNETConf #dotnet #dotnet6 #Blazor #Windows #WindowsForms #AspNetCore nuget.org/packages/Vijay…
Getting started with BlazorWebView in WinForms and WPF. #Blazor #BlazorWebView #AspNetCore #Windows #Wpf #WinForms #DotNet #dotNETConf
.NET MAUI Blazor project template is available out of the box. So why not for Windows Forms and WPF. Checkout this GitHub repository and give it a try today itself. Details in the repo itself. @dotnet @aspnet #Blazor #MSBuild #MSBuild2021 #dotnetmaui github.com/egvijayanand/d…
.Net 𝐌𝐀𝐔𝐈 with #BlazorWebView new feature: - Blazor 𝙬𝙚𝙗 𝙖𝙥𝙥𝙡𝙞𝙘𝙖𝙩𝙞𝙤𝙣 ! - 𝙉𝙖𝙩𝙞𝙫𝙚 𝙥𝙡𝙖𝙩𝙛𝙤𝙧𝙢 𝙛𝙚𝙖𝙩𝙪𝙧𝙚𝙨 & 𝙐𝙄 𝙘𝙤𝙣𝙩𝙧𝙤𝙡𝙨 . 𝐖𝐞𝐛𝐕𝐢𝐞𝐰𝟐 .
We got #BlazorWebView working through WebView2 on a WPF app running on .NET 6 Preview 3. #Blazor components rendering on WPF/WinForms. Huzzah!
Are you watching the .NET Dev Show right now? @samidip is tinkering with BlazorWebView for Desktop. Join him LIVE right now at twitch.tv/codeitlive! #Blazor #dotNET #WebView
Little hack'ish, but I can take a full compiled #Angular app & render it inside a #DotNetMAUI app. 🎉 #BlazorWebView aka WebView2/WKWebView does not care. .NET code would need to talk to NG code over Interop. Not as nice as #Blazor which runs on the same .NET. 😇
.Net 𝐌𝐀𝐔𝐈 with #BlazorWebView new feature: - Blazor 𝙬𝙚𝙗 𝙖𝙥𝙥𝙡𝙞𝙘𝙖𝙩𝙞𝙤𝙣 ! - 𝙉𝙖𝙩𝙞𝙫𝙚 𝙥𝙡𝙖𝙩𝙛𝙤𝙧𝙢 𝙛𝙚𝙖𝙩𝙪𝙧𝙚𝙨 & 𝙐𝙄 𝙘𝙤𝙣𝙩𝙧𝙤𝙡𝙨 . 𝐖𝐞𝐛𝐕𝐢𝐞𝐰𝟐 .
We got #BlazorWebView working through WebView2 on a WPF app running on .NET 6 Preview 3. #Blazor components rendering on WPF/WinForms. Huzzah!
Are you watching the .NET Dev Show right now? @samidip is tinkering with BlazorWebView for Desktop. Join him LIVE right now at twitch.tv/codeitlive! #Blazor #dotNET #WebView
I'm going to tinker with #WebView2 & #BlazorWebView for Desktop apps. Come hang @ 10 EST on twitch.tv/codeitlive.
🧵6/7 Finally, the new StartPath property on BlazorWebView in .NET 8 allows you to set the path to initially navigate to. This is useful when you want to take the user straight to a specific page once the BlazorWebView is loaded. #BlazorWebView #webdevelopment
A minimal Tauri app on Windows is only a ~25MB self-contained EXE: github.com/tauri-apps/tau… This might be a viable minimalistic cross-platform Desktop shell for #Blazor WebAssembly apps, until #WebView2 and #BlazorWebView are available for MacOS (Fall'2022?) and Linux (if ever?)
Something went wrong.
Something went wrong.
United States Trends
- 1. Clippers 13K posts
- 2. Harden 9,387 posts
- 3. #DWTS 48.8K posts
- 4. Ty Lue 1,347 posts
- 5. Giannis 27.8K posts
- 6. Kawhi 3,369 posts
- 7. Huda 5,620 posts
- 8. #RHOSLC 7,198 posts
- 9. Whitney 15.4K posts
- 10. Markstrom 1,675 posts
- 11. Brunson 7,121 posts
- 12. Ryan Rollins 2,938 posts
- 13. #DearOlandria N/A
- 14. Caden 7,970 posts
- 15. Chris Paul 1,534 posts
- 16. Zubac 1,622 posts
- 17. Alix 6,702 posts
- 18. Askarov N/A
- 19. #Blackhawks 2,536 posts
- 20. Elaine 38K posts