Great video, Thank you so much. Do you have any code to reduce image to a specific size?
@dotnetrealworldexampleКүн бұрын
Please check this session I compress size . kzbin.info/www/bejne/gJDQYpWGpcqLe68
@joseptempra32074 күн бұрын
Great videos!!! When the video about refresh token with Blazor Wasm in NET Core? Thanks a lot!
@dotnetrealworldexample4 күн бұрын
Soon.
@joseptempra32073 күн бұрын
@@dotnetrealworldexample Awesome! good luck!
@2005Azm4 күн бұрын
Fantastic !! Thank you sir!
@dotnetrealworldexample4 күн бұрын
Thanks, Please share in your social network that would be help for me and other.
@joseptempra32075 күн бұрын
Awesome!!!!
@dotnetrealworldexample4 күн бұрын
Please share in your social network that would be help for me and other.
@joseptempra32074 күн бұрын
@@dotnetrealworldexample shure!
@abdulrahman-el4pj5 күн бұрын
Convert react to desktop app using electron builder
@dotnetrealworldexample5 күн бұрын
Is it question or suggestion?
@joseptempra32075 күн бұрын
Great discover this channel, thanks a lot!!!! keep on....
@dotnetrealworldexample4 күн бұрын
Thanks . Please share in your social network that would be help for me and other.
@abdulrahman-el4pj5 күн бұрын
I want a way to convert React code from LlamaCoder to exe
@dotnetrealworldexample5 күн бұрын
Can you please explain more.
@abdulrahman-el4pj5 күн бұрын
@@dotnetrealworldexample electron builder
@rockywharfplays97997 күн бұрын
Whenever I try to connect my firebase to my .net maui application, I receive a: System.NullReferenceException: 'Object reference not set to an instance of an object.' _authClient was null. Specifically the login and signup parts. Do you have any ideas what might be causing my error? Any resources would be helpful.
@dotnetrealworldexample7 күн бұрын
I think it's not proper register. Can you share resolve di code .
@billymartin64978 күн бұрын
Nice video. When there are a lot of parameters to pass, I like to create a component model and pass that instead. Very easy and efficient.
@dotnetrealworldexample8 күн бұрын
Thanks, I made separate sessions for that to share concept as a new learner.
@billymartin64978 күн бұрын
@dotnetrealworldexample Great. Do you have the link?
@deadcxlm8 күн бұрын
Hello! Could you please explain how, in DDD, business entities like Customer and Courier are related to User (the actual user of the application)? Since business entities do not store authentication information and only hold data for business logic, I’m still having trouble understanding this. :(
@dotnetrealworldexample8 күн бұрын
In this session I haven't describe ddd . Please check out My clean architecture series you will get idea .
@saurabhrajput74828 күн бұрын
After doing the process its asking again create a account
@dotnetrealworldexample8 күн бұрын
Enter same account info
@MartinTrevena12 күн бұрын
Is there code for this demo? It is not in the link provided.
@dotnetrealworldexample12 күн бұрын
Please check my github link
@theperfectgame558612 күн бұрын
working on 2024 on windows 8.1 with the 2016 version🔥
@razidawakhana65815 күн бұрын
How can user change password?
@dotnetrealworldexample14 күн бұрын
Check this session. kzbin.info/www/bejne/j3XLg6J9e653jMU
@abhinavpandey742816 күн бұрын
Really impressive this will goona help me
@dotnetrealworldexample16 күн бұрын
Thanks, Please share in your social network that would be help for me and other.
@mmuekk17 күн бұрын
Thanks. Your video is clear and short / precise
@dotnetrealworldexample16 күн бұрын
Thanks please share in your social network that would be help for me and other.
@RajasekharB-h7z17 күн бұрын
blazor webassembly app not showing in templates can you please tell me
@dotnetrealworldexample16 күн бұрын
Check with .net 9 with preview
@rajasekharraj728715 күн бұрын
Thank you 😊
18 күн бұрын
Hello, greetings from Brazil. Excellent video. But, I have some doubts: 1. If I already have the database first created. And than using EF Core to map the entities. When using EFCore.AutomaticMigrations, can I update the information in the database or after creating a database (legacy) will I have to continue creating SQL scripts? 2. When using EFCore.AutomaticMigrations I saw that it works well when creating new fields, but if I delete a field it will no longer be used (or no longer needed). For this field to be excluded from the database, do I also need to set the "AutomaticMigrationDataLossAllowed = true" flag or is this deletion in the database also automatic?
@dotnetrealworldexample16 күн бұрын
1. There are option for mock data you can use it. 2. Befor use That option we have to check proper pros and cons.
@peterforsbom19 күн бұрын
Great video! Do you have the source code in Github?
@dotnetrealworldexample16 күн бұрын
I think so if not there please share this in your linkdin and Tag me I will share one to one.
@mohsinpawar623220 күн бұрын
Cant link wark plesh update youre link
@dotnetrealworldexample19 күн бұрын
Could not understand this can you elaborate more.
@alkinoosmichalo515420 күн бұрын
Respect bro love you
@dotnetrealworldexample19 күн бұрын
Please share in your social network that would be help for me and other.
@babuvt20 күн бұрын
Wow!! This is exactly what I was looking for.. This is similar to older Virtual Labs
@wwaddell220 күн бұрын
Do you have the source code for this? When I do it on my own, it works, but when I changes pages then back to the one with my data grid, I get an exception and it crashes.
@dotnetrealworldexample20 күн бұрын
Please check my github link if not available there Please share this video over social media or linkdin and tag me will provide over there
@biradarsm24 күн бұрын
Thanks a ton Bro.. especially the Connection string part. I almost struggled a lot to figure out. It use to run in debug but fail when tried from outside..
@dotnetrealworldexample19 күн бұрын
Please share in your social network that would be help for me and other.
@tnashechivaura425626 күн бұрын
so after 4hrs do my web apps become not accessible
@dotnetrealworldexample26 күн бұрын
Yes
@luizincb26 күн бұрын
For some reason my cookie can't be deleted, and after some time the login expires. But the cookie (when you look through inspecter) remains
@dotnetrealworldexample26 күн бұрын
In this case we have to put additional logic
@luizincb25 күн бұрын
@@dotnetrealworldexample actually I found out that the cookie is not being created (when looking through inspecter) when logging in through the app, bur when logging in through the api it creates. But the logging in function is working, I can even log out, but after some time the user logs out anyway. Any tip on how to solve that?
@akill_er27 күн бұрын
it worked man :)
@dotnetrealworldexample26 күн бұрын
Please share in your social network that would be help for me and other.
@mdaslamknl27 күн бұрын
Excellent Can you share the code Thanks
@dotnetrealworldexample27 күн бұрын
Please check my github link if not please share this video in linkdin and tag me I will share one to one
@DivyanshKanwal-r8z28 күн бұрын
i am not able to find it in github
@dotnetrealworldexample28 күн бұрын
Ohh if not Please share this session in linkdin and tag me I will share one to one.
@DanielTila28 күн бұрын
Hi! Have you published the code from the video? Since I could not find it
@dotnetrealworldexample28 күн бұрын
If not available please share this video in my linkdin and Tag me I will share there
@computerscience528 күн бұрын
We Need Full Project With Maui and Reports in maui How use ????
@dotnetrealworldexample28 күн бұрын
Could you explain reports?
@computerscience528 күн бұрын
@@dotnetrealworldexample ok reports In Local Desktop Or Cloud We want an explanatory video to explain the scarcity of the two methods Please
@computerscience528 күн бұрын
Your channel is more than amazing in projects
@computerscience528 күн бұрын
Good Sir
@dotnetrealworldexample28 күн бұрын
Please share in social network that would be help for me and other.
@computerscience528 күн бұрын
@@dotnetrealworldexample Ok Sir Sure
@Leonidn197228 күн бұрын
Thanks a lot.
@dotnetrealworldexample26 күн бұрын
Please share in your social network that would be help for me and other.
@sunilkgupta1986Ай бұрын
Good one man. Thanks
@dotnetrealworldexample19 күн бұрын
Please share in your social network that would be help for me and other.
@muhammadarsalan250Ай бұрын
can you please make video for publishing the maui application using this project
@dotnetrealworldexampleАй бұрын
Actually for this need to purchase playstore subscription that why mostly I avoided those session
@KavyaKavya00-us6nvАй бұрын
no bro its again asking for subscription what can I do
@dotnetrealworldexampleАй бұрын
After complete process you have click link which I mentioned in this session please follow complete process.
@rizwanahmed5596Ай бұрын
Is the front-end with angular available?? Of these apis
@dotnetrealworldexampleАй бұрын
For fornt end the you have to use Google fire storage they can provide client side package
@dotnetrealworldexampleАй бұрын
kzbin.info/www/bejne/poqZn6WhiJqplcU
@barneythedinosaur931Ай бұрын
You're an angel bro, thanks. Btw, do I need a $1 to register my debit card on azure? Cause it's not accepting my card for some reason.
@dotnetrealworldexampleАй бұрын
No need to give any amount.its complete free
@chsridevi5736Ай бұрын
Thank you so much, it is working.
@dotnetrealworldexampleАй бұрын
Please share in your social network that would be help for me and other.
@surendrakhanke7340Ай бұрын
damn!!! it worked..thanks alot
@dotnetrealworldexampleАй бұрын
Please share in your social network that would be help for me.
@yahyafar-hate7009Ай бұрын
search box not showing bro could ypu please help me ?
@dotnetrealworldexampleАй бұрын
You mean filter?
@yahyafar-hate7009Ай бұрын
@@dotnetrealworldexample yes
@yahyafar-hate7009Ай бұрын
@@dotnetrealworldexample yes
@dagitt5536Ай бұрын
how does it work if u have different names above(Aniaml) and below(animal)
@dotnetrealworldexampleАй бұрын
Can you elaborate more?
@dagitt553612 күн бұрын
@@dotnetrealworldexample you have different names when defining and calling
@goals9861Ай бұрын
can you share source code ?
@dotnetrealworldexampleАй бұрын
I think It's the on my git hub please check with solution name if not please connect with me over linkdin I will be share over there . Only you have to share this video in your linkdin and tag me.
@PhilippBayerАй бұрын
Top, many thanks
@dotnetrealworldexampleАй бұрын
Thanks, Please share in your social network that would be help for me and other.
@Marv3Lthe1Ай бұрын
Great tutorial. But I noticed something strange. In your acr build command, the -registry parameter has the registry name concatenated twice, one after another. Then how the build and deployment worked?
@dotnetrealworldexampleАй бұрын
Just try . Is there creating any error.
@jrh383Ай бұрын
Good, thanks for sharing, helpme with option firstdatabase
@dotnetrealworldexampleАй бұрын
You mean db first approach?
@jrh383Ай бұрын
@@dotnetrealworldexample jeje yes.
@kaligulah00000Ай бұрын
Great content! Could you make a video with Google authentification in .net Maui please?
@dotnetrealworldexampleАй бұрын
Sure , Please share in your social network that would be help for me and other.
@kaligulah00000Ай бұрын
@@dotnetrealworldexample I,ll do it!
@christiangerard4946Ай бұрын
Very good and useful video!
@dotnetrealworldexampleАй бұрын
Please share in your social network that would be help for me and other.
@anointedmelodi7674Ай бұрын
Very good video with wonderful explanation about the concepts. I enjoy all your clean architecture series. Please can you show how to consume another API using clean architecture? I would appreciate it. Thanks
@dotnetrealworldexampleАй бұрын
As I remember I shown two session . First how to create clean architecture. Second how to use that clean architecture and create our own api . You can follow one by one it's very easy.
@anointedmelodi7674Ай бұрын
How to call external API with Headers and Authorization... like calling in weather API or Like eShopOnWeb that reads data from another local port/host. But using clean architecture.
@anointedmelodi7674Ай бұрын
Thank you very much for this wonderful knowledge. I enjoy all your clean architecture series. Please can you show how to consume another API using clean architecture? I would appreciate it. Thanks
@dotnetrealworldexampleАй бұрын
As I remember I shown two session . First how to create clean architecture. Second how to use that clean architecture and create our own api . You can follow one by one it's very easy.