TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
can cani
NA
24
630
Web Service in ASP.NET (Return JSON)
May 27 2015 3:39 PM
Hi mate. I saw your articles and i have an question with that issue. I have to make a calculator with web service asp.net with format of JSON. Simply there should be some request
POST
/
add
Takes two real numbers,
a
and
b
, returns sum as
res.
METHOD: POST
{
"a"
:
1
"b"
:
3
}
STATUS: 200
{
"res"
:
4
}
how can i do it with asp.net
Could you help me pls?
Reply
Answers (
2
)
Recieveing JSON Using Web API
Print whole page exclude menubars and buttons