Creating an API for a Rock-paper-scissors Game – using ASP.NET Web Api
Introduction In earlier posts we often used the domain for a simple rock-papers-scissors game. In this post we're going to re-use the domain and create an HTTP API. The RPS…
Introduction In earlier posts we often used the domain for a simple rock-papers-scissors game. In this post we're going to re-use the domain and create an HTTP API. The RPS…
Introduction In three earlier posts we have explored modeling a Rock-paper-scissor game in F#. We have modeled the domain and infrastructure. In the last post we looked at refactoring and…
In this post we're going to create some simple endpoints using ASP.NET Web API, OWIN and OAuth 2.0. To secure Controller endpoints we are using a custom claims attribute. We will issue…
Introduction In an earlier post a colleague wrote about Message ordering and FIFO options in Azure Service Bus Queues and Topics. In this post we're going to look at how to use…
Introduction In the quest of getting into F# we have explored modeling a rock-paper-scissor game. In the two earlier posts we made a Game aggregate and the GameHandler. In this post we're going…
Introduction In the last post we created a simple rock-paper-scissor game. There are still a lot of improvements to be made to the Game itself, we're going to concentrate on…
While using some functional concepts in C#, I felt it was time to move on. Wanting to learn more about functional programming. While many might suggest starting with closjure, erlang,…
In earlier posts named "Fun with Windows Service Bus and AutoFac" parts 1-2 the demo project was named "Simple.ServieBus" @ github. Since then, the demo code was refactored and some…
In this post we’ll continue on the journey we started in part 1, building a simple pub/sub scenario with Windows Server Service Bus. This part is about configuring subscription and…
In this post we´ll have a look at using the Windows Server Service Bus in a Pub/Sub scenario. The Windows Server Bus is the on-premise version of Azure service bus.…
Recently there where a refresh release of WebMatrix2 for Windows 8. WebMatrix makes development and running node on windows easier. You could also use Visual Studio as a companion to…
If you’re a web developer with prior experience from MVVM/MV* frameworks like Knockout or Batman going into Windows 8 development, one thing you quickly notice is the lack of two-way…
One thing I miss in the tools and templates around HTML5/Javascript development for Windows 8 is a test strategy, or at least some encouragement in the templates to send you…
Recently when working with the Web Api RC I ran into a problem, that later occurred to me to be caused by a known issue. So I thought that it might be…
Introduction The choice of client side MV* framework ain’t an easy one. And fairly often a new one comes along. Among the usual suspects we find frameworks like Backbone, Knockout…