.NET Maui Apps | Consume API in Mobile and Desktop App using MVVM Architecture |Login Web API

preview_player
Показать описание

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*/ ☕️

/*Get Intouch with Us*/

CHAPTERS:
0:00:00 | Intro...
0:06:20 | Creating Empty Solution project.
0:10:44 | Adding Web Api project.
0:12:19 | Adding Maui project.
0:13:11 | Explaining the architecture of API and MAUI.
0:24:25 | Creating database connection string.
0:26:25 | Creating Application database context class.
0:28:00 | Installing NuGet packages. (EFCore, Tools & Sql Server).
0:30:53 | Creating user model.
0:32:50 | Registering database connection .
0:35:33 | Add database migration.
0:38:34 | Creating Scaffolded Api with EFCore Controller.
0:41:39 | Adding Login Action Method.
0:47:10 | Testing the api using Enpoints with .http file (new feature).
0:53:00 | Adding Login content page and setting as Main page.
0:54:05 | Install Community.Toolkit.MVVM NuGet package.
0:55:25 | Designing the Login UI.
1:03:05 | Adding Views folder (home, about, contact pages).
1:38:15 | Creating User Models.
1:39:10 | Creating Services (Interface & Implementation class).
2:03:40 | Registering the Views models and Content pages.
2:14:00 | Creating Flyout or Sidebar.
2:41:04 | Testing API, Mobile & Desktop App.
2:44:42 | Outro...

Test your Maui application with web api
NET EFCore | How to Easily Test Web API and Apps with a Public URL using Dev Tunnels CLI

RELATED VIDEOS
Рекомендации по теме
Комментарии
Автор

I'm convinced you never sleep!!!! Just that you know, your content is so appreciated.

Duelweb
Автор

❤❤❤
Good sir
Please continue this series
E-commerce ❤❤❤❤

computerscience
Автор

One of the best tutorials on youtube. Thank you so much!

javyFernandez
Автор

thank you so much for this tutorial. i learned a lot and i will keep watching for more

Madimetjaluc-qcrp
Автор

When I want to log in to the application, the message [Error: no Internet access] appears. I have the required permissions set to [ACCESS_NETWORK_STATE], but for mobile data it is (no connection). Where can I look for a solution of this problem?

Ilidan
Автор

problem when login with Emulator Android
But
no problem when login with windows machin

computerscience
Автор

Please sir We want to start shooping or e-commerce cart with maui

computerscience
Автор

Hello good content, can you implement Forgot Password and Reset Password please ?

mobiledev
Автор

Hey, I scanned your video and I didn't see JWT tokens usage. Are they somewhere?

adam-xtte
Автор

App runs for windows machine but throws connection failure error for android emulator.🥺

moreen
Автор

What do you recommend maui xaml vs maui blazor ?

cissemy
Автор

When I unzip it and try to open it, it tells me that the LoginApp.Api and the LoginApp.Maui cannot be found

gustavoguevaranavas