After a few weeks on client side coding. I realize I need another field in the database and in the DTO. So I need to leave my client side project and enter the dark dungeons of the server side. Add a field to the dev database. Add the property to the DTO. Deploy a new […]
Read moreRapid Single Page Application development with typescript, couchdb and domo
OK, this might be a pretty odd way of creating applications. But this method met a few goals I had for rapid application creation: Create it in Typescript only. Use some kind of document database from client side javascript. Run and debug locally. Publish easily. My application iterations looks like this: Make code changes in […]
Read moreUsing SignalR to build an Api (in Umbraco, WebMatrix or MVC)
I wrote a blog post the other day about using plain Razor scripts to create an easy to maintain Api on an Umbraco site. It’s a very straight forward way to make ajax-calls possible. However in reality I think many would say razor files is just not the right choice for server functionality like this, […]
Read moreA playful look at WebSockets – with the help of the XSockets library
What’s the best way to spend a friday night to saturday afternoon, in the city of Sundsvall, Sweden? What about coding some WebSockets together with others like minded (+ having one or two sponsored beers)? In the end of september team XSockets and XLent hosted such an event and I was happy to be able […]
Read moreOne file CRUD sample with NancyFx, SisoDb and HtmlFormHelper
Following my NancyFx & SisoDb experiments I’m adding some CRUD with the help of my HtmlFormHelper class. So, here’s a one file Nancy CRUD sample (well plus the .dll’s and HtmlFormHelper.cs). Note : I’m still very new at NancyFx, and I’m doing this to learn myself, there’s better samples out there, showing how the gurus […]
Read moreA one file Asp Net web application with NancyFx and SisoDb
It’s hard to see how an Asp Net webapp with database functionality can be easier/less ceremony than with the help of NancyFx + SisoDb. The sample I’m going to show here is very far from a full real web application, it’s rather trying to show one way of creating the most basic building blocks of […]
Read more
March 19, 2013 