Quantcast
Channel: asp.net web api – Pedro Félix's shared memory
Browsing all 16 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

WCF Web API is now ASP.NET Web API

For the past year, I’ve been studying and exploring the preview releases of WCF Web API. The result of these activities is reflected in a series of posts presenting its programing model, processing...

View Article



Image may be NSFW.
Clik here to view.

Self-hosting ASP.NET Web API

Just a simple example, showing how to self-host ASP.NET Web API. On an elevated console (“Run as administrator”), execute “netsh http add urlacl url=http://+:8080/ user=<your user name>”, to...

View Article

Image may be NSFW.
Clik here to view.

Enabling HTTPS with self-hosted ASP.NET Web API

In a previous post, I showed how to  self-host ASP.NET Web API. This post shows how to change that example in order to enable HTTPS support. On an elevated console (“Run as administrator”), execute...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API Processing Architecture

Introduction This post presents a first overview of the ASP.NET Web API processing architecture: what happens since a HTTP request is received until a response is produced. Processing Architecture The...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API: in-memory hosting

One of the nice features in the new ASP.NET Web API is in-memory hosting, i.e., the possibility to directly connect a HttpClient to the server-side runtime, without any network usage or HTTP message...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Web API: web hosting

In a previous post, I described the processing architecture of the new ASP.NET Web API, namely its division into three layers: hosting, message handler pipeline and controller handling. In this post,...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API: self-hosting

In the last posts, I’ve been exploring the new ASP.NET Web API Beta architecture. I started by the high-level processing architecture, then described web hosting and in-memory hosting, i.e., directly...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API: Creating an Host using Azure Service Bus

In the last posts, I’ve presented the new ASP.NET Web API processing architecture and described three different hosting capabilities, supported “out of the box”: web hosting, in-memory hosting and...

View Article


Image may be NSFW.
Clik here to view.

WCF Web API is now ASP.NET Web API

For the past year, I’ve been studying and exploring the preview releases of WCF Web API. The result of these activities is reflected in a series of posts presenting its programing model, processing...

View Article


Image may be NSFW.
Clik here to view.

Self-hosting ASP.NET Web API

Just a simple example, showing how to self-host ASP.NET Web API. On an elevated console (“Run as administrator”), execute “netsh http add urlacl url=http://+:8080/ user=<your user name>”, to...

View Article

Image may be NSFW.
Clik here to view.

Enabling HTTPS with self-hosted ASP.NET Web API

In a previous post, I showed how to  self-host ASP.NET Web API. This post shows how to change that example in order to enable HTTPS support. On an elevated console (“Run as administrator”), execute...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API Processing Architecture

Introduction This post presents a first overview of the ASP.NET Web API processing architecture: what happens since a HTTP request is received until a response is produced. Processing Architecture The...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API: in-memory hosting

One of the nice features in the new ASP.NET Web API is in-memory hosting, i.e., the possibility to directly connect a HttpClient to the server-side runtime, without any network usage or HTTP message...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Web API: web hosting

In a previous post, I described the processing architecture of the new ASP.NET Web API, namely its division into three layers: hosting, message handler pipeline and controller handling. In this post,...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Web API: self-hosting

In the last posts, I’ve been exploring the new ASP.NET Web API Beta architecture. I started by the high-level processing architecture, then described web hosting and in-memory hosting, i.e., directly...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Web API: Creating an Host using Azure Service Bus

In the last posts, I’ve presented the new ASP.NET Web API processing architecture and described three different hosting capabilities, supported “out of the box”: web hosting, in-memory hosting and...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images