⭐ Join Us on Patreon: www.patreon.com/CodingDroplets .NET MAUI Tutorial Series: kzbin.info/www/bejne/hWSQm3mrjdZ0iac&pp=sAQB Blazor Tutorial Series: kzbin.info/www/bejne/morCcoqaeN-mebs
@KOMEK199911 ай бұрын
.NET is about to make changes in the world using Multiplatform & Hybrid Application ❤❤❤
@CodingDroplets11 ай бұрын
Absolutely! .NET MAUI's multiplatform and hybrid capabilities are indeed game-changers in the world of app development. It's incredibly exciting to see how .NET is evolving to empower developers to create stunning, high-performance applications that can run seamlessly across multiple platforms.
@曼巴-z1t10 ай бұрын
This is the best teaching course I have ever heard,recommend to add a course on using Android devices, such as taking photos.
@CodingDroplets10 ай бұрын
Thank you so much for your kind words! I'll definitely consider creating a tutorial covering those topics.
@joaogabrielv.m32811 ай бұрын
Jesus fkcing Christ, this channel is a hidden gem! You owned a sub, sr
@CodingDroplets11 ай бұрын
Thank you so much for the enthusiastic support and subscribing! I'm glad you found the content valuable.
@rejawebs Жыл бұрын
My mind wondered by this tutorial. Keep it up this such a great journey. Thanks...
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback! I'm delighted to hear that.
@RandyBigbie Жыл бұрын
I love how clear and straightforward you are in this video. Great job! Keep up the great work! If you are going to go hybrid, i am assuming that calling Web APIs would be best from the shared components, correct?
@CodingDroplets Жыл бұрын
Thank you for your kind words and positive feedback! We're glad to hear that you found the content clear and straightforward. You're absolutely right! When working with a hybrid app like MAUI Blazor, calling Web APIs from shared components is a smart approach. This allows you to leverage the shared codebase and ensures consistency across platforms. By encapsulating your API calls within shared components, you maximize code reusability while maintaining a consistent user experience.
@dhirenpathak Жыл бұрын
Please one video tutorial for us on same topic about you talk@@CodingDroplets
@tornystark007Ай бұрын
Thank you... need more videos with real world application clones using MAUI hybrid.
@CodingDropletsСағат бұрын
Thank you for the suggestion! I’m glad you found the video helpful. I’d love to dive deeper into real-world app clones using .NET MAUI Hybrid in future videos. Stay tuned!
@shaileshpandey6214 Жыл бұрын
I am using MAUI blazor hybrid App. I want to know that when we run the app login page shohld be open instead of Home page, so where we define this page? Please just help where we can define this routing. ?
@htoohtoosan76482 ай бұрын
when i run the code, it is only showing Welcome to Chrome with Chrome Logo and ACCEPT & CONTINUE button which has blue color. And I could not click anywhere on the main screen.
@CodingDroplets2 ай бұрын
It usually happens when the WebView control is unable to load your Blazor content. Ensure the Blazor files are being properly included in the project. Also confirm BlazorWebView's host page is pointed to the correct page.
@PhantasyAI0 Жыл бұрын
Please i hope you do a full series for MAUI Blazor Hybrid Apps! I just found you maybe you already have some? XD
@CodingDroplets Жыл бұрын
Welcome to the channel, and thank you for your enthusiasm! I'm glad you're interested in MAUI Blazor Hybrid Apps. While I don't have a full series specifically dedicated to it yet, I'm certainly open to creating more content on this topic.
@balasubramaniyan1234 Жыл бұрын
thanks and please kindly put more videos for .net maui blazor hybrid app
@CodingDroplets Жыл бұрын
Thank you for your feedback, and I'm glad you found the tutorial helpful! We'll be covering more topics on Hybrid apps soon in upcoming videos.
@dhirenpathak Жыл бұрын
Great, Nice Tutorials
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback!
@shaileshpandey62148 ай бұрын
Very Nice tutorial. Please make a video on JWT authentication and authorisation for maui blazor hybrid app.
@CodingDroplets8 ай бұрын
Thank you for your feedback! I'm glad you found the tutorial helpful. I'll definitely consider your suggestion for a video on JWT authentication and authorization for MAUI Blazor hybrid apps. Stay tuned for more tutorials!
@jsiahaan Жыл бұрын
Thank you soo much. This video is very helpfull!
@CodingDroplets Жыл бұрын
You're very welcome! Glad to hear that.
@sambhavyadavofficial Жыл бұрын
Very nice 👍
@CodingDroplets Жыл бұрын
Thank you 👍
@jorgepedraza12755 ай бұрын
Any examples of authentication with MAUI Blazor Hybrid Apps and Web App Preview?
@CodingDroplets5 ай бұрын
Currently, there's no video on that topic, but I'll definitely consider doing it. Thanks for the suggestion!
@developercrucible9 ай бұрын
We explained✌
@CodingDroplets9 ай бұрын
Thank You!
@tofansahra-kb7rv Жыл бұрын
very good
@CodingDroplets Жыл бұрын
Thank You!
@shabanelmogy7912 Жыл бұрын
i need example connected with mobile devices
@CodingDroplets Жыл бұрын
Thank you for your comment! It seems like you're looking for an example that involves connecting the Blazor MAUI Hybrid App with mobile devices. If I understand correctly, you want to run the application on your mobile phone. To run a Blazor MAUI Hybrid App on a mobile device, you can follow these general steps: - Connect your mobile phone to your PC using a USB cable. - Ensure that USB debugging is enabled on your mobile phone. This setting is usually found in the Developer Options menu on your device. If you don't see Developer Options in your phone's settings, you may need to enable it by tapping on the "Build number" in the "About phone" section multiple times. - In Visual Studio or your preferred IDE, select your mobile device as the target for deployment. - Build and run your Blazor MAUI Hybrid App. The application will be deployed and launched on your connected mobile phone.
@shabanelmogy7912 Жыл бұрын
@@CodingDroplets i want example with platform integration like contact camera maps
@niltechit21897 ай бұрын
Please give me solution how to create apk file for blazor hybrid app.
@CodingDroplets7 ай бұрын
You can refer the below documentation: learn.microsoft.com/en-us/dotnet/maui/android/deployment
@cissemy Жыл бұрын
Great. Can you add authentication and authorization to it ?
@CodingDroplets Жыл бұрын
Thank you for your comment! We appreciate your interest in adding authentication and authorization to the MAUI Blazor Hybrid App. If you're looking to implement custom authentication and authorization in a Blazor WebAssembly app, you might find our tutorial on "Blazor WASM Custom Authentication" helpful. You can watch it here: kzbin.info/www/bejne/bYHClqywadJ4o6M While the MAUI Blazor Hybrid App architecture is slightly different due to the integration with native features, the concepts of authentication and authorization remain similar. Feel free to adapt the principles from the Blazor WASM tutorial to your MAUI Blazor Hybrid App.
@dhirenpathak Жыл бұрын
Please One video to save data in SQL-MYSql or MongoDB .... Please.......
@CodingDroplets Жыл бұрын
Thank you for your suggestion! Saving data in SQL (MySQL, SQL Server, etc.) or MongoDB within a MAUI Blazor Hybrid App is a great topic, and I appreciate your interest. I'll certainly consider creating a video tutorial on this in the near future.
@dmac046yyt5 ай бұрын
Astroturf comments below. Be warned.
@CodingDroplets5 ай бұрын
I'm sorry you feel that way. Comments are from genuine viewers sharing their thoughts, feedback and questions.