Nov 05

A ussual way of managing/comunicate between classes is using Enums. This allow you to implement more fast and safe objects that have static values (gender, day of the weeks, months, ...)

More...

Article Tags
Nov 04

In this short article I will present how should be managed the case that two XMLs contains data and you have to link this based on keys and transform into another XML in order to deserialize or read the related entity. For example, if you have a list with prices and a list with products, each list in a separete XML you will have to get each product with his price.

More...

Article Tags
Nov 03

This is a basic article of how to use the ajax that exists in JQuery in MVC2.

More...

Article Tags