Streaming data using Web API
02 Jul 2014In this post I will be looking at the ways that data streaming (in both directions) can be handled by ASP.Net Web API.
(more...)In this post I will be looking at the ways that data streaming (in both directions) can be handled by ASP.Net Web API.
(more...)I recently attended a great talk on IIS at DevWeek 2014 by Ido Flatow, which discussed a number of the extended features available.
I’ve been using IIS in its various versions for many a year now, and it turns out there was a lot I was missing!
I’ll start with some advanced application pool settings - in a future post I’ll go over some other more general features of IIS itself.
(more...)This post aims to explain some of the ways in which caching of data in systems communicating over HTTP is achieved, and how to implement the different forms of caching in a web application created using ASP.NET Web API.
(more...)