.NET Maui Apps | Ecommerce -adding items to Cart in MAUI application (Web API, SQL Server & EF Core)

Netcode-Hub

Are you looking for Coding Mentoring? If you’re seeking personalized guidance and mentoring for your coding journey, then get in touch!. I offer expert guidance and support to help you level up your programming skills. Contact me on business.netcodehub@gmail.com to book a session and accelerate your coding career.

Hello everyone, welcome, in this video, I will facilitate on how to add item to cart after the user has chosen it in MAUI desktop & mobile application.
Thanks so much for watching 🙌🏾 LIKE 👍, SUBSCRIBE & turn on Notifications 🔔 to know when I upload new videos EVERYDAY!

/*You can buy a coffee for me to support the channel*/ ☕️
https://www.buymeacoffee.com/NetcodeHub

/*Documentation*/
MAUI app development | https://learn.microsoft.com/en-us/dotnet/maui/

/*Get Source code*/
GitHub | https://github.com/Netcode-Hub/DemoEcommerceSolution/tree/d0f723858b497db1db617d00a1db0dffa3972f6f

/*Follow Us*/
https://netcodehub.blogspot.com
https://github.com/Netcode-Hub | Grab projects source code from here.
https://twitter.com/NetcodeHub | Twitter
https://web.facebook.com/NetcodeHub | Facebook
https://www.linkedin.com/in/netcode-hub-90b188258/ | LinkedIn

/*Playlist*/
Maui Application Development Playlist | https://www.youtube.com/playlist?list=PL285LgYq_FoLDWoWRj40u6INW7oLERCuW

/* Check these out */
https://youtu.be/Kr3ItgSrOqE | Ecommerce (online shop) – display product from Web API Service in MAUI application.
https://youtu.be/5Cv2ljFwr-w | How to easily Test Web API and Apps with a Public URL using Dev Tunnels CLI

/*Chapters*/
0:00:00 Introduction & review of previous lesson.
0:14:56 Modifying the service to use Dev tunnel link if android else use localhost uri.
0:16:27 Creating custom image control to display images in base64strings.
0:21:30 Centralize all shared models in the C# Library project added.
0:32:36 Creating Cart service thus interface & implementation class.
0:37:43 Registering and creating dependency injection in the settings.
0:37:37 Creating Add to cart method.
0:44:50 Modifying the product list & adding Add to cart button to each product.
0:55:50 Adding item to flyout tab as view cart in settings.
0:56:30 Creating content page with its respective view model to display cart items.
1:15:40 Registering route for navigation.
1:16:06 Registering the view with its view models in settings.
1:16:40 Testing…
1:19:08 conclusion…