Manu's Techblog
  • Home
  • Talks & Publications & Organisations
  • About me
  • Privacy Policy
  • Imprint
Subscribe
Tagged

ASP.NET Web Api

This tag contains all posts with ASP.NET Web API related content.

How To Create a Self-Signed SAN Certificate - The Easy Way
ASP.NET Core 1.0

How To Create a Self-Signed SAN Certificate - The Easy Way

For a current project, I'm developing an ASP.NET Core 2.1 based multi-tenancy Web API. To test locally, I added some domains to my hosts file: 127.0.0.1 product.local 127.0.0.1 tenant-a.product.local 127.0.0.1 tenant-b.product.local In the HTTP

  • Manuel Rauber
Manuel Rauber Jun 4, 2018 • 3 min read
Back to the roots: Creating thin Web APIs using the Core of ASP.NET Core 1.0
ASP.NET Core 1.0

Back to the roots: Creating thin Web APIs using the Core of ASP.NET Core 1.0

I'm currently fiddling about ASP.NET Core 1.0 using VS Code on my Mac. I have a simple scenario: Building a Web API which has CRUD operations for a CustomerModel. So purely HTTP things. :-) My controller looks like: using Microsoft.AspNet.Mvc; using System; using System.Collections.Generic;

  • Manuel Rauber
Manuel Rauber Feb 15, 2016 • 2 min read
Identity Server

Authenticated ASP.NET Web API Integration Testing hosted by OWIN/Katana

This post is backed up from my old blog and was posted at 2014-12-09. I had to add some integration tests to a Web API which was secured by an [Authorize]-attribute. I’m using Thinktecture Identity Server v3 for authentication and authorization using an OIDC Hybrid Flow. The steps

  • Manuel Rauber
Manuel Rauber Jun 16, 2015 • 3 min read
Manu's Techblog © 2022
Powered by Ghost