Wow. Now that's what I call an enum
-
Someone deserves a slap.
Chris Maunder
more like a kick!
There are 10 kinds of people in this world. Those who understand binary and those who don't... ______________________ "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
Can you imagine that in a world without intellisense?
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
-
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
It wasn't fixed because the code reviewers are still paralyzed with :wtf:.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
Being very new to programming, (See profile, so don't kick me if this seems wrong or Bad Style etc), would it not be better to call it something shorter and Mnmonical, and provide a comment? it must be easier to type, with less chance of mis-spellings etc, and also I am lazy and prefer terser names! Also, why enum like that anyway? (NOT a programming Question either, merely one of clarification)
------------------------------------ Happy Primes Lead to Happy Memories. Don't Google FGI
-
Being very new to programming, (See profile, so don't kick me if this seems wrong or Bad Style etc), would it not be better to call it something shorter and Mnmonical, and provide a comment? it must be easier to type, with less chance of mis-spellings etc, and also I am lazy and prefer terser names! Also, why enum like that anyway? (NOT a programming Question either, merely one of clarification)
------------------------------------ Happy Primes Lead to Happy Memories. Don't Google FGI
-
exactly. The monstrosity was posted for the purpose of mocking and derision.
-- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.
Ah! Consider it mocked and derided, even by a newbie!
------------------------------------ Happy Primes Lead to Happy Memories. Don't Google FGI
-
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
Well, it's still a bit shorter then plain english version :P "Gets the message security version that requires the Basic Security Profile based on WS-Security1.0, WS-TrustFebruary2005, WS-SecureConversationFebruary2005 and WS-SecurityPolicy1.1 security specifications." be good kids and always provide source of your quotes...[^]
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
-
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
That belongs in coding horrors.
-
Can you imagine that in a world without intellisense?
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
This is not a programming question. I repeat. This is not a programming question. If you were expecting a programming question here, these aren't the droids you're looking for. Anyway - I'm in the midst of writing an article on using WCF with the Amazon S3 services, when I came across this little beauty of an enum:
MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
I have to say - it's a beauty.
Deja View - the feeling that you've seen this post before.
That's only a 103 characters identifier, C# allows up to 512 characters!