December, 24th 2011 |
.NET
As previously mentioned, I'm working with Backbone.js.
In particular, I had the need to send to the server-side module, powered by .NET MVC, a complex JSON data structure, as follows:
Invoice: {
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
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
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
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