You are developing a mobile app and need a way for the app to communicate and fetch data from the server. What kind of service in ASP.NET Core would be best suited for this?

  • Web API
  • Blazor Server
  • ASP.NET Core MVC
  • SignalR
For mobile apps to communicate with a server, Web API is commonly used. It provides a RESTful way to fetch data and is well-suited for client-server communication in mobile apps.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *