The best ever MSDN help page
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008) -
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008):confused: Color me stupid - I don't get it.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
:confused: Color me stupid - I don't get it.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
Christopher Duncan wrote:
Color me stupid - I don't get it.
What dont you get, all the information? :confused: I meant it as a compliment. The documentation exceeded my expectation by far, and I even learnt a few new things.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008) -
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)the color scheme... ... it burns X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X| X|
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)It hurts with loading and plenty more. Come on, there has not been, and I mean this from my C# ASP.NET cold feet, a Web project with more failures and broken links than: MSDN pre v1. MSDN v1. MSDN 2 MSDN #2 (pronounced not-see-Sharp-Too), whatever happened after 2 No wonder they are buying and trying to buy other Web companies.
-
Christopher Duncan wrote:
Color me stupid - I don't get it.
What dont you get, all the information? :confused: I meant it as a compliment. The documentation exceeded my expectation by far, and I even learnt a few new things.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)leppie wrote:
I meant it as a compliment.
That's the part I didn't get. :) I've become so accustomed to the incredibly poor quality of documentation coming from MS these days that I just assumed it was a well deserved snarky commentary. Quality documentation from MSDN - who knew?
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)I half-expected the "good" documentation to be added in the "community content section". BTW, you should write something there saying that documentation DID actually help you.
This signature was proudly tested on animals.
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)can it create SuperDelegates ?
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)Hmm, tickles the brain. I came close to using that method for some arcane 'very cool to have' feature I wanted to implement about a year ago. Right now it's just TMI.
Semicolons: The number one seller of ostomy bags world wide. - dan neely
-
can it create SuperDelegates ?
Chris Losinger wrote:
can it create SuperDelegates ?
They're called "events". ;P Marc
-
can it create SuperDelegates ?
-
Basically the cool thing about that page is that you can 'bind' the first parameter of the delegate, so in effect you can create 'composed' expressions.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)Don't see where that greatly helps you, perhaps I'm missing a particular scenario as you can either pass another expression which converts to object (blewh) or you could just go and do composition with Func<T,..> No? If you want expression templates well, C# doesn't have them; they designed the tedium of C# compiler away with that signature :)
-
leppie wrote:
I meant it as a compliment.
That's the part I didn't get. :) I've become so accustomed to the incredibly poor quality of documentation coming from MS these days that I just assumed it was a well deserved snarky commentary. Quality documentation from MSDN - who knew?
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
That's exactly my reaction. I was thinking "hang on - this actually looks really good. Why is he dissing it". Then I turned off auto-sarcasm and it became clear.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
That's exactly my reaction. I was thinking "hang on - this actually looks really good. Why is he dissing it". Then I turned off auto-sarcasm and it became clear.
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
Then I turned off auto-sarcasm
Yeah, it took me a minute to remember where the switch was.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
-
Delegate..::.CreateDelegate Method (Type, Object, MethodInfo, Boolean) [^] Wow :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008)Yeah that is pretty good. For once even their example code isn't unnecessarily convoluted and complex for no apparent reason (something they've always been guilty of). I like the redesign too (I've been avoiding MSDN for probably a year now at least).
"The great pleasure in life is doing what people say you cannot do." - Walter Bagehot
-
That's exactly my reaction. I was thinking "hang on - this actually looks really good. Why is he dissing it". Then I turned off auto-sarcasm and it became clear.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Don't see where that greatly helps you, perhaps I'm missing a particular scenario as you can either pass another expression which converts to object (blewh) or you could just go and do composition with Func<T,..> No? If you want expression templates well, C# doesn't have them; they designed the tedium of C# compiler away with that signature :)
Basically it lets you make curried functions (functions with 1 free variable). So imagine you have foo(a,b). Now you can say bar(b) = foo(1,b). And call bar(x), and foo(1,x) gets executed.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4 out now (27 May 2008) -
Chris Maunder wrote:
Then I turned off auto-sarcasm
Yeah, it took me a minute to remember where the switch was.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
I'm middle-aged. My switch atrophied and fell off years ago.
Software Zen:
delete this;
-
Chris Maunder wrote:
Then I turned off auto-sarcasm
Yeah, it took me a minute to remember where the switch was.
Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com
Maybe we should have a new rule for posting in the Lounge, as in all posts should be sarcastic?
Vincent www.pub-olympics.com
-
Maybe we should have a new rule for posting in the Lounge, as in all posts should be sarcastic?
Vincent www.pub-olympics.com
Vincent Curry wrote:
Maybe we should have a new rule for posting in the Lounge, as in all posts should be sarcastic?
That's an utterly brillant idea.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon