Hammad : IDotNetWizard

My .NET Blog
Posted: by

Comments

TrackBack said:

Web Part Development With VS 2005 ooeess
# June 1, 2005 9:48 PM

TrackBack said:

Why Context.User.Identity.Name returns blank ? ooeess
# June 1, 2005 9:48 PM

TrackBack said:

Enabling Sessions for ASP.NET Web Parts in Sharepoint Portal 2003ooeess
# June 1, 2005 9:49 PM

TrackBack said:

Hello MS MVP Blogs!ooeess
# June 1, 2005 9:49 PM

hammad said:

test
# June 22, 2005 12:22 AM

TrackBack said:

Keep Writing SharePoint Web Parts Until (at least) 2006 ooeess
# July 22, 2005 6:51 PM

TrackBack said:

The New World Of Work!ooeess
# July 22, 2005 6:52 PM

TrackBack said:

MSMQ version 3.5 Beta for
# July 22, 2005 6:54 PM

TrackBack said:

Web Part Development With VS 2005 ooeess
# July 22, 2005 6:56 PM

TrackBack said:

Why Context.User.Identity.Name returns blank ? ooeess
# July 22, 2005 6:59 PM

TrackBack said:

Enabling Sessions for ASP.NET Web Parts in Sharepoint Portal 2003ooeess
# July 22, 2005 7:01 PM

TrackBack said:

Hello MS MVP Blogs!ooeess
# July 22, 2005 7:03 PM

TrackBack said:

Concurrent Programmers Speaking a New Language ooeess
# August 2, 2005 8:26 PM

TrackBack said:

C # Language Design :: Default Constrcutor for Structure ooeess
# August 2, 2005 8:26 PM

TrackBack said:

Web Part Development With VS 2005 ooeess
# August 3, 2005 8:57 PM

TrackBack said:

Enabling Sessions for ASP.NET Web Parts in Sharepoint Portal 2003ooeess
# August 3, 2005 8:57 PM

hammad said:

Why is wrong casting directly?
Like:
MessageType messageType = (MessageType)messageId;

?
# August 10, 2005 1:57 AM

hammad said:

I believe any cast is fine. My point was to avoid string comparisons like this:

if( messageId == MessageType.GetAdUser.ToString())
{
}

# August 10, 2005 10:51 AM

hammad said:

And how can I know the person for ,let's say, Romania?
# October 19, 2005 2:25 AM

Brian Moeskau said:

Thanks for the syntax I was looking for! Andrei, you cannot perform a direct cast like that directly against a string since enums are numeric types. Try it -- you'll get a compile error: "Cannot convert type 'string' to '[enum name]'" If messageId really is a number 'trapped' in a string, you would have to convert it prior to casting (ex: (MessageType)Convert.ToByte(messageId)). In my case, however, I was trying to compare a string variable to the enum value's name (not its numeric value) to see if they were the same. This is more what the author was getting at, and exactly the syntax I needed. Thanks again.
# December 20, 2005 7:22 PM

Dave said:

Excellent! I also received this award a year after I received my MVP designation. I have not yet received the glass square they mentioned was the 'prize', but the title itself is good enough, I think. :)
# January 4, 2006 2:28 PM

Laita said:

Hi hammand. I have tried accessing the beta testing program but still awaiting confirmation of my acceptance to the program.Is there any other place where I can download the Microsoft BizTalk Accelerator for SWIFT 2.3 accelerator.
# January 31, 2006 4:38 AM

Karina said:

If it is worth doing at all, it's worth doing it right.
# August 25, 2006 4:33 AM

Jeorge Lukasing said:

Very many thanks for a good work. Nice and useful. Like it!
# August 27, 2006 1:43 PM

C#, XML Web services, .NET Servers & Evangelism! said:

As I said in the previous post that I have been busy working on a real-time trading platform. Before

# November 28, 2006 12:44 AM

Miguel said:

Hi Hammad,

Thanks for linking back to my blog. For me, Mobile 2.0 is still very much a work in progress.

# December 11, 2006 12:16 AM

Prasanna said:

Is there anyway this event be recorded & shared or webcasted please.

If yes, can you please alert me @ prabhupr70 at  yahoo dot com

# July 8, 2008 9:58 PM

hammad said:

we are not doing web casts yet. but i can send you the slide deck if you will.

thx

# July 18, 2008 12:51 AM

Hammad : IDotNetWizard said:

As i posted earlier that i will be presenting @ IASA Singapore's chapter evening . It turned out

# July 23, 2008 4:28 AM

Lexapro. said:

Lexapro. Generic lexapro.

# August 4, 2008 3:15 PM

mina said:

like to chat with u hammad ayaz

# August 7, 2008 12:53 PM

Hanspeter Helfer said:

It would be very convenient if you could choose the installation paths for the chosen products (without having to abandon Web Platform Installer and doing a full custom installation).

Thank you very much and best regards

Hanspeter

# December 28, 2009 9:12 PM