Backbone.js and C#

December, 22nd 2011 | .NET

We are testing Backbone.js ì and I must say that the first approach was certainly exciting. Some time now our applications are based on a structure heavily skewed on the client where the server is t

Transform url to links with C#

December, 14th 2011 | .NET

In some cases, such as the comments of a social newtork, you may want to turn urls entered by a user into clickable links. In Igloo we had the need to create a function that would allow us to achieve

The protocol 'net.tcp' is not supported.

November, 23rd 2011 | .NET

Windows Communication Foundation is the part of .NET framework that provides an infrastructure for building service-oriented applications. For those who approach for the first time to these tools, I

IPN - Instant Payment Notification with C#

November, 2nd 2011 | .NET

Instant Payment Notification, better known as IPN, is a PayPal service that can send notifications to our server after a transaction. By integrating a payment system offered by PayPal, in fact, we ar