Click here to Skip to main content
15,890,512 members
Articles / Programming Languages / Javascript

.NET Core Web API: The Least You Need To Know (Part 1 of 2)

Rate me:
Please Sign up or sign in to vote.
4.95/5 (16 votes)
20 May 2020CPOL15 min read 14.1K   159   27  
A quick article to walk you through building your .NET Web API and posting to it via AJAX (using JSON)
Have you ever wanted to gen up a quick Web API to run some server side functionality? Follow this article and you'll have a working Web API and understand how to use vanilla JavaScript to post your JSON to it via XMLHttpRequest (AJAX).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) RADDev Publishing
United States United States
"Everything should be made as simple as possible, but not simpler."

Comments and Discussions