XML Serialization and Deserialization: Part-1
The article talks about serialization of objects in XML format and deserialization of an XML file back to an object. Serialization is a... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Retrying tasks with TPL, async and synchronous code
In this world, we have to face up to the horrible possibility of failure. Sometimes, that failure is irrecoverable. There’s no going... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
How to create a Calculator App for Android
In this article, we will learn about the creation of Quick Calculator application in android that is useful to get quick mathematical results.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
Teststack, Dojo 2, and More by Dylan Schiemann (Podcast)
Dylan will be in London delivering a week of Dojo workshops and will talk about advancements in testing, Dojo 2.0, Bali, and more.
Tweet 0 Comments Save Tags: ajax , other languages
5 Tips for Mainframe Modernization: Transitioning to a GUI
As many mainframe developers are close to retiring, and the new generation set to fill their ranks won’t have TSO/ISPF skills. From a... more »
Tweet 0 Comments Save Tags: gui , other languages
Traceroute’s Working and Problems With It
Traceroute’s Working and Problems With It
Tweet 0 Comments Save Tags: other languages , unix-linux
Compiling to JavaScript, and Debugging with Source Maps
This is a tutorial on how to write a compiler which generates JavaScript as its target language, and maintains line and column meta-data... more »
Tweet 0 Comments Save Tags: javascript , other languages
A Typed Markup Language Based On Haskell
In this post, I'm going to implement a simple markup language including a parser and type checker. The language's syntax will be based on... more »
Tweet 0 Comments Save Tags: announcement , news , other languages