Is it possible to covert blazor Web assembly standalone app to .Net Maui blazor hybrid app I'm also storing data on index db, is it possible without sql lite
@ChrystianBourassa2 күн бұрын
How can we get the location while the app is sleeping or locked. I would buy a subscription just to get this answer.
@tenamsb6863 күн бұрын
Please focus on your communication skills. If you keep going on without certain pauses, why will someone (who is actually new to docker) watch your videos?
@mikeyim95974 күн бұрын
Thanks!
@CodingDroplets2 күн бұрын
You are most Welcome!
@mikeyim95974 күн бұрын
Thank you Coding Droplets. You have one of the best tutorial series in Blazor and Maui. How can I buy you a coffee?
@krishramakrishna95674 күн бұрын
Please share code
@CodingDroplets4 күн бұрын
github.com/codingdroplets/GrpcJwtAuthentication
@krishramakrishna95675 күн бұрын
How to deploy a grpc service to aks please
@krishramakrishna95675 күн бұрын
Interceptor with grpc examples please
@CodingDroplets6 күн бұрын
👉 Get Source Code: www.patreon.com/CodingDroplets 🔗 Blazor Tutorial Playlist: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@louisferreira90557 күн бұрын
Which Library / Package does the Table class come from?
@CodingDroplets6 күн бұрын
In this project, I've used Spectre.Console library. There are so many other libraries as well.
@nilanxata40377 күн бұрын
Excellent video. Saved my time. Thanks
@CodingDroplets7 күн бұрын
You’re welcome! 😊
@sureshaskote8 күн бұрын
great vedeo , please share the code as well
@CodingDroplets6 күн бұрын
Source Code is available in our Patreon Community: www.patreon.com/CodingDroplets
@krishramakrishna95678 күн бұрын
where we can download this code
@CodingDroplets6 күн бұрын
github.com/codingdroplets/GrpcUnariApiExample
@nikruto53298 күн бұрын
Hello, is this all the code in this video?
@CodingDroplets6 күн бұрын
Are you asking if the video covers all the code? If you're looking for the full project Source Code, you can download it from my Patreon: www.patreon.com/CodingDroplets Let me know if you were asking something else!
@ЮтубПетрович-с3н8 күн бұрын
Thank you for the video, it works for me! Just I'd like you to be more slow because I can't think so fast :)))
@CodingDroplets8 күн бұрын
Thanks! I’ll keep that in mind for future tutorials.
@mik481910 күн бұрын
Great explanation approach.
@CodingDroplets8 күн бұрын
Thanks! Glad you found the explanation helpful!
@sureshaskote10 күн бұрын
awesame video , Thank You
@CodingDroplets8 күн бұрын
You are most welcome!
@sonbiproduction11 күн бұрын
If we turn off the computer, so the site will not be reached right ? Is there a better way to host it ?
@CodingDroplets8 күн бұрын
You're correct! If the computer hosting the site is turned off, the site will be unreachable. For better hosting, you can use cloud platforms like Azure, AWS, or a dedicated hosting provider, which ensures your application is always available and provides additional benefits like scalability and security.
@sonbiproduction8 күн бұрын
@ is it free in Azure or AWS ?
@CodingDroplets8 күн бұрын
Both Azure and AWS have free tiers that are great for testing or small projects. However, if you’re hosting a production site, there will be some costs depending on how much storage, bandwidth, and compute power you need. I’d recommend checking their pricing calculators to get an idea of what it might cost for your specific setup.
@joshbruton12 күн бұрын
You are not handling decomposing which is the only difficult part about this
@CodingDroplets8 күн бұрын
Thanks for pointing that out! I'll definitely take a look at how to improve the implementation regarding decomposition in future updates.
@danielgibson399513 күн бұрын
I cant get server manager on my PC :(, says its not compatible even though im one Windows 10
@CodingDroplets12 күн бұрын
Server Manager is specific to Windows Server and isn’t available on Windows 10. However, you can enable IIS on Windows 10 by going to Control Panel -> Programs -> Turn Windows features on or off, and selecting Internet Information Services.
@sureshaskote14 күн бұрын
wonderful video
@CodingDroplets12 күн бұрын
Thank You!
@DevilMadeMeDoIt66616 күн бұрын
How would this be applied to an API?
@tracerfacer623417 күн бұрын
Followed to the letter, but the IDE throws all kinds of errors around deprecated methods, most of which I was able to get around with copilot, but the midway result at 11:15 doesn't even look close. To many changes have been made to .net / maui / visual studio to make this a workable tutorial. I gave up.
@anatoliigrynchuk332518 күн бұрын
not clear at all. On video one type of project, somewhere mentioned that it another...
@monarch200219 күн бұрын
the best content i hav seen till now 🙌🙌
@CodingDroplets19 күн бұрын
Thank You!
@JeremyAlpha20 күн бұрын
Remember not to trust arbitrary font files, rather extract the code from the sample app and run it in your own scaffold.
@CodingDroplets20 күн бұрын
Thank you for your comment! Just to clarify, the font files in the source code, "OpenSans-Regular" and "OpenSans-Semibold," are the default fonts that come with a new .NET MAUI project. I haven’t added any extra fonts to the project. These files are included by default when you create a new MAUI project, so there's nothing custom or untrustworthy about them. If you have any further concerns, feel free to ask.
@JeremyAlpha20 күн бұрын
@@CodingDroplets Thank you for providing the sample code :), it is most helpful and I like your channel.
@CodingDroplets20 күн бұрын
You are most Welcome! Glad to hear that.
@MonishaBM-u7f20 күн бұрын
Getting the below error. why I used the command PS C:\ESHWAR\Learn\Docker> docker build -t sample-img . [+] Building 0.1s (1/1) FINISHED docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2B 0.0s ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
@CodingDroplets20 күн бұрын
The error indicates that Docker couldn’t find the Dockerfile in the current directory from where you ran the docker build command. Please ensure the Dockerfile exists in the same folder.
@Ezekielzzz202521 күн бұрын
Do we need to pay for redis ? not sure what i have to take
@CodingDroplets20 күн бұрын
If you’re running Redis locally on your computer or hosting it on your own server, there’s no extra cost involved.
@Ezekielzzz202520 күн бұрын
@@CodingDroplets Thank you, i thought about doing that.
@Ezekielzzz202521 күн бұрын
Very nice code.. Any ways to get the driver name of that device ? So far, we see a marker moving but that doesn't tell us who that marker is.. I'm currently developing a tracker for a delivery company and I have this specific need. Thank you for your great video.
@CodingDroplets20 күн бұрын
You can add the details along with marker. We've used a library called leafletjs for map integration. You can find the detailed documentation in their website (leafletjs.com/).
@vijai85121 күн бұрын
Finally and a-z one. Thank you guys!
@CodingDroplets20 күн бұрын
You are most Welcome!
@MarakalaDivya22 күн бұрын
After upgrading the IIS from 7.5 to 10 on the server, our application is not able to connect to the database. It is giving Login failed for user 'userid' error. What might causing this issue?Thank you.
@kennycassandra545222 күн бұрын
at 17:32 i don't understand why the Identity always return null. even the flag of IsAuthenticated already true.
@Chinnurockbells25 күн бұрын
Good explanation sir thank you
@CodingDroplets24 күн бұрын
You are welcome! Glad to hear that!
@sanchairattanaumpa719225 күн бұрын
how to add button update ?
@lovindigital25 күн бұрын
The best ever!
@CodingDroplets24 күн бұрын
Thank You!
@rohandas-s8d26 күн бұрын
After watching hundreds of videos, this one finally worked. can't thank you more.
@CodingDroplets24 күн бұрын
I'm so glad to hear that the tutorial helped you out! 😊
@osamaaly998828 күн бұрын
I got this error .. System.InvalidOperationException: 'Headers are read-only, response has already started.' .. in await httpContext.SignInAsync( principal);
@osamaaly998828 күн бұрын
just remove @rendermode InteractiveServer fix my error .. but i don't what is the error was
@osamaaly998829 күн бұрын
so we don't need to implement a class CustomAuthenticationStateProvider : AuthenticationStateProvider any more ?? with JavaScript interop
@grantratcliff1059Ай бұрын
Does this require further setup to work on Android & iOS or will this method work for both? Thanks for the video!
@AfSA-y4dАй бұрын
Hello can I ask where is that database file specificaly located, if I want to look at it on some DataBase browser?
@sureshpal5569Ай бұрын
great content and way of explanation is great
@CodingDroplets24 күн бұрын
I’m glad you found the explanation helpful!
@tornystark007Ай бұрын
Thank you... need more videos with real world application clones using MAUI hybrid.
@sureshpal5569Ай бұрын
Thank You for making such wonderful video
@CodingDroplets24 күн бұрын
You’re welcome! 😊 Glad you enjoyed it.
@facepalmgamer8197Ай бұрын
Very good tutoral again. Has helped alot with learning these tools. I have seen your tutorials on authentication and login, and would love one that uses the new maui blazor hybrid web app. I am struggling to get the both web and app (android/ios) to work at the same time. I have tried looking into Microsoft.AspNetCore.Identity, but cant figure it out with both maui and blazor
@facepalmgamer8197Ай бұрын
Very Helpful. I saw your tutorial for blazor, but that uses cookies which have been depricated. I would love a tutorial for a blazor maui hybrid web app! some different parts of the apps conflict and I'm not sure how to set them up together.
Thank you for your helpful video on deploying a .NET Core application in IIS. I followed all the steps you demonstrated, but I’m encountering an issue where the application pool stops immediately after starting the site.
@CodingDropletsАй бұрын
Thanks so much for watching the video! The issue with the application pool stopping usually happens because of permission problems or a missing .NET Core runtime. Double-check that the .NET Core Hosting Bundle is installed on your server and that the application pool identity has the right permissions for your app’s folder.
@mousoftАй бұрын
@@CodingDroplets Thank you so much for your quick response and helpful guidance. I really appreciate the time you took to reply to my message! After several attempts, I discovered that IIS was malfunctioning, as it couldn’t even handle a static website. I decided to completely uninstall and reinstall IIS, and after doing so, both static sites and classic .NET sites worked perfectly. I then retried the steps from your video for deploying my .NET Core application (Windows 11 Pro + .NET 8), but now I’m encountering a new issue HTTP Error 500.19 - Internal Server Error.
@leander415Ай бұрын
HttpContext is null, why?
@CodingDropletsАй бұрын
You might be using render-mode in login page.
@leander41513 күн бұрын
@@CodingDroplets Ah ty
@shashankchaturvedi-zv6ncАй бұрын
hi i have a project idea related to video tool , if you wish to built for your video let me know
@CodingDropletsАй бұрын
Feel free to share more details about your project, and I’ll see if it’s something I can work into a future video. Thanks for reaching out!
@shashankchaturvedi-zv6ncАй бұрын
@CodingDroplets this is my idea and very important problem to be solved -reduce noise in audio vedio like nvidia broadcast - can you make a app to remove background sound from live or video recording , Can you turn my idea into a reality ,Please Let me know