Пікірлер
@Techno_Bhaia
@Techno_Bhaia 52 минут бұрын
The application stops responding unexpectedly after 4 or 5 hours, What's the issue ?
@ManieVerster
@ManieVerster 13 сағат бұрын
I am getting this error: Error CS0050 Inconsistent accessibility: return type 'Task<List<Customer>>' is less accessible than method 'LocalDBService.GetCustomers()' MauiSQLiteApp (net8.0-android), MauiSQLiteApp (net8.0-ios), MauiSQLiteApp (net8.0-maccatalyst), MauiSQLiteApp (net8.0-windows10.0.19041.0) C:\Projects\MauiSQLiteApp\LocalDBService.cs 22 Active when I add this code: public async Task<List<Customer>> GetCustomers() { return await _connection.Table<Customer>().ToListAsync(); }
@CodingDroplets
@CodingDroplets Сағат бұрын
This typically happens when the return type or parameters of a method have a more restrictive access level than the method itself. It seems like the Customer class might have a less accessible access level (internal, private or protected) than the GetCustomers method.
@luggiiiluggiii7179
@luggiiiluggiii7179 Күн бұрын
Perfect Job! Thank you <3
@CodingDroplets
@CodingDroplets Сағат бұрын
You are most welcome!
@endasil
@endasil Күн бұрын
More ads than video in this tutorial...
@CodingDroplets
@CodingDroplets Күн бұрын
I'm sorry to hear that the ads disrupted your viewing experience. Thank you for your feedback!
@endasil
@endasil Күн бұрын
I absolutely hate people who put ads in the middle of their videos. But I love how the calm clear voice and find the explanations in this video really good. I wish it went trough a bit more than the absolute basics.
@CodingDroplets
@CodingDroplets Күн бұрын
Thank you for your feedback! I'm glad to hear you found the explanations clear and helpful. I'll consider covering more advanced topics in future videos. Your input is valuable, and I'll keep it in mind to improve the content.
@parashgoswami264
@parashgoswami264 Күн бұрын
The most powerful yet concise intro to Authentication & Authorization. Very useful. Thanks
@CodingDroplets
@CodingDroplets Күн бұрын
Thank you so much for the kind words! I'm glad you found the introduction to Authentication & Authorization useful.
@JulianBedoyaVargas
@JulianBedoyaVargas 3 күн бұрын
Excellent video, I have tried to implement the LOGIN component with the FluentUI library and it throws some errors, could someone help me, thank you !!
@CodingDroplets
@CodingDroplets Күн бұрын
Thank you! I haven't tried implementing the LOGIN component with FluentUI myself. Could you please share the specific errors you're encountering? That way, I or someone else in the community might be able to assist you better.
@RockoShaw
@RockoShaw 4 күн бұрын
Awesome tutorial, thanks
@CodingDroplets
@CodingDroplets Күн бұрын
Thank you! I'm glad you enjoyed the tutorial
@vladimirfilimonov3712
@vladimirfilimonov3712 5 күн бұрын
why are you speedrunning mongo api man I'm not that fast 😭😭😭
@CodingDroplets
@CodingDroplets 4 күн бұрын
I appreciate your feedback! I’ll make sure to slow down in future videos.
@user-uu2oq3mk2b
@user-uu2oq3mk2b 9 күн бұрын
Good job! Will it run on Windows Machine?
@CodingDroplets
@CodingDroplets 9 күн бұрын
Yes it will
@StephenBargewell
@StephenBargewell 10 күн бұрын
Thanks
@CodingDroplets
@CodingDroplets 9 күн бұрын
Thank You So Much for the Support!
@DanielleMaddux-jy2co
@DanielleMaddux-jy2co 10 күн бұрын
Thank you! I had tried everything the documentation and all community forums suggested. This was the only thing that worked!
@CodingDroplets
@CodingDroplets 9 күн бұрын
Glad to hear that
@softw.netcore7521
@softw.netcore7521 10 күн бұрын
👍👍👍👍👍👍
@CodingDroplets
@CodingDroplets 9 күн бұрын
Thank You!
@codewithzviko
@codewithzviko 11 күн бұрын
In a clean architecture, where do you put your MongoDbService class?
@CodingDroplets
@CodingDroplets 4 күн бұрын
In a clean architecture setup, the MongoDbService class should be placed in the Infrastructure layer. This layer is responsible for implementing the actual data access logic.
@AcademiaCS1
@AcademiaCS1 12 күн бұрын
I', going to watch all this course videos. You rock @CodingDroplets
@CodingDroplets
@CodingDroplets 12 күн бұрын
Thank You! Glad to hear that.
@AcademiaCS1
@AcademiaCS1 12 күн бұрын
It is one of the best tutorial videos about anything. This time about MAUI. Seamless!!.
@CodingDroplets
@CodingDroplets 12 күн бұрын
Thank You!
@jammingboys9264
@jammingboys9264 13 күн бұрын
brilliant tutorial.
@CodingDroplets
@CodingDroplets 12 күн бұрын
Thank you!
@muhammadsaleh5927
@muhammadsaleh5927 13 күн бұрын
Do I need to understand this?
@socketafricaremotedesktop
@socketafricaremotedesktop 13 күн бұрын
Awesome tutorial @CodingDroplets, but I have issue with the HttpContext in the Login.razor Line 62, it is null at runtime. Is there something that I am missing?
@CodingDroplets
@CodingDroplets 12 күн бұрын
You might be using rendermode in Login page
@muhammadsaleh5927
@muhammadsaleh5927 14 күн бұрын
Why not use dependency injection instead of cascading values?
@muhammadsaleh5927
@muhammadsaleh5927 14 күн бұрын
Is the memberService a single or transient service?
@meetit7031
@meetit7031 17 күн бұрын
It is possible to use old identity mechanism with roles claims etc.? I see posibilities in your code to split repository code to another project but I confiused how it can work with custom authenctitation by key.
@yassermian9913
@yassermian9913 17 күн бұрын
great video. but how does built-in authentication system know about iuser_accoint table in sql.
@aniolautonell9497
@aniolautonell9497 20 күн бұрын
I am having problems with the service
@jariyaboonchaleaw8506
@jariyaboonchaleaw8506 20 күн бұрын
Thanks very helpful
@CodingDroplets
@CodingDroplets 16 күн бұрын
Glad to hear that!
@LebaneseEntertainment
@LebaneseEntertainment 22 күн бұрын
Thx for the help. It worked the first time but the second time a get a message with the problem: disable antiforgerytoken How can i fix this issue?
@neomachine8773
@neomachine8773 23 күн бұрын
Thanks from Colombia you are the boss
@CodingDroplets
@CodingDroplets 16 күн бұрын
Thank you too!
@TobiasLarsen93
@TobiasLarsen93 24 күн бұрын
Thank you so much for this! Exactly what i needed to understand how to implement auth!
@CodingDroplets
@CodingDroplets 24 күн бұрын
You're very welcome! Glad to hear that.
@gabymontesvielma7495
@gabymontesvielma7495 25 күн бұрын
Congrats and thank you!!! your video is pretty clear and quite useful !
@CodingDroplets
@CodingDroplets 24 күн бұрын
Thank you so much for your kind words! I'm glad you found the video clear and useful.
@shaileshpandey6214
@shaileshpandey6214 25 күн бұрын
Very Nice tutorial. Please make a video on JWT authentication and authorisation for maui blazor hybrid app.
@CodingDroplets
@CodingDroplets 24 күн бұрын
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!
@fanzfanzilla
@fanzfanzilla 25 күн бұрын
Thank you for the video. Can you do me a favor by making the visual studio font size a little larger? It will make it easier for me to follow you.
@CodingDroplets
@CodingDroplets 24 күн бұрын
Of course! Thank you for the feedback. I'll make sure to increase the font size in the next video to make it easier for everyone to follow along. Appreciate your suggestion!
@kgomotsodithebe
@kgomotsodithebe 26 күн бұрын
Enjoying the series, thank you for the visual text with the explanations. This helps in understanding each topic you touched on. Great teaching ❤. Thank you.
@CodingDroplets
@CodingDroplets 24 күн бұрын
Thank you so much for your feedback! I'm glad you're enjoying the series and finding the visual text helpful. Happy coding! ❤️
@AdrianWoodUK
@AdrianWoodUK 26 күн бұрын
2:50 - Whoa, hold up a sec; so this method stores passwords *in plain text* in the backend? That is *not* secure. I would be very worried if I found out a site I had an account with was storing my password unencrypted like this. If you're using your own login system, always, *always,* store a salted hash of the password, not the password itself, and have your login system check the hash of the supplied password against the one in the system. That's been a fundemental aspect of system security for as long as I remember.
@CodingDroplets
@CodingDroplets 26 күн бұрын
Thank you for your comment! This video is primarily focused on explaining Blazor Authentication rather than implementing a fully secure authentication system. However, you're absolutely right about the importance of storing passwords securely. In a production environment, it's crucial to use techniques like salting and hashing to protect user passwords. This video aimed to demonstrate the authentication process within a Blazor application, but I appreciate you highlighting the importance of password security.
@shahzadahmad-vg2ou
@shahzadahmad-vg2ou 26 күн бұрын
Thank you very much. I was looking exactly for this. I have deployed my API on Azure and was unable to access it. I think the authentication feature will solve the issue.
@CodingDroplets
@CodingDroplets 26 күн бұрын
I'm glad to hear that the tutorial was helpful for you!
@yaredalmaw6644
@yaredalmaw6644 27 күн бұрын
Excellent
@CodingDroplets
@CodingDroplets 27 күн бұрын
Thank you!
@mjonausk
@mjonausk 27 күн бұрын
Exactly what I wanted. Thanks for this tutorial.
@CodingDroplets
@CodingDroplets 27 күн бұрын
You are Welcome! Glad to hear that.
@user-vi7xn1tj9f
@user-vi7xn1tj9f 28 күн бұрын
Excellent tutorial. You sir have showed me some things I have not seen in other videos yet. Thank you!
@CodingDroplets
@CodingDroplets 27 күн бұрын
You are Welcome! Glad to hear that.
@danielpelissari7539
@danielpelissari7539 29 күн бұрын
Great video, another subscriber! For me it was giving null in: await HttpContext.SignInAsync(principal) I removed the rendering mode from my page and it worked!
@CodingDroplets
@CodingDroplets 27 күн бұрын
When using the InteractiveServer render mode, Blazor communicates with the server using SignalR, causing the HttpContext object to be null. To receive the HttpContext, we utilize a standard form post method.
@softw.netcore7521
@softw.netcore7521 29 күн бұрын
thanks very much. excelente video information! Congratulations!
@CodingDroplets
@CodingDroplets 27 күн бұрын
You are Welcome! Glad to hear that.
@developercrucible7148
@developercrucible7148 29 күн бұрын
We explained✌
@CodingDroplets
@CodingDroplets 27 күн бұрын
Thank You!
@manjitkmohan
@manjitkmohan 29 күн бұрын
i love the speed of the tutorial. No dragging... fataafattt..... if needed I can pause & look at code, google and come back.... love it! 👍
@CodingDroplets
@CodingDroplets 27 күн бұрын
Thank you so much for the feedback! I'm glad you found the tutorial helpful and the pace suitable for your learning style.
@snakeff24
@snakeff24 Ай бұрын
I followed this to a T but it has so many errors plus the variable names keep changing for the AuthStateProvider and it's CustomAuthStateProvider somewhere else
@CodingDroplets
@CodingDroplets Ай бұрын
I'm sorry to hear that you encountered errors. You can find the source code for the tutorial on GitHub: github.com/codingdroplets/BlazorServerAuthenticationAndAuthorization
@SimpleTTech
@SimpleTTech Ай бұрын
OMG, you literally made the 1 hour teacher explanation in just 9 minutes, thanks dude!
@CodingDroplets
@CodingDroplets Ай бұрын
I'm glad you found the tutorial helpful!
@SimpleTTech
@SimpleTTech Ай бұрын
@@CodingDroplets 🙌🏽
@albertoramirez9031
@albertoramirez9031 Ай бұрын
@CodingDroplets, hello team, i´m having an issue on my project because i´m using radzen components and HTTPContext doesn´t work with InteractiveServer as rendermode... any idea with it? thanks.
@CodingDroplets
@CodingDroplets Ай бұрын
When using the InteractiveServer render mode, Blazor communicates with the server using SignalR, causing the HttpContext object to be null. To receive the HttpContext, we utilize a standard form post method.
@albertoramirez9031
@albertoramirez9031 Ай бұрын
@@CodingDroplets Thanks a lot for your response. I´ll do it.
@Arm0geddon
@Arm0geddon 16 күн бұрын
@@CodingDroplets I have the same issue. What do mean standard form post method?
@vikas1017
@vikas1017 Ай бұрын
Thank You, Nicely Explained in detail
@CodingDroplets
@CodingDroplets Ай бұрын
You're welcome! I'm glad you found the tutorial helpful.
@mandardesai3841
@mandardesai3841 Ай бұрын
how can you change radiobutton color ? how can set different color check and uncheck radio button?
@CodingDroplets
@CodingDroplets Ай бұрын
To change the color of a `RadioButton` and set different colors for checked and unchecked states, you can use the `VisualStateManager`. I'll consider creating a video on this topic soon. Stay tuned for updates!
@vijukgl
@vijukgl Ай бұрын
Amazing! I must say wonderful tutorial. full API package. I'm looking forward for implementation of an API in Azure docker. please kindly share the video link if you already made it!
@CodingDroplets
@CodingDroplets Ай бұрын
Thank you for your kind words! I'm glad you found the tutorial helpful. I haven't made a video specifically on deploying a .NET Core API to Azure using Docker yet, but I'll definitely consider it for a future video.
@clem_code1731
@clem_code1731 Ай бұрын
Thank you !! :D
@CodingDroplets
@CodingDroplets Ай бұрын
You're welcome!
@CodeWithIbrahim-fl3no
@CodeWithIbrahim-fl3no Ай бұрын
Many Many Thank you for this video. I am really happy to watch this video. And I subscribed your channel as well. Thank you once again. 💌 And hopefully we are waiting for the upcoming videos like this about .NET MAUI.
@CodingDroplets
@CodingDroplets Ай бұрын
Thank you so much for your support and subscribing to the channel! I'm really glad you found the video helpful. I'll definitely be making more videos about .NET MAUI, so stay tuned for upcoming content.
@khauvannam
@khauvannam Ай бұрын
Please help me, i stuck at error 40, i can accessable when using client like data grip or mssm, but when i send q request, it return server not accessable, ef core tool migration work fine...
@CodingDroplets
@CodingDroplets Ай бұрын
It sounds like there might be a network configuration issue. Error 40 usually indicates a network-related error, where the client can't reach the SQL Server. Make sure that your Docker container is running and that it's exposing the correct port. Also, ensure that the connection string in your application points to the correct address and port where SQL Server is running.
@khauvannam
@khauvannam Ай бұрын
@@CodingDroplets the error belong to my docker container of my endpoint, i dont know why it happened, sql server work fine
@khauvannam
@khauvannam Ай бұрын
@@CodingDroplets hello there,the method without ef core work fine but the method with efcore still return 40 error, i dont know why it happen? What i should check it because my connection string still work fine with ef core tool
@khauvannam
@khauvannam 27 күн бұрын
​@@CodingDroplets hi dbname is the database name you created in sql server manager before?
@CodingDroplets
@CodingDroplets 26 күн бұрын
Kindly check the network is configured properly in docker-compose