:D [modified]
-
I've been frustrated the last couple of days trying to get multiple files to upload while still updating individual progress bars in a responsive WPF UI. I finished it this moring, and I came up with this oh so satisfying line:
fu.ui.UploadFile(fu.file); // ;D
I think that might be the coolest and most satisfying line of code I have ever written. :cool: You might see this line in Coding Horrors the next time some other coder runs across it! -- modified at 9:21 Wednesday 1st August, 2007
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
-
I've been frustrated the last couple of days trying to get multiple files to upload while still updating individual progress bars in a responsive WPF UI. I finished it this moring, and I came up with this oh so satisfying line:
fu.ui.UploadFile(fu.file); // ;D
I think that might be the coolest and most satisfying line of code I have ever written. :cool: You might see this line in Coding Horrors the next time some other coder runs across it! -- modified at 9:21 Wednesday 1st August, 2007
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
I had one the other night:
if (car is Missing) return null;
(it's valid C#!)
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
I had one the other night:
if (car is Missing) return null;
(it's valid C#!)
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
Missing? I can only find that in the Microsoft.JScript namespace, unless you have your own Missing. If the former, it's very tentatively valid C#.
-
Missing? I can only find that in the Microsoft.JScript namespace, unless you have your own Missing. If the former, it's very tentatively valid C#.
System.Reflection.Missing
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
System.Reflection.Missing
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
Just another glaring indictment of the perpetual impotence of MSDN indexing, finding only the most obscure occurrence of the Missing class.
-
Just another glaring indictment of the perpetual impotence of MSDN indexing, finding only the most obscure occurrence of the Missing class.
Reflector is faster
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
Just another glaring indictment of the perpetual impotence of MSDN indexing, finding only the most obscure occurrence of the Missing class.
No doubt. I always use Google to search MSDN, not their own search.
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
-
I had one the other night:
if (car is Missing) return null;
(it's valid C#!)
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
No doubt. I always use Google to search MSDN, not their own search.
"Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
i didn't know it ws posssible to serach msdn with the built in search function
-
Just another glaring indictment of the perpetual impotence of MSDN indexing, finding only the most obscure occurrence of the Missing class.
That makes for a good technical interview question: "In the .NET Framework base class library, what is the Missing class?" Very zen-like, a bit like the missing link...
-
else return (Missing)car; :D
-
else return (Missing)car; :D