Daniel is smiling after hearing "BLAZOR TRAINnnnnn!.." like I do as well! As always, PROPS for all these great Blazor videos!
@dsheardown4 жыл бұрын
I so love Blazor! and Blazor Train Carl - Brilliant!
@DeveloperExpress4 жыл бұрын
Glad to hear! Please let us know if there's anything else you'd like Carl to cover.
@BenHayat3 жыл бұрын
A lot of engineering is going into Blazor. Can't wait for Blazor 6 GA.
@beeeeeeeeeeep4 жыл бұрын
Passenger: "you think you're Richard Campbell??" 😂
@marcosphs3 жыл бұрын
What is the solution to apply a layout similar to the Asp.Net Core MVC you use (controller with views: Views/Shared/_Layout.cshtml)
@matze31234 жыл бұрын
Thanks for that!
@ranielgarcia86853 жыл бұрын
Is prerendering is also available in standalone Blazor WASM ?
@DeveloperExpress3 жыл бұрын
Hi there. Yes, it is. You can learn more here... jonhilton.net/blazor-wasm-prerendering/
@danielecerro37974 жыл бұрын
Beautiful video, thank you very much!
@DeveloperExpress4 жыл бұрын
You're welcome. Glad you enjoyed it!
@HugRunner4 жыл бұрын
I have seen videos about pretty much replacing some WPF applications and using PWA with Blazor, but is it possible to call the Windows API or do things like DeviceEnumeration, e.g. find USB devices. In my case I would like to find and communicate with a barcode scanner connected through USB. I know I could set it to keyboard-mode so it just spits out text and I have an inputbox that it enters that text to, but what if that inputbox or the program isn't in focus. Then I need to receive and handle the signal elsewhere. Anyone with experience in this? (I have achieved this in UWP but would rather use Blazor if possible)
@mauriceslegtenhorst16514 жыл бұрын
I LOVE BLAZOR
@DeveloperExpress4 жыл бұрын
We do too!
@galaxiegalaxie50034 жыл бұрын
Thank you,please also make a video about dapper and entity framework,when to use it etc some opinion😁
@DeveloperExpress4 жыл бұрын
I recommend taking a look at one of articles you can find on this topic: bit.ly/2TwqjzS
@williambell45913 жыл бұрын
I swear by Tim Corey's EXCELLENT YT channel for C#, and other training - he also has tips on using Dapper - highly recommended! 👍 kzbin.info/www/bejne/e6WVnJt9o9d8p8U
@agarvan4 жыл бұрын
How did Carl add two videos and Visual studio into one video?
@DeveloperExpress4 жыл бұрын
I believe Carl uses vMix software but you can use something like OBS Studio too.
@MartinHAndersen4 жыл бұрын
Any fix for showing null when binding to an empty string?
@DeveloperExpress4 жыл бұрын
@Martin, the DevExpress Blazor TextBox component supports a feature called NullText which allows you to define the string when the bound field is null: Docs: docs.devexpress.com/Blazor/DevExpress.Blazor.Base.DxTextEditorBase.NullText Demo: demos.devexpress.com/blazor/TextBox Download the DevExpress Blazor components for free 30-day trial and test it in your local Visual Studio.
@MartinHAndersen4 жыл бұрын
@@DeveloperExpress I am not using DevExpress.
@DeveloperExpress4 жыл бұрын
@@MartinHAndersen The DevExpress Blazor components support this feature: devexpress.com/blazor You can use them seamlessly with your existing Blazor projects. For Blazor framework related questions, I recommend posting to Microsoft's Blazor github page: github.com/dotnet/aspnetcore/issues?q=is%3Aissue+blazor+null+empty+string
@MartinHAndersen4 жыл бұрын
@@DeveloperExpress Thanks I have submitted a feature request. Are devexprees free for commercial projects? Any way I am using Radzen, to late to turn around (:
@tobiasfandrich28674 жыл бұрын
@@DeveloperExpress It seems that limited time has already gone right?