OWIN Succinctly

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Morrisville, Syncfusion Inc, 2015, — 110 p.
OWIN is the acronym of Open Web Server Interface for .NET. It is defined on the project
website as follows.
OWIN defines a standard interface between .NET web servers and web applications.
The goal of the OWIN interface is to decouple server and application, encourage the
development of simple modules for .NET web development, and, by being an open
standard, stimulate the open source ecosystem of .NET web development tools.
As you can imagine after reading the definition, there is no code for OWIN, just specifications for
the real implementation of a custom web server.
After two years (2010–2012), OWIN's specification was finally completed and the current
version is
1.0. If you are curious and would like to see the history of the specification, the draft
history is also available on the OWIN project website.
Contents:
OWIN
Introduction
What is OWIN?
Why Do We Need OWIN?
When is it Right to Use OWIN?
OWIN Specifications
Introducing Katana
License
Conclusions
Chapter 2 Katana
Introduction
What is Katana
Katana on IIS
Katana via a Custom Host
Katana via OwinHost.exe
Katana on Azure
Other Ways to Specify the Startup Class
Conclusions

Author(s): Lattanzi U., Chiaretta S.

Language: English
Commentary: 1713686
Tags: Библиотека;Компьютерная литература;ASP.NET / MVC / Web Services