AK Academy
AK Academy
  • 260
  • 838 260
44 | Implement Activate User Profile Function With Cosmos DB.
📖 Master Blazor through my new book "Mastering Blazor WebAssembly"
packt.link/OO44A
You can request a project or tutor quotation:
ahmadmozaffar.net/quotation
Join our Discord Server:
discord.gg/GPrGJRuXJb
Join this channel to get access to the perks:
th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin
Repository:
github.com/aksoftware98/ak-expenses-tracker
After we set up Azure Active Directory B2C API Connectors, we can now proceed with implementing the logic for the Activate Profile Azure Function by implementing a UserProfile repository to read and store the user data in our Cosmos DB container.
00:00 Validate payload body.
02:25 Create the payload class.
04:30 Discover the data structure in Cosmos DB.
07:50 Migrate data to UserData container.
09:41 Modify the wallet repository to use the new container.
11:00 Create UserProfile model and repository.
19:29 Write ActivateProfile Azure Function logic.
22:06 Test the flow.
26:06 Detect data duplication bug.
26:56 Fix the retrieve profile query.
My official website:
ahmadmozaffar.net
GitHub:
github.com/aksoftware98
Twitter:
ahmadmozaffar99
มุมมอง: 252

วีดีโอ

Setup Azure Active Directory B2C With API Connectors & Azure Functions
มุมมอง 1.3K5 หลายเดือนก่อน
Master Blazor through my new book "Mastering Blazor WebAssembly" packt.link/OO44A You can request a project or tutor quotation: ahmadmozaffar.net/quotation Join our Discord Server: discord.gg/GPrGJRuXJb Join this channel to get access to the perks: th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin In this video, we will set up Azure Active Directory B2C, API Connectors, and Azure Function to...
42 Migrate Azure Functions to .NET 8.0 Isolated Model
มุมมอง 2.9K6 หลายเดือนก่อน
Master Blazor through my new book "Mastering Blazor WebAssembly" packt.link/OO44A blazorwebassembly.com/ Join our Discord Server: discord.gg/GPrGJRuXJb SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 Request a tutor or project quotation: ahmadmozaffar.net/Quotation In this video, we will migrate our Azure Functions to .NET 8.0 and Isolated worker model. If you want to learn t...
Blazor is Getting Revolutionized In .NET 8.0
มุมมอง 14Kปีที่แล้ว
CHECK OUT THE NEW BOOK WEBSITE blazorwebassembly.com Master Blazor through my new book "Mastering Blazor WebAssembly" packt.link/OO44A Join our Discord Server: discord.gg/GPrGJRuXJb Request a quotation: ahmadmozaffar.net/quotation Join this channel to get access to the perks: th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 .N...
41 AK Expenses Tracker | Query User Transactions From Azure Cosmos DB & Azure Function
มุมมอง 436ปีที่แล้ว
Join our Discord Server discord.gg/GPrGJRuXJb Join this channel to get access to perks: th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this cool video, we will learn how to write a query to retrieve all the transactions for a specific user then we will apply that query in our Azure Functi...
40 AK Expenses Tracker | Implement Update Transaction With Cosmos DB & Azure Functions & Azure Blob
มุมมอง 172ปีที่แล้ว
JOIN OUR Discord Server discord.gg/GPrGJRuXJb Join this channel to get access to the perks: th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we will implement the logic of updating a transaction as efficiently as possible. 00:00 Introduction 00:58 Validate inputs and objects 03:...
39 AK Expenses Tracker | Understanding the Update Transaction Business Logic
มุมมอง 123ปีที่แล้ว
Join our Discord Server: discord.gg/GPrGJRuXJb Join this channel to get access to perks: th-cam.com/channels/Rs-PO48PbbS0l7bBhbu5CA.htmljoin SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we will understand how we are going to update a transaction efficiently, we will learn how we will detect the attachments to delete and add, ...
38 AK Expenses Tracker | Implement Delete Transaction Logic | AK Academy
มุมมอง 139ปีที่แล้ว
JOIN our Discord Server: discord.gg/GPrGJRuXJb SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 In this video, we will implement the full logic for implementing the delete transaction operation, the operation will include all the steps needed to achieve the task and learn more powerful tips in Azure Cosmos DB GitHub Repo: github.com/aksoftware98/ak-expenses-tracker My official ...
37 AK Expenses Tracker | Implement the Insert Transaction Azure Function With Cosmos DB
มุมมอง 143ปีที่แล้ว
JOIN OUR Discord Server discord.gg/GPrGJRuXJb SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we are going to create the Azure Function that will insert and update a transaction. The function will combine all the logic and methods we have created so far to implement the insertion process. Have a great watch!! GitHub Repositry: g...
36 AK Expenses Tracker | Azure Cosmos DB Document Partial Update To Update Wallet Balance
มุมมอง 367ปีที่แล้ว
Join our Discord Server discord.gg/ds4Zh3HxVq SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet Hey everyone, in this video, we will learn how to use the PatchOperations in Azure #CosmosDB to update the wallet balance after every transaction operation. Enjoy it GitHub Repo: github.com/aksoftware98/ak-expenses-tracker My official website: ahmadmo...
35 AK Expenses Tracker | Azure Cosmos DB Bulk Delete With .NET SDK And Get Attachments By URL
มุมมอง 152ปีที่แล้ว
Join our Discord Server discord.gg/ds4Zh3HxVq SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet Hey everyone, in this video we will start by implementing a new method to get a set of attachments by URLs. After that, we will learn how to leverage the bulk operations in Cosmos DB with the .NET SDK to delete the selected attachments from the temp a...
34 AK Expenses Tracker | Create Transactions DTO and Transaction Fluent Validator | AK Academy
มุมมอง 103ปีที่แล้ว
Join our Discord Server discord.gg/GPrGJRuXJb SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video we will create the TrasactionDto and the TransactionDto Fluent Validator to validate the input My official website: ahmadmozaffar.net GitHub: github.com/aksoftware98 Twitter: bit.ly/2ZVlEdb Facebook (Personal): bit.ly/2Qqwntf Facebook (P...
33 AK Expenses Tracker | Explaining The Insert Transaction Steps | AK Academy
มุมมอง 82ปีที่แล้ว
JOIN OUR DISCORD SERVER discord.gg/GPrGJRuXJb SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we will take a quick look at the steps needed to achieve the insert transaction operation which is the core of our system. So, let's take a look My official website: ahmadmozaffar.net GitHub: github.com/aksoftware98 Twitter: bit.ly/2ZVl...
32 AK Expenses Tracker | Create The Transactions Cosmos DB Repository | AK Academy
มุมมอง 126ปีที่แล้ว
✌️ Join our Discord Server discord.gg/aXT955Kz6J SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we will just create the repository that will Create/Update/Delete a transaction within the Azure Cosmos DB. Have fun! My official website: ahmadmozaffar.net GitHub: github.com/aksoftware98 Twitter: bit.ly/2ZVlEdb Facebook (Personal):...
31 AK Expenses Tracker | Build and Encapsulate The Transaction Domain Model
มุมมอง 135ปีที่แล้ว
✌️ Join our Discord Server: discord.gg/GPrGJRuXJb 🫡 SHOW YOUR SUPPORT FOR AK ACADEMY www.buymeacoffee.com/akacademy99 #cosmosdb #azurefunctions #dotnet In this video, we are going to fix some mistakes I have done in the previous video while creating the Transaction model, after that we will encapsulate the properties and provide a proper way to create and update the Transaction model My officia...
30 | Exploring The Transaction Model & Navigating The Perfect Azure Cosmos DB Partition Key
มุมมอง 230ปีที่แล้ว
30 | Exploring The Transaction Model & Navigating The Perfect Azure Cosmos DB Partition Key
My AutoMapper Alternative for Mapping Models and DTOs in C#
มุมมอง 4.4Kปีที่แล้ว
My AutoMapper Alternative for Mapping Models and DTOs in C#
29 | AK Expenses Tracker | Developing the Delete Unused Attachment Azure Function with Timer Trigger
มุมมอง 257ปีที่แล้ว
29 | AK Expenses Tracker | Developing the Delete Unused Attachment Azure Function with Timer Trigger
28 AK Expenses Tracker | Delete Attachment Item from the Azure Cosmos Db
มุมมอง 138ปีที่แล้ว
28 AK Expenses Tracker | Delete Attachment Item from the Azure Cosmos Db
27 AK Expenses Tracker | Query Unused Attachments From The Azure Cosmos Db | AK Academy
มุมมอง 135ปีที่แล้ว
27 AK Expenses Tracker | Query Unused Attachments From The Azure Cosmos Db | AK Academy
26 AK Expenses Tracker | Integrate the Azure Computer Vision API In the Azure Functions | AK Academy
มุมมอง 218ปีที่แล้ว
26 AK Expenses Tracker | Integrate the Azure Computer Vision API In the Azure Functions | AK Academy
25 AK Expenses Tracker | Understanding and Creating Azure Computer Vision Resource
มุมมอง 173ปีที่แล้ว
25 AK Expenses Tracker | Understanding and Creating Azure Computer Vision Resource
GitHub Copilot For .NET Developers With Visual Studio & C#
มุมมอง 26Kปีที่แล้ว
GitHub Copilot For .NET Developers With Visual Studio & C#
24 AK Expenses Tracker | Create the UploadAttachment Azure Function And Test It With Postman
มุมมอง 320ปีที่แล้ว
24 AK Expenses Tracker | Create the UploadAttachment Azure Function And Test It With Postman
23 AK Expenses Tracker | Set Http Content-Type For The Blob & Write the Delete Blob Logic From Azure
มุมมอง 171ปีที่แล้ว
23 AK Expenses Tracker | Set Http Content-Type For The Blob & Write the Delete Blob Logic From Azure
22 AK Expenses Tracker | Write the Azure Blob Storage Service Class to Sav File To Storage Account
มุมมอง 200ปีที่แล้ว
22 AK Expenses Tracker | Write the Azure Blob Storage Service Class to Sav File To Storage Account
21 AK Expenses Tracker | Create Attachments Repostiroy For Azure Cosmos DB
มุมมอง 3162 ปีที่แล้ว
21 AK Expenses Tracker | Create Attachments Repostiroy For Azure Cosmos DB
20 AK Expenses Tracker | Serverless Attachments Management With Azure Functions, Blob, Cosmos Db
มุมมอง 1972 ปีที่แล้ว
20 AK Expenses Tracker | Serverless Attachments Management With Azure Functions, Blob, Cosmos Db
19 AK Expenses Tracker | Create the Upsert Wallet Azure Function To Add/Update Wallet
มุมมอง 4362 ปีที่แล้ว
19 AK Expenses Tracker | Create the Upsert Wallet Azure Function To Add/Update Wallet
18 AK Expenses Tracker | Use FluentValidation to Validate Wallet Input of the Azure Function
มุมมอง 4072 ปีที่แล้ว
18 AK Expenses Tracker | Use FluentValidation to Validate Wallet Input of the Azure Function

ความคิดเห็น

  • @benjoaoc.7723
    @benjoaoc.7723 11 วันที่ผ่านมา

    <3 thx for ur amazing work Is there a sample implementation with Python? (Python azure Function)

    • @ahmad.mozaffar
      @ahmad.mozaffar 11 วันที่ผ่านมา

      @@benjoaoc.7723 Thanks for great comment!!! Unfortunately I don’t code in Python but all this logic can definitely but written in Python becacsue it has the Cosmos DB SDK GPT should be able to help you with that if you provide the logic of this function to it

  • @benjoaoc.7723
    @benjoaoc.7723 11 วันที่ผ่านมา

    hey thx for this amazing video Is this method valid for a Python Azure Function?

  • @benjoaoc.7723
    @benjoaoc.7723 11 วันที่ผ่านมา

    Hey, awesome video! Do we need ngrok for an Azure Function that's already hosted in Azure?!

    • @ahmad.mozaffar
      @ahmad.mozaffar 11 วันที่ผ่านมา

      Great feedback, thanks! No if you have the function deployed, you don't need that at all

  • @poonnaratnakartit2038
    @poonnaratnakartit2038 หลายเดือนก่อน

    Hi, could you deploy the azure function? The JWT token was a bit left off. It would be nice if we can see how the token get authenticated with the azure function.

    • @ahmad.mozaffar
      @ahmad.mozaffar หลายเดือนก่อน

      @@poonnaratnakartit2038 Yes but currently going on multiple projects in parallel and will be focused back on this one

  • @ayoubdkhissi
    @ayoubdkhissi หลายเดือนก่อน

    Thanks mate! Clear and straight forward explanation!

    • @ahmad.mozaffar
      @ahmad.mozaffar หลายเดือนก่อน

      @@ayoubdkhissi So happy to hear that Much appreciated

  • @bashirmsd
    @bashirmsd หลายเดือนก่อน

    very nice

  • @GustavoAdolfoRodríguezBeteta
    @GustavoAdolfoRodríguezBeteta 2 หลายเดือนก่อน

    you are amazing bro, nice video

    • @ahmad.mozaffar
      @ahmad.mozaffar หลายเดือนก่อน

      Thank you so much 😀

  • @gopikrishnag41
    @gopikrishnag41 2 หลายเดือนก่อน

    Very useful and you made it simple and easy to understand.. thanks a lot 👍🙏

    • @ahmad.mozaffar
      @ahmad.mozaffar 2 หลายเดือนก่อน

      Thank you so much for that nice feedback. The best is yet to come.

  • @gopikrishnag41
    @gopikrishnag41 2 หลายเดือนก่อน

    Excellent and thanks a lot

    • @ahmad.mozaffar
      @ahmad.mozaffar 2 หลายเดือนก่อน

      @@gopikrishnag41 Happy you liked it

  • @mandarjoshi7318
    @mandarjoshi7318 3 หลายเดือนก่อน

    Thanks for the video if I have two intetfaces then how can i implwment the logic

  • @pradm777
    @pradm777 3 หลายเดือนก่อน

    Ahamed do you Arabic version localization

    • @ahmad.mozaffar
      @ahmad.mozaffar 3 หลายเดือนก่อน

      Hi Yes sure you can localize to any language of choice, but for Arabic you need to make sure ti set the RightToLeft property in the MudLayout to true

  • @dilipmevada
    @dilipmevada 3 หลายเดือนก่อน

    Hi, Can you please share code of this example on git ?

    • @ahmad.mozaffar
      @ahmad.mozaffar 3 หลายเดือนก่อน

      Hi Yeah sure, the code is already on GitHub github.com/aksoftware98/ak-expenses-tracker

  • @brankoprosic5852
    @brankoprosic5852 4 หลายเดือนก่อน

    I have a question. After I tried to add a reference (21:42) it didn't allow me to do so, warning me of circular dependency. Have I missed something?

  • @ROWKNOCK
    @ROWKNOCK 4 หลายเดือนก่อน

    Blazor with Tauri?

  • @cynix008
    @cynix008 5 หลายเดือนก่อน

    Thanks

  • @khalidmozaffar2063
    @khalidmozaffar2063 5 หลายเดือนก่อน

    ❤❤❤❤❤❤❤❤

  • @khalidmozaffar2063
    @khalidmozaffar2063 5 หลายเดือนก่อน

    ❤❤❤❤❤❤❤❤❤❤

  • @DK-vh5kt
    @DK-vh5kt 5 หลายเดือนก่อน

    Thanks for sharing, great video! i can not find where and how you have configured Swagger for the endpoints in this Functions application?

    • @ahmad.mozaffar
      @ahmad.mozaffar 5 หลายเดือนก่อน

      Thank you so much for nice feedback! Actually I haven't configured it, it seems in production it won't work, but I will fix it before publishing online.

  • @SamarJadded
    @SamarJadded 5 หลายเดือนก่อน

    Good Jobe

  • @andresbeltran5779
    @andresbeltran5779 5 หลายเดือนก่อน

    Nice 🎉🎉

  • @charbelabikhalil3531
    @charbelabikhalil3531 5 หลายเดือนก่อน

    Hi Ahmad, Thank you for making this tutorial! This is the last video I can see in this playlist. Could you tell me where is the rest please? At the end of this video you say: "let's go to the next video and start implementing the events business service..." but where is the next one please? :) Thank you again, and have a nice day ;)

    • @ahmad.mozaffar
      @ahmad.mozaffar 5 หลายเดือนก่อน

      Hi Charbel!! Unfortunately the amount of interest was too low so I stopped proceeding with it as I had a plan for 100 videos and number of actual interested learner didn't pass the 20. But if you are looking for any specific thing to learn from this course, please let me know here, and I will make sure to get a video or blog post ready for you so quickly. Really appreciate your interest!!

    • @charbelabikhalil3531
      @charbelabikhalil3531 5 หลายเดือนก่อน

      @@ahmad.mozaffar Hi Ahmad! Thank you so much for your prompt reply and for considering my request. I really appreciate your dedication to providing valuable content. I understand the challenges with garnering enough interest... Regarding the course content, I'm particularly interested in the cloud services mentioned in the second video, specifically Redis Cache and Signal R. Additionally, any insights on deployment, especially if there's coverage on CI/CD, would be incredibly helpful for me. Thank you again for your responsiveness and dedication to helping learners like me. Looking forward to any updates you have! Best regards, Charbel

    • @ahmad.mozaffar
      @ahmad.mozaffar 5 หลายเดือนก่อน

      Hi Charbel! Super amazing feedback. and got you covered no worries. In my new course that's is already going (AK Expenses Tracker - Serverless Cloud Application) most of this stuff is being used with up to date technologies. It will also have a CI/CD, SignalR, and some architecture stuff. Even if you are not interested in NoSQL or Azure Functions you will find a lot of stuff better than Tickets Basket. Appreciate your feedback and will make sure to cover those points in some blog posts so your learning journey is completed! Enjoy it!!

  • @adshokry
    @adshokry 6 หลายเดือนก่อน

    Thanks Eng. Ahmed for this treasure course.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Thanks for amazing comment!!!! Glad you found it useful

  • @schmidtlach
    @schmidtlach 6 หลายเดือนก่อน

    Excellent explanation👋

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Thanks for nice feedback

  • @talkathiriify
    @talkathiriify 6 หลายเดือนก่อน

    Welcome back bro Ahmad. I hope you are OK and every thing is right. Ramadan Mubarak. 💗💗💗💗💗💗💗💗💗💗💗💗

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Thank you so much Mr Tarek, so happy to read your comments again. Ramadan Mubarak for you and all your family too! All is amazing Alhamdullah, wish the same on your side!

  • @khalidmozaffar2063
    @khalidmozaffar2063 6 หลายเดือนก่อน

    🎉🎉🎉🎉🎉🎉🎉🎉

  • @khalidmozaffar2063
    @khalidmozaffar2063 6 หลายเดือนก่อน

    ❤❤❤❤❤❤❤❤❤❤❤

  • @andresbeltran5779
    @andresbeltran5779 6 หลายเดือนก่อน

    Nice to see you back

  • @GarethDoherty1985
    @GarethDoherty1985 6 หลายเดือนก่อน

    We have a lot of functions in work that need upgrade from 6 to 8 and wasn't looking forward to it. But I didn't realize there was the upgrade assistant to help with most of the work. Nice one.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Yeah same for us, in our work we still have around 5 projects not fully upgraded, but with the assistant, it's smooth, still may require some changes if needed, but then Microsoft Copiot will handle that perfectly for you. Glad you found this video helpful!!!

  • @SamarJadded
    @SamarJadded 6 หลายเดือนก่อน

    Well come back Ahmad very good

  • @minitam1527
    @minitam1527 6 หลายเดือนก่อน

    Thank you so much. It's exactly what I was looking for.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Glad it was helpful! Happy for that

  • @jayaprakashnatarajan9273
    @jayaprakashnatarajan9273 6 หลายเดือนก่อน

    good explanation.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Glad you liked it

  • @RR-wv1qw
    @RR-wv1qw 6 หลายเดือนก่อน

    Thanks for sharing knowledge. Great content!👌

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      My pleasure! Stay tuned for the new videos, coming by end of week

  • @LuisSanchez-sy4rp
    @LuisSanchez-sy4rp 6 หลายเดือนก่อน

    Hi. I tried MessagingCenter. Nice. Let says I have two component then I need i need to pass a value from component 1 to componente 2 but component 1 it will be close. I am using MudTimeLine( MudBlazor ) and I have a few components. The Timeline will be showing in all components. In all componentes I have a button "Next" my timeline will be updated anytime I press the button next in my components. I could use Services or Cascading Callbacks, but how can I implements this MessagingCenter? Thank you.

  • @RR-wv1qw
    @RR-wv1qw 6 หลายเดือนก่อน

    Great content! I appreciate your knowledge and efforts.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Glad it's helpful, hopefully you will enjoy it until the end!

  • @RR-wv1qw
    @RR-wv1qw 6 หลายเดือนก่อน

    Thanks for sharing your knowledge with us!❤👍

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Thanks for sharing your awesome feedback too!!

  • @RR-wv1qw
    @RR-wv1qw 6 หลายเดือนก่อน

    Great content! ❤👌Learning a lot from you.👍Thanks for your efforts.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      So nice of you!!

  • @RR-wv1qw
    @RR-wv1qw 6 หลายเดือนก่อน

    What a great series this is! I really appreciate your efforts to bring this to the TH-cam platform. To be truthful, It is really hard to find this kind of excellent content on TH-cam. Your teaching style is effortless, and I'm learning a lot from you. Thank you very much, and best wishes for your future endeavors.

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      This is amazing comment and really motivated me a lot. Much appreciated, the best is yet to come on this channel. Thank you!!

  • @KrzysztofBarbarski
    @KrzysztofBarbarski 7 หลายเดือนก่อน

    Any option to refresh and record about new . net 8 Blazor Web App

    • @ahmad.mozaffar
      @ahmad.mozaffar 6 หลายเดือนก่อน

      Thanks for great suggestion, I got multiple emails about that, I'm still discovering the best way to do it, but you can follow this simple sample on my GitHub and I will definitily do that again: github.com/aksoftware98/blazrwebapp-auth-sample

  • @markharwood6794
    @markharwood6794 7 หลายเดือนก่อน

    This is excellent content well done

    • @ahmad.mozaffar
      @ahmad.mozaffar 7 หลายเดือนก่อน

      Glad you think so!

  • @torrvic1156
    @torrvic1156 8 หลายเดือนก่อน

    Hi Ahmad! What do you think about Mapster?

  • @marceltimmermans2627
    @marceltimmermans2627 8 หลายเดือนก่อน

    Really nice. But how do you do this if the slider is in an Data template of f.e. Collection/List View?

  • @relicsoft
    @relicsoft 8 หลายเดือนก่อน

    This is the easiest to understand. Thanks

    • @ahmad.mozaffar
      @ahmad.mozaffar 8 หลายเดือนก่อน

      So lovely to see such a comment, thanks

  • @geepy5708
    @geepy5708 8 หลายเดือนก่อน

    With this implementation, how can someone get refresh tokens? Also is it not better to send access tokens as secure cookies than in the body of a response?

  • @enderwolf6713
    @enderwolf6713 8 หลายเดือนก่อน

    Hello! this was an amazing video, and has helped me a lot! just one question though, not sure if you know the answer, and if not no worrys! but if you do... when using a blazor server with interactive mode on, with the bit where it trys to remember what the user I get this error: InvalidOperationException: "JavaScript interop calls cannot be issued at this time. This is because the component is being statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed during the OnAfterRenderAsync lifecycle method." do you know of any ways around this?

  • @ALKASHIF-
    @ALKASHIF- 8 หลายเดือนก่อน

    لو شرحت بالعربي اشرف لك بدل الانقليزيه المكسره