Prem's Weblog

Random notes from a developer

Demonstrating Object Serialization

Assuming you know the rules for Object Serialization, my aim in this article is to write an app in...

Author: premk Date: 04/11/2006

Display Raw Contents of a file

Sometimes you just want to see the raw contents of a file. This is especially useful when you don’t...

Author: premk Date: 03/28/2006

IEEE-754 Floating point --> Special values and Ranges

As I mentioned in my previous blog, we shall now discuss details regarding range of values for...

Author: premk Date: 02/25/2006

IEEE Standard 754 for Floating Point Numbers

This article specifies how single precision (32 bit) and double precision (64 bit) floating point...

Author: premk Date: 12/03/2005

Some Insights into Delegates from J# perspective

It needs to be noted that the classes com.ms.lang.Delegate, System.Delegate or System.Multicast...

Author: premk Date: 11/30/2005

Some differences between com.ms.lang.Delegate and System.Delegate type in J#

Firstly, instance “invoke” function has different case letters in them: com.ms.lang.Delegate à...

Author: premk Date: 11/28/2005

How to create System.Delegate in J#

Creating System.Delegate in J# Single-cast Delegate Single-cast delegate derived from...

Author: premk Date: 11/25/2005

How to create com.ms.lang.Delegate in J#

Creating com.ms.lang.Delegate in J# Single-cast Delegate Single-cast Delegate derived from...

Author: premk Date: 11/23/2005

Primer - Delegates in J#

Primer - Delegates in J# In next couple of posts i will discuss about delegates in J# starting from...

Author: premk Date: 11/21/2005

Who am I !

My name is Prem and I am working as a Software Design Engineer in Visual J# product team. Visual J#...

Author: premk Date: 11/21/2005