Joseph Kingry
|
Registered User
|
To achieve great things, two things are needed: a plan, and not quite enough time. - Leonard Berrnstein You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat.- Albert Einstein |
|
Nov 25 |
comment |
MSBuild and C++ I would be more interested in the the MSBuild file itself, unless it is just the project/solution file format from XNA |
|
Nov 25 |
asked | MSBuild and C++ |
|
Nov 24 |
answered | .NET 4 SDK corrupted? with Silverlight 4 Tools install |
|
Nov 24 |
revised |
.NET 4 SDK corrupted? with Silverlight 4 Tools install Comment wanted clarification |
|
Nov 24 |
asked | .NET 4 SDK corrupted? with Silverlight 4 Tools install |
|
Nov 20 |
comment |
“Inline” Class Instantiation in PHP? (For Ease of Method Chaining) Well at least I now have confirmation that you can't do this. Can you point me to where in the PHP language reference that says why you can't do this? Argh. |
|
Nov 19 |
comment |
Assigning the return value of new by reference is deprecated manual page link is dead |
|
Nov 18 |
answered | How to send UDP multicast packets through Silverlight? |
|
Oct 20 |
comment |
What is the opposite of ‘parse’? made my previous comment before seeing that the question was language-agnostic. ToString() seems to be the accepted standard by .NET |
|
Oct 20 |
comment |
What is the opposite of ‘parse’? err.. why not ToString() ? Seems to be the standard set by the likes of Int32, etc |
|
Oct 13 |
comment |
.NET zlib Stream compatible with Actionscript ByteArray.uncompress DEFLATE only works in Air applications, which won't work for my scenario. |
|
Oct 12 |
comment |
.NET zlib Stream compatible with Actionscript ByteArray.uncompress ZlibStream in DotNetZip worked. Thanks! |
|
Oct 12 |
comment |
.NET zlib Stream compatible with Actionscript ByteArray.uncompress Nope, having got frustrated with the issue I left it for the night. I'm going to try to repro the simplest case possible to see if something else isn't wrong. |
|
Oct 9 |
asked | .NET zlib Stream compatible with Actionscript ByteArray.uncompress |
|
Sep 9 |
answered | Better seeds than time(0)? |
|
Sep 3 |
answered | Why are database features being ignored, and instead reinvented in the middle tier? |
|
Aug 31 |
comment |
Best C# solution for multithreaded threadsafe read/write locking? As stated in comments to Andrew Hare's answer, the lock here isn't doing anything given an int-valued field. |
|
Aug 29 |
revised |
Best C# solution for multithreaded threadsafe read/write locking? hopefully fixed link formatting |
|
Aug 28 |
revised |
Best C# solution for multithreaded threadsafe read/write locking? Added sample for small fields using volatile |
|
Aug 28 |
comment |
Best C# solution for multithreaded threadsafe read/write locking? In fact, for small value types I don't think you even need the lock statement, just mark the backing field as volatile |
|
Aug 27 |
awarded | ● Yearling |
|
Aug 26 |
revised |
Best C# solution for multithreaded threadsafe read/write locking? cleaning up references |
|
Aug 26 |
revised |
How do you close TCP connections gracefully without exceptions? fixing formatting, can't seem to get markdown to accept code block |
|
Aug 26 |
revised |
How do you close TCP connections gracefully without exceptions? evil markdown code |
|
Aug 26 |
answered | How do you close TCP connections gracefully without exceptions? |
|
Aug 26 |
revised |
How do you close TCP connections gracefully without exceptions? added 233 characters in body |
|
Aug 26 |
comment |
How do you close TCP connections gracefully without exceptions? The current example above will throw an exception if one side closes the connection. The using will not trap the exception. Regardless, I am looking for a way to avoid throwing an exception entirely during a graceful shutdown. |
|
Aug 26 |
asked | How do you close TCP connections gracefully without exceptions? |
|
Aug 26 |
revised |
Best C# solution for multithreaded threadsafe read/write locking? Adding reference links |
|
Aug 26 |
answered | Best C# solution for multithreaded threadsafe read/write locking? |
|
Aug 26 |
comment |
Best C# solution for multithreaded threadsafe read/write locking? There needs to be a get lock if you are dealing with value types that are larger then 32-bits. |
|
Aug 21 |
revised |
Serializing anonymous delegates in C# Grammatical fixes |
|
Aug 5 |
awarded | ● Nice Answer |
|
Jul 28 |
awarded | ● Popular Question |
|
Jul 15 |
answered | Wait for pooled threads to complete. |
|
Jul 14 |
comment |
Anonymous functions local variable hoisting is getting in the way Thank you Mr. Skeet, informative as always. Because ultimately I need the anonymous function as an event handler I will be going with the local variable route, can't use the LINQ alternative. |
|
Jul 14 |
asked | Anonymous functions local variable hoisting is getting in the way |
