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
h dave
NA
50
4.2k
Where I can find good examples of REST web API
May 19 2020 2:16 PM
Hi,
I am looking examples of REST web API with ASP.NET core which full fill some task mentioned below
a simple root endpoint which responds in a simple manner; "hello world" or some such
a health endpoint which returns an appropriate response code
a metadata endpoint which returns basic information about your application; example:
"myapplication": [ { "version": "1.0", "description" : "demo test", "lastcommitsha": "abc57858585" } ]
tests or a test suite
provide a means of packaging your application as a single deployable artifact which encapsulates its dependencies
create a pipeline that builds your application on each commit; Travis or similar, for example
describe or demonstrate any risks associated with your application/deployment
Reply
Answers (
7
)
How to change HTML tables in aspx based on query results fro
Rdlc sub reports in asp.net webforms.