Creating Web API in Blazor Server App C# .Net Core(3.1) Session-12

preview_player
Показать описание
In this #Blazor tutorial, we will cover, how to create Web API using the #Blazor #Server #App.

Content -
1. Web API Controller
3. Creating Web API

We are working on a mobile app that needs a web API back-end for the data as well as a simple user management web app. We’d love to a single Web Service that can serve both the JSON data for the mobile app via REST API and the Blazor web app for the users. It’s surprisingly straightforward.


🗣 VISIT MY WEBSITE

🗣 Blog Link

#WebAPIBlazor #APIInBlazor #WebAPIwithBlazor #BlazorAPI
Рекомендации по теме
Комментарии
Автор

Thank you for this video. None of the other tutorials I followed worked, but yours worked.

toreth
Автор

Thank you for this video. I tried with .Net Core 6, and we don't need to add

and
app.UseMvcWithDefaultRoute()

kuldeepgill
Автор

Hi,
With .net 6 and visual studio 2022, I am getting :
is obsolete.

cissemy
Автор

Hi
Beside web api how can I ad swagger ?

cissemy
Автор

Hi I have suggestion why dont u create sample app with adminTemplate WebAssembly it will helpfull for beginers

pradm