January 2008 - Posts

0
Comments

Converting a number into its text presentation by Joseph Ghassan

I wrote this code 2 years ago, it is an interesting piece of code to convert any number between 0 and 999,999,999 into its text presentation. Just create a console application and paste this code : 1: using System; 2: using System.Collections.Generic;...
Filed under:
6
Comments

Operator keyword - Operator Overloading by Joseph Ghassan

While studying for my MCPD, I stumbled upon the operator keyword. Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type, For instance...
Filed under:
9
Comments

In depth look at Ajax's XMLHttpRequest object - Part 1 ( Introduction) by Joseph Ghassan

The click-and-wait pattern has dominated for years the client/server communication but with the introduction of Ajax things have become different. The interaction of the user with an Ajax-enabled application becomes much more interactive and enjoyable...
Filed under:
4
Comments

What a nice place to start Blogging ! by Joseph Ghassan

I would like to thanks Joe S. and the ASP.NET team for giving us this opportunity to share our knowledge using asp.net weblogs.  it is going to fun for sure!
Filed under:
More Posts