?php the_time('F, Y');?>
Thursday, July 31st, 2008
Is there "c# instanceof"?
It's commonly used in Java. In C# you can use "is" or "as" instead.
if (object is String) will return true if the supplied object is a String.
(object as String) is just another way of casting object to a String.
Posted in C# | No Comments »
Tuesday, July 22nd, 2008
Final keywod for a java class, in c# is replaced by sealed keyword, which means that the class is not available for inheritance.
For variables final in java is the same as readonly in c#: values cannot be modified after initialization, however, they are stored as values.
const in c# is ...
Posted in C#, Java | No Comments »
Thursday, July 17th, 2008
Amazon.com (NSDQ: AMZN) is launching its new streaming online movie and video service tomorrow...the new service is called, surprise surprise, Amazon Video on Demand. Some details of the service were inadvertently pre-announced by CEO Jeff Bezos at the D conference in May. It will be available at Amazon.com/VOD when it ...
Posted in News | No Comments »
Wednesday, July 16th, 2008
The phone may be quicker, but the wait sure is a drag. After New Zealand and Japan got there first, after Europeans queued up, one year after iPhone 1.0 hit… North Americans have finally got their hands on the 3G version of the device that, perhaps, Apple (NSDQ: AAPL) should ...
Posted in iPhone | No Comments »
Monday, July 14th, 2008
Social Gaming Network, a major distributor of games on Facebook and other social networks, has added Bezos Expeditions, Jeff Bezos’ investment vehicle, to its investor roles. The news comes just two months after the Palo Alto-based SGN announced its big, $15 million first round from investors Greylock Partners, the Founders ...
Posted in Networks | No Comments »
Monday, July 14th, 2008
Following the latest skirmish, Yahoo (NSDQ: YHOO) CEO Jerry Yang has sent out his latest talking points to Yahoo management. The gist: Yahoo faces rough waters from now until the August 1 showdown, but the company can’t be distracted. It’s time to keep your head down and focus on business, ...
Posted in Microsoft | No Comments »