Share via


Henrik's Blog

Henrik works at Microsoft building software for the Web. You can also find me on twitter -- my twitter handle is @frystyk.

ASP.NET WebHooks V1 RTM was announced a little while back. WebHooks provide a simple pub/sub model...

Date: 01/14/2017

We just added a couple of new features in ASP.NET WebHooks that make it easier to build some nice...

Date: 02/15/2016

Azure WebJobs is a great way for running any kind of script or executable as a background process in...

Date: 01/31/2016

Posted New Year Updates to ASP.NET WebHooks Preview about the latest update of ASP.NET WebHooks. It...

Date: 12/31/2015

This is not a typical blog subject of mine, but after having gone through it myself, I thought it...

Date: 12/25/2015

Posted the blog Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets...

Date: 11/21/2015

Posted the blog Updates to Microsoft ASP.NET WebHooks Preview describing Beta4 of ASP.NET WebHooks...

Date: 11/08/2015

Posted a new blog on receiving WebHooks from Azure Alerts and Kudu (Azure Web App Deployment) and...

Date: 10/05/2015

In the blog Integrating with Instagram using ASP.NET WebHooks Preview we describe how to integrate...

Date: 09/21/2015

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with...

Date: 09/15/2015

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with...

Date: 09/08/2015

In the blog Introducing Microsoft ASP.NET WebHooks Preview, we gave an overview of how to work with...

Date: 09/06/2015

Posted a blog on the WebDev blog announcing Microsoft ASP.NET WebHooks Preview as a new addition to...

Date: 09/04/2015

Just posted the blog Azure Mobile Services .NET Updates describing new features now available for...

Date: 07/28/2014

Posted the blog Fresh Updates to Azure Mobile Services .NET on the Azure Mobile Services Team Blog...

Date: 06/07/2014

Posted the blog Real-time with ASP.NET SignalR and Azure Mobile .NET Backend on the Azure Mobile...

Date: 06/02/2014

Posted the blog Autofac and Azure Mobile Services .NET Backend on the Azure Mobile Services Team...

Date: 04/19/2014

Posted the blog Push Notifications Using Notification Hub and .NET Backend on the Azure Mobile...

Date: 04/08/2014

It’s great to be back blogging! We’ll be posting a bunch of blogs about Azure Mobile Services and in...

Date: 03/14/2014

Posted the blog ASP.NET Web API and HTTP Byte Range Support on the .NET Web Development and Tools...

Date: 11/23/2012

Posted the blog An ASP.NET Open Source How-To Decoder Ring on the .NET Web Development and Tools...

Date: 09/19/2012

Posted the blog Getting Symbols and Source with ASP.NET Nightly NuGet Packages on the .NET Web...

Date: 08/30/2012

Posted the blog List of ASP.NET Web API and HttpClient Samples on the .NET Web Development and Tools...

Date: 08/26/2012

Note: Updated instructions to target Visual Studio 2012. While you can still use Visual Studio 2010...

Date: 08/17/2012

Today we announced the release of Visual Studio 2012 and .NET 4.5 which of course includes ASP.NET...

Date: 08/15/2012

Here’s how to get up and running with the ASP.NET Web API and HttpClient samples that you can find...

Date: 08/15/2012

In two previous blogs I describe how to use HttpClient as well as how to use the HttpMessageHandler...

Date: 08/07/2012

In this blog we analyze the impact of bundling, minification, compression, and pipelining on HTTP...

Date: 06/16/2012

The official ASP.NET Web Stack RC NuGet packages are now available on NuGet. If you are new to NuGet...

Date: 06/01/2012

Note: this blog uses Visual Studio 2012 but the instructions for VS 2010 are the same. This blog...

Date: 05/31/2012

We have been on a roll with respect to changes over the last few weeks – here’s some of the...

Date: 05/13/2012

Some interesting updates were checked in over the last week. As in the previous update this is a...

Date: 05/03/2012

Note: This blog has been superseded by this one – the instructions for Visual Studio 2012 and 2010...

Date: 04/29/2012

Here’s a few more updates coming your way in ASP.NET Web API. As in the previous update the code has...

Date: 04/26/2012

Here’s a few updates coming your way in ASP.NET Web API. The code has been checked into our CodePlex...

Date: 04/23/2012

There are several good blogs on content negotiation in ASP.NET Web API (see for example ASP.NET Web...

Date: 04/22/2012

In the blog Getting Started With ASP.NET Web Stack Source on CodePlex we describe how to set up a...

Date: 04/10/2012

This blog shows an example of how to build an ASP.NET Web API ApiController that asynchronously...

Date: 03/03/2012

HTML Form File upload (defined in RFC 1867) is a classic mechanism for uploading content to a Web...

Date: 03/01/2012

ASP.NET Web API supports asynchronous actions using the new Task-based programming model introduced...

Date: 02/24/2012

Several of the ASP.NET Web API tutorials (see for example “Your First ASP.NET Web API”) show how you...

Date: 02/23/2012

If you don’t need the full ASP.NET MVC 4 installer with project and item templates for Visual Studio...

Date: 02/20/2012

MongoDB is a popular NoSQL database that makes it a great backend for Web APIs which lend themselves...

Date: 02/18/2012

Json.Net is a popular framework for working with JSON. In particular, it has a bunch of features...

Date: 02/17/2012

Downloading content to a local file is a common thing to do. The current version of HttpClient...

Date: 02/17/2012

One of the common discussions to have around network APIs is whether streams should be push or pull....

Date: 02/16/2012

Many popular Web APIs such as the twitter API use some form of OAuth for authentication. HttpClient...

Date: 02/16/2012