Log in

View Full Version : Dot Net API



charlesprabhu
07-16-2021, 09:48 AM
ASP. NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications on the . NET Framework.

vikasjk
07-17-2021, 09:37 AM
Right, Web API is useful, if you want to learn about it, you can get started here
Web API basic tutorial (https://qawithexperts.com/article/web-api/web-api-tutorial-for-beginners/25)
Or you can also check how to create token-based authentication in C# web API (https://qawithexperts.com/article/api/token-based-authentication-in-c-using-web-api/231)

yuva12
07-21-2021, 10:56 AM
ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications on the . NET Framework.