↧
My very own Taskmanager in HTML 5, SignalR and Nancy
Last week I had the crazy idea to create my own Single Page Application (SPA) HTML page that could show the Total CPU on my machine much like the traditional Taskmanger in Windows. I went through a...
View ArticleMy very own Taskmanager in HTML 5, SignalR, Nancy and AngularJS
This is part 2 of this blog post here and I really encourage you to read it before continuing reading this blog post. Anyway the last thing to add to my small Taskmanager was AngularJS. I started to...
View ArticleNancy and the issue with Enums as strings
Bakground The other day I was trying to show an enum property as a string in an Nancy based API. And I just couldn’t do it at first but later on I found a way. Just so I remember until next time I...
View Article