Integrating WEB API In .NET MAUI Blazor App (CRUD Operation)

preview_player
Показать описание
This video about Integrating WEB API in .NET MAUI Blazor App.
Performing CRUD Operation Using WEB API.

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

Hi, I was searching for a video tutorial on MAUI Blazor with Web API integration and found exactly what I needed in your channel. Looking forward also for implementation of login and authentication/authorization. Thank you.

junnavarra
Автор

Thank you thank you thank you,
great
you are amazing trainer I share this video to all my social media platforms

dhirenpathak
Автор

Models.MainResponseModel' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.

dhirenpathak
Автор

I am using MAUI blazor hybrid App.
I want to know that when we run the app login page shohld be open instead of Home page, so where we define this page? Please just help where we can define this routing. ?
I am using .Net 8.0

shaileshpandey
Автор

Can you please provide github repo link for the same?
Also I am looking for authentication/authorization with JWT token video

SreejithRajendranownthis
Автор

Can we not inject the httpclient as a singleton from a factory

parko
Автор

Base Address showing localhost instead of IP Address how to Use in this case ?? Help me please

AbdulAziz-xilo
Автор

You saved my 2 weeks bro, <- I was searching about 2 weeks :))) thank you again

aleksandersonit
Автор

Sir Now Everything is working fine and my API is Returning Data in Swagger and Postman but there is an error when call api from my application even web application showing this
SSL AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch
in Postman when I Enable SSL certificate verification it work fine but when enable it not work

AbdulAziz-xilo