7141 1
Quick Tip to convert JSON into class object
After reading this article, you can easily convert JSON into class using Visual Studio in-built feature.
Type
Article
4893 0
Web API tutorial for beginners
Article give's brief idea of Web API and how to use it in Asp.NET MVC C#
Type
Article
3377 0
Get Vs post in Rest API
In this article, I have provided details about post vs get rest api or you can difference between GET and POST, so you can understand when to use which type.
Type
Article
1857 0
Upload or Send File in Postman
In this article, I have mentioned step by step procedure to upload or send file in postman to web-api, for testing purpose.
Type
Article
1261 1
How to add authorization header in postman?

Hello, I have read this post Upload or Send File in Postman but now I want to add authorization token also, before sending request in Postman? So how can I add authorization header in postman? I have generated token using simply GET request.

...
Type
Question

2225 0
Create Web-API in Visual Studio 2022 Step by Step
In this article, I have mentioned step by step procedure to create web-api in Visual studio using .NET Core and calling it using jQuery.
Type
Article
27886 0
Token based authentication in C# using Web API
In this article, I have explained how you can create token based authentication in C# using Web API, step by step with an example.
Type
Article
6689 0
Top ASP.NET Web API Interview questions and answers
In this article, I have provided various web api interview questions for junior to senior level of developers, which can help all api developers to learn and improve there skills.
Type
Article
4153 2
How do I enable CORS in C# web-api 2?

I have read and implemented "Token based authentication in C# using Web API" in my web-api project, now, I would like to enable CORS in my web-api so anyone can access api from different domain also. How can enable CORS in web-api?

...
Type
Question
15704 2
How can I return Images from Web API in ASP.NET?

Hello,

I haven't used much of the Web API as of now, so I was thinking how can I return Web API from API controller in ASP.NET?

Any Code sample, links?

Thanks

...
Type
Question

Page 1 of 2