Reactive Framework and IObserverable

Erik Meijer, the man behind LINQ is now come up with a framework called “Rx Framework” which contains API those decorates LINQ2Objects as mathematics dual.  Let us see in details. LINQ2O and Mathematics Dual Wikipedia says “A moprhism f:A->B is a monomorphism if  f.g=g.h implies g = h. Performing the dual operation, we get the statement that g.f [...]

Mark this!
  • Digg
  • del.icio.us
  • Add to favorites
  • RSS

Visual WebGUI and Empty Client Model for RIA

So many frameworks, tools and platforms available for us to develop RIA applications.  One such framework from Gizmox is “Visual Web GUI” which provides unified approach to develop web applications using ASP.NET platform with “Empty-Client” model.  The catchy point is you do not need to know too much about underlying technology.  You can also port [...]

Mark this!
  • Digg
  • del.icio.us
  • Add to favorites
  • RSS

IList and Round-trip Serialization Issue in WCF

Problem WCF throws System.ExecutionEngineException when deserializing and consuming data contracts with IList based attributes. Forces Collection is changed as immutable when using IList Unable to convert it to List Unable to send it back to service consumer if required Solution Let us define a data contract Dump which contains IList of InternalDump. I’ve declared a [...]

Mark this!
  • Digg
  • del.icio.us
  • Add to favorites
  • RSS

ASP.NET AJAX 4.0: Live Data Binding using Template

Source code for this article can be downloaded from https://udooz.net/index.php?option=com_docman&task=doc_download&gid=2&Itemid=5 This article is continuation of Part I.  In this part, I explain the different data binding options in ASP.NET AJAX 4.0 templates.  Just a recap that I’ve consumed an ADO.NET data services to fetch AdventureWorks’s Product table records.  In this article, I explain how to [...]

Mark this!
  • Digg
  • del.icio.us
  • Add to favorites
  • RSS