Пікірлер
@ilyasansari2498
@ilyasansari2498 13 сағат бұрын
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
@ChrystianBourassa
@ChrystianBourassa 2 күн бұрын
How can we get the location while the app is sleeping or locked. I would buy a subscription just to get this answer.
@tenamsb686
@tenamsb686 3 күн бұрын
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?
@mikeyim9597
@mikeyim9597 4 күн бұрын
Thanks!
@CodingDroplets
@CodingDroplets 2 күн бұрын
You are most Welcome!
@mikeyim9597
@mikeyim9597 4 күн бұрын
Thank you Coding Droplets. You have one of the best tutorial series in Blazor and Maui. How can I buy you a coffee?
@krishramakrishna9567
@krishramakrishna9567 4 күн бұрын
Please share code
@CodingDroplets
@CodingDroplets 4 күн бұрын
github.com/codingdroplets/GrpcJwtAuthentication
@krishramakrishna9567
@krishramakrishna9567 5 күн бұрын
How to deploy a grpc service to aks please
@krishramakrishna9567
@krishramakrishna9567 5 күн бұрын
Interceptor with grpc examples please
@CodingDroplets
@CodingDroplets 6 күн бұрын
👉 Get Source Code: www.patreon.com/CodingDroplets 🔗 Blazor Tutorial Playlist: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@louisferreira9055
@louisferreira9055 7 күн бұрын
Which Library / Package does the Table class come from?
@CodingDroplets
@CodingDroplets 6 күн бұрын
In this project, I've used Spectre.Console library. There are so many other libraries as well.
@nilanxata4037
@nilanxata4037 7 күн бұрын
Excellent video. Saved my time. Thanks
@CodingDroplets
@CodingDroplets 7 күн бұрын
You’re welcome! 😊
@sureshaskote
@sureshaskote 8 күн бұрын
great vedeo , please share the code as well
@CodingDroplets
@CodingDroplets 6 күн бұрын
Source Code is available in our Patreon Community: www.patreon.com/CodingDroplets
@krishramakrishna9567
@krishramakrishna9567 8 күн бұрын
where we can download this code
@CodingDroplets
@CodingDroplets 6 күн бұрын
github.com/codingdroplets/GrpcUnariApiExample
@nikruto5329
@nikruto5329 8 күн бұрын
Hello, is this all the code in this video?
@CodingDroplets
@CodingDroplets 6 күн бұрын
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н
@ЮтубПетрович-с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 :)))
@CodingDroplets
@CodingDroplets 8 күн бұрын
Thanks! I’ll keep that in mind for future tutorials.
@mik4819
@mik4819 10 күн бұрын
Great explanation approach.
@CodingDroplets
@CodingDroplets 8 күн бұрын
Thanks! Glad you found the explanation helpful!
@sureshaskote
@sureshaskote 10 күн бұрын
awesame video , Thank You
@CodingDroplets
@CodingDroplets 8 күн бұрын
You are most welcome!
@sonbiproduction
@sonbiproduction 11 күн бұрын
If we turn off the computer, so the site will not be reached right ? Is there a better way to host it ?
@CodingDroplets
@CodingDroplets 8 күн бұрын
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.
@sonbiproduction
@sonbiproduction 8 күн бұрын
@ is it free in Azure or AWS ?
@CodingDroplets
@CodingDroplets 8 күн бұрын
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.
@joshbruton
@joshbruton 12 күн бұрын
You are not handling decomposing which is the only difficult part about this
@CodingDroplets
@CodingDroplets 8 күн бұрын
Thanks for pointing that out! I'll definitely take a look at how to improve the implementation regarding decomposition in future updates.
@danielgibson3995
@danielgibson3995 13 күн бұрын
I cant get server manager on my PC :(, says its not compatible even though im one Windows 10
@CodingDroplets
@CodingDroplets 12 күн бұрын
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.
@sureshaskote
@sureshaskote 14 күн бұрын
wonderful video
@CodingDroplets
@CodingDroplets 12 күн бұрын
Thank You!
@DevilMadeMeDoIt666
@DevilMadeMeDoIt666 16 күн бұрын
How would this be applied to an API?
@tracerfacer6234
@tracerfacer6234 17 күн бұрын
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.
@anatoliigrynchuk3325
@anatoliigrynchuk3325 18 күн бұрын
not clear at all. On video one type of project, somewhere mentioned that it another...
@monarch2002
@monarch2002 19 күн бұрын
the best content i hav seen till now 🙌🙌
@CodingDroplets
@CodingDroplets 19 күн бұрын
Thank You!
@JeremyAlpha
@JeremyAlpha 20 күн бұрын
Remember not to trust arbitrary font files, rather extract the code from the sample app and run it in your own scaffold.
@CodingDroplets
@CodingDroplets 20 күн бұрын
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.
@JeremyAlpha
@JeremyAlpha 20 күн бұрын
@@CodingDroplets Thank you for providing the sample code :), it is most helpful and I like your channel.
@CodingDroplets
@CodingDroplets 20 күн бұрын
You are most Welcome! Glad to hear that.
@MonishaBM-u7f
@MonishaBM-u7f 20 күн бұрын
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
@CodingDroplets
@CodingDroplets 20 күн бұрын
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.
@Ezekielzzz2025
@Ezekielzzz2025 21 күн бұрын
Do we need to pay for redis ? not sure what i have to take
@CodingDroplets
@CodingDroplets 20 күн бұрын
If you’re running Redis locally on your computer or hosting it on your own server, there’s no extra cost involved.
@Ezekielzzz2025
@Ezekielzzz2025 20 күн бұрын
@@CodingDroplets Thank you, i thought about doing that.
@Ezekielzzz2025
@Ezekielzzz2025 21 күн бұрын
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.
@CodingDroplets
@CodingDroplets 20 күн бұрын
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/).
@vijai851
@vijai851 21 күн бұрын
Finally and a-z one. Thank you guys!
@CodingDroplets
@CodingDroplets 20 күн бұрын
You are most Welcome!
@MarakalaDivya
@MarakalaDivya 22 күн бұрын
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.
@kennycassandra5452
@kennycassandra5452 22 күн бұрын
at 17:32 i don't understand why the Identity always return null. even the flag of IsAuthenticated already true.
@Chinnurockbells
@Chinnurockbells 25 күн бұрын
Good explanation sir thank you
@CodingDroplets
@CodingDroplets 24 күн бұрын
You are welcome! Glad to hear that!
@sanchairattanaumpa7192
@sanchairattanaumpa7192 25 күн бұрын
how to add button update ?
@lovindigital
@lovindigital 25 күн бұрын
The best ever!
@CodingDroplets
@CodingDroplets 24 күн бұрын
Thank You!
@rohandas-s8d
@rohandas-s8d 26 күн бұрын
After watching hundreds of videos, this one finally worked. can't thank you more.
@CodingDroplets
@CodingDroplets 24 күн бұрын
I'm so glad to hear that the tutorial helped you out! 😊
@osamaaly9988
@osamaaly9988 28 күн бұрын
I got this error .. System.InvalidOperationException: 'Headers are read-only, response has already started.' .. in await httpContext.SignInAsync( principal);
@osamaaly9988
@osamaaly9988 28 күн бұрын
just remove @rendermode InteractiveServer fix my error .. but i don't what is the error was
@osamaaly9988
@osamaaly9988 29 күн бұрын
so we don't need to implement a class CustomAuthenticationStateProvider : AuthenticationStateProvider any more ?? with JavaScript interop
@grantratcliff1059
@grantratcliff1059 Ай бұрын
Does this require further setup to work on Android & iOS or will this method work for both? Thanks for the video!
@AfSA-y4d
@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
@sureshpal5569 Ай бұрын
great content and way of explanation is great
@CodingDroplets
@CodingDroplets 24 күн бұрын
I’m glad you found the explanation helpful!
@tornystark007
@tornystark007 Ай бұрын
Thank you... need more videos with real world application clones using MAUI hybrid.
@sureshpal5569
@sureshpal5569 Ай бұрын
Thank You for making such wonderful video
@CodingDroplets
@CodingDroplets 24 күн бұрын
You’re welcome! 😊 Glad you enjoyed it.
@facepalmgamer8197
@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
@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.
@CodingDroplets
@CodingDroplets Ай бұрын
👉 Get Source Code: www.patreon.com/CodingDroplets 🔗 Blazor Virtualization: kzbin.info/www/bejne/iYXXqYyshd2DopY 🔗 Blazor QuickGrid: kzbin.info/www/bejne/l5bGY6qLj9Kpo7M 🔗 Blazor Tutorial Series: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@sureshpal5569
@sureshpal5569 Ай бұрын
great video , can you please share the souce code
@CodingDroplets
@CodingDroplets Ай бұрын
github.com/codingdroplets/DemoMicroserviceSolution
@sureshpal5569
@sureshpal5569 Ай бұрын
Thank You very much
@mousoft
@mousoft Ай бұрын
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
@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
@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
@leander415 Ай бұрын
HttpContext is null, why?
@CodingDroplets
@CodingDroplets Ай бұрын
You might be using render-mode in login page.
@leander415
@leander415 13 күн бұрын
@@CodingDroplets Ah ty
@shashankchaturvedi-zv6nc
@shashankchaturvedi-zv6nc Ай бұрын
hi i have a project idea related to video tool , if you wish to built for your video let me know
@CodingDroplets
@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
@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