Katana (7)

Challenge of Solving an ASP.NET Web API Self-Hosting Problem: No HTTP resource was found that matches the request URI
16 April 2014 · 3 minutes read

Couple of weeks ago, one of my former coworkers ran across a very weird problem when he was prototyping on some of his ideas with ASP.NET Web API: No HTTP resource was found that matches the request URI. Let's see what this issue was all about and what is the solution.

Simple OAuth Server: Implementing a Simple OAuth Server with Katana OAuth Authorization Server Components (Part 1)
1 April 2014 · 11 minutes read

In my previous post, I emphasized a few important facts on my journey of building an OAuth authorization server. As great people say: "Talk is cheap. Show me the code." It is exactly what I'm trying to do in this blog post. Also, this post is the first one in the "Simple OAuth Server" series.

Short Introduction Video for OWIN and Project Katana
21 October 2013 · 1 minutes read

I've recorded a short video which covers the brief introduction of OWIN and Project Katana. That short video will give you an idea about OWIN and Project Katana.

Replace the Default Server of OwinHost.exe with Nowin in Visual Studio 2013
27 September 2013 · 4 minutes read

This post will show you how to you can replace the default server of OwinHost.exe with Nowin in Visual Studio 2013

Logging in the OWIN World with Microsoft.Owin: Introduction
18 September 2013 · 6 minutes read

Microsoft implementation of OWIN (Microsoft.Owin or Katana for now) has a great logging infrastructure and this post will walk you through the basics of this component.

Good Old F5 Experience With OwinHost.exe on Visual Studio 2013
9 September 2013 · 5 minutes read

With Visual Studio 2013 RC, we are introduced to a new extensiblity point: External Host. This gives us the F5 experience Wwth OwinHost.exe on VS 2013 and this post walks you through this feature.

Getting Started With OWIN and the Katana Stack
4 May 2013 · 6 minutes read

OWIN and Katana is best way to build web server indipendent web applications in .NET ecosystem and this post will help you a bit on getting started.