All Projects → christianacca → ProblemDetailsDemo

christianacca / ProblemDetailsDemo

Licence: MIT license
Example ASP.Net Core Web API that conforms to the Problem Details spec

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ProblemDetailsDemo

AspNetCoreFileUploadFileTable
ASP.NET Core MVC file upload / download with MS SQL Server FileTable
Stars: ✭ 112 (+314.81%)
Mutual labels:  asp-net-core
NetCore.HashiCorp.Vault
Securing with HashiCorpVault in Kubernetes
Stars: ✭ 17 (-37.04%)
Mutual labels:  asp-net-core
WifiBarcodeSample
Sample code for my article in DotNetCurry magazine on scanning barcodes. In this sample you can generate and scan QR codes that contain a Wi-Fi connection string
Stars: ✭ 13 (-51.85%)
Mutual labels:  sample-app
oauth-aspnet
An ASP.NET Core compatible port of the OAuth Authorization Server Middleware from Microsoft's Project Katana (Microsoft.Owin.Security.OAuth)
Stars: ✭ 25 (-7.41%)
Mutual labels:  asp-net-core
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (-29.63%)
Mutual labels:  sample-app
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (+162.96%)
Mutual labels:  asp-net-core
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (+62.96%)
Mutual labels:  sample-app
CleanArchitectureDemo
This is a demo project built on .NET Core 3.1 Clean Architecture. Please refer the articles mentioned in the readme to learn more.
Stars: ✭ 33 (+22.22%)
Mutual labels:  asp-net-core
configuration-service
Configuration Service is a distributed configuration provider for .NET Core.
Stars: ✭ 62 (+129.63%)
Mutual labels:  asp-net-core
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (+207.41%)
Mutual labels:  asp-net-core
forza-data-web
Forza Motorsport / Forza Horizon 4 Data-Out feature receiver web application
Stars: ✭ 18 (-33.33%)
Mutual labels:  asp-net-core
LoggingAdvanced
Improved and patched .NET Core console logger.
Stars: ✭ 20 (-25.93%)
Mutual labels:  asp-net-core
AuctionSystem
Auction system written in ASP.NET Core
Stars: ✭ 59 (+118.52%)
Mutual labels:  asp-net-core
BetterHostedServices
Fixed a wide variety of issues that have to do with Hosted Services and BackgroundServices, such as error handling and the abillity to access them via the DI.
Stars: ✭ 25 (-7.41%)
Mutual labels:  asp-net-core
Demo.AspNetCore.ServerSentEvents
Demo project for demonstrating functionality of Lib.AspNetCore.ServerSentEvents
Stars: ✭ 52 (+92.59%)
Mutual labels:  asp-net-core
cloud-cf-espm
A reference application showcasing an end-to-end development scenario in Java on SAP BTP, Cloud Foundry environment.
Stars: ✭ 14 (-48.15%)
Mutual labels:  sample-app
web-dashboard-demo
The following application contains the DevExpress Dashboard Component for Angular. The client side is hosted on the GitHub Pages and gets data from the server side that hosts on DevExpress.com.
Stars: ✭ 65 (+140.74%)
Mutual labels:  asp-net-core
RDO.Net
Relational Data Objects for .Net
Stars: ✭ 23 (-14.81%)
Mutual labels:  asp-net-core
Voyager
Alternative routing system for aspnet api applications.
Stars: ✭ 44 (+62.96%)
Mutual labels:  asp-net-core
Ext.NET
Ext.NET public Issues.
Stars: ✭ 28 (+3.7%)
Mutual labels:  asp-net-core

ProblemDetailsDemo Build Status

Overview

Example ASP.Net Core Web API that conforms to the Problem Details spec

Uses Hellang.Middleware.ProblemDetails to implement this spec.

The sample app includes a Swagger UI. Here you can find an explaination of each endpoint: how an MVC action result or raw middleware response is converted to a ProblemDetails response.

Try examples online

  1. Browse to : https://problem-details-demo.azurewebsites.net
  2. Try out the various endpoints using the swagger UI

Try examples locally

  1. cd src\ProblemDetailsDemo.Api
  2. dotnet run or dotnet run --launch-profile ProblemDetailsDemo.Api.Production
  3. Browse to: http://localhost:5000
  4. Try out the various endpoints using the swagger UI

Additional resources

Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].