| bio | website | |
|---|---|---|
| location | Perth, Australia | |
| age | 35 | |
| visits | member for | 2 years, 6 months |
| seen | Mar 1 at 3:06 | |
| stats | profile views | 51 |
I'm a .NET developer working primarily in C#. I also enjoy photography and long walks on the beach. Actually I hate beaches.
|
Dec 28 |
awarded | Good Answer |
|
Dec 28 |
awarded | Nice Answer |
|
Dec 21 |
comment |
What is your favorite whiteboard interview problem? So someone can't understand databases without SQL? |
|
Dec 21 |
comment |
What is your favorite whiteboard interview problem? Can I write it in LINQ? SQL is so last year! |
|
Dec 21 |
comment |
What 3-4 languages provide the best variety in style? Bits are how machines work. You could argue assembly language. C is definately NOT how machines work. |
|
Dec 16 |
answered | What are the most necessary non-language specific things a programmer needs to know? |
|
Dec 11 |
comment |
XAML - Like/Dislike? It has?!? googles Oh wow! So at least there's hope that Microsoft is trying to fix XAML. By adding more spackle over the cracks. Sigh. |
|
Dec 10 |
comment |
I don't understand the arguments against operator overloading I'd argue that either i and j are declared locally so you can see their type quickly, or they're sucky variable names and should be renamed appropriately. |
|
Dec 8 |
revised |
XAML - Like/Dislike? edited tags |
|
Dec 8 |
comment |
What syntax element do you love most in a programming language you use frequently? Probably the only thing I miss from VB. |
|
Dec 8 |
comment |
What syntax element do you love most in a programming language you use frequently? I'm quite enjoying using them for event handles: exitButton.Click += (sender, e) => { this.Close(); }; |
|
Dec 7 |
comment |
Which features from other IDEs/editors you wish you have in Visual Studio? @leeand00 It's just a different view of the standard .java files. |
|
Dec 6 |
awarded | Nice Answer |
|
Dec 4 |
awarded | Commentator |
|
Dec 4 |
comment |
As a programmer, can you work with noise? +1: Thanks for the link |
|
Dec 4 |
comment |
XAML - Like/Dislike? It's more than just a serialized GUI, but not quite a real programming language. My issue is that it exists in this in between state that doesn't work. |
|
Dec 1 |
comment |
XAML - Like/Dislike? I'd argue that all those features are not features of XAML so much as WPF/Silverlight. |
|
Dec 1 |
comment |
What's the idea behind defining rectangles with two points? @Jon: But that's the point of the original question. Why have a rectangle format that allows for ambiguous definitions for left,top,right,bottom when instead you can just store those values. |
|
Dec 1 |
awarded | Critic |
|
Dec 1 |
comment |
XAML - Like/Dislike? Sorry, but I've been using XAML for 2 years now and I'm fairly certain I've learned it. And I still hate it's friggin guts! |