ASP.
I have an api specific project in a large .net MVC 5 web solution. I am utilizing the WebApi2 templates out …
asp.net oauth-2.0 asp.net-mvc-5 asp.net-web-api2Postman is a tool that can be used to easily test restful web services. If an Asp.Net project is …
c# asp.net-web-api asp.net-web-api2 asp.net-web-api-helppages postmanI'm building a service application using Web API, .Net Core and EntityFramework Core. For configuring options in my DbContext I'm …
entity-framework dependency-injection asp.net-web-api2 dbcontext entity-framework-coreI'm working on a Web API 2 project. besides the requirement that some properties are required, some only can have specific …
c# asp.net-web-api2I am investigating how IdentityServer 3 works and I still have problem to fully understand. In general concept is clear to …
c# security authentication asp.net-web-api2 thinktecture-ident-serverI've added XML comments to my class members but Swagger won't show them in the UI. Am I doing something …
asp.net-web-api2 asp.net-core-mvc swagger swagger-uiI am testing my first .net Core WebAPI with Postman unknown media type error is occurring. What am I missing? …
rest asp.net-web-api2 asp.net-core-mvc postmanI am working on a project and I have a basic controller with Get(int id), GetElements(), UpdateElement(int id, …
asp.net asp.net-web-api asp.net-web-api2 asp.net-web-api-routingI have a Web Api 2 App, with two classes that both depend on another class, and i'm using ninject to …
.net ninject owin asp.net-web-api2I am new to MVC core. I have created a project with MVC core which has a controller. This controller …
asp.net-mvc model-view-controller asp.net-core asp.net-web-api2 .net-core