Skip to content

RESTful web service with .NET 5, JSON and MS SQL Server; It contains the main HTTP methods

License

Notifications You must be signed in to change notification settings

moraeslucas/RESTfulClient

Repository files navigation

RESTfulClient

RESTful web service with .NET 5, C# and SQL Server; It contains the main HTTP methods screenshot

Additional Description

This is a Restful Service containing web methods that return their response in JSON. Here is a sample depicting one of these responses:

[{"clientId":1,"name":"John Smith","address":"1st Street", "phoneNumber":null,"email":"john@provider.com","photoFileId":null, "modifiedBy":"Lucas Moraes","modifiedOn":"2020-06 30T23:25:46.637"},
{"clientId":2,"name":"Will Doe","address":"2st Street", "phoneNumber":null,"email":"will@provider.com","photoFileId":null, "modifiedBy":"Lucas Moraes","modifiedOn":"2020-07-01T23:25:46.546"}]


How to run this service

You will need the following:

  • .NET 5;
  • Visual Studio 2019;
  • SQL Server 2019 (Script.sql has the SQL commands);

PS: RunRestfulClient.bat opens the index page of this service.

About

RESTful web service with .NET 5, JSON and MS SQL Server; It contains the main HTTP methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published