Archive for octubre, 2011

Aquí dejo una clase para hacer las serializaciones, la única dependencia es la librería Json.NET public class Serializer { public enum Format { json,xml } public static string Serialize(object data, Format format) { if (format == Format.json) return JsonConvert.SerializeObject(data); else { using (StringWriter sw = new StringWriter()) { XmlSerializer ser   Read More ...

Categories: Uncategorized

PUBLICIDAD

EMAIL





posts recientes

El ciclo del desarrollo...

Posted on feb - 22 - 2012

0 Comment

SharedCache: hostname en vez...

Posted on feb - 15 - 2012

0 Comment

Nueva versión de MongoMapper.NET

Posted on feb - 14 - 2012

0 Comment

Sponsors

  • Etooltech
  • Dingus Services
  • Etooltech
  • Dingus Services