Joshua

3,321
Reputation
491 views

Registered User

Name Joshua
Member for 1 year
Seen 7 hours ago
Website
Location US/CA
Age
7h
awarded  Necromancer
1d
comment Why wasn’t code “managed” from the start?
It's about garbage collection. You really can't have a managed environment without it.
1d
revised Using Protocol buffer as general Data object?
edited tags
2d
comment What’s your most controversial programming opinion?
I had a case once where I wished I could do printf() debugging. All I could do was twiddle bits that were wired to four LEDs.
2d
answered How do I send a struct from C# to VB6, and from VB6 to C#?
Nov
23
comment Properly handling platform specifics (unix/windows) in C?
@xlyd if the fragment arguments start diverging a lot you're doing something wrong.
Nov
23
accepted Get Application Pool Uptime in c#
Nov
23
answered Properly handling platform specifics (unix/windows) in C?
Nov
23
answered Can you #define a comment in C?
Nov
23
answered Get Application Pool Uptime in c#
Nov
22
answered Redirecting Command-line Arguments for Bootstrapping
Nov
21
comment The funniest/weirdest error message you’ve got from a development environment/application
In the IBM PC BIOS ROM there is another message Video Error, Press F1 to continue
Nov
20
awarded  Nice Answer
Nov
20
comment What’s Your Motto As A Developer/Programmer?
I will write code near my technical limits and I will be able to debug it. I'm just willing to spend two days debugging a few hundred bytes of code.
Nov
19
answered Bootstrapper with custom package
Nov
19
answered How do I safely stop a C# .NET thread running in a Windows service?
Nov
18
answered Application(hellanzb) is a system hog and nice 19 does nothing.
Nov
14
comment When should static_cast, dynamic_cast and reinterpret_cast be used?
I have used reintrepret_cast for one purpose -- getting the bits out of a double (same size as long long on my platform).
Nov
14
answered Hex 0x0001 vs 0x00000001
Nov
10
answered Exception caused by AppDomain when it shouldn’t?
Nov
10
answered Deserialize object into assembly that is now signed and versioned
Nov
10
comment Most obscure errors due to C++ complexity
Why are you heap-allocating a MyClass, assigning it to a local variable, and leaking the heap-allocated copy?
Nov
9
answered Here is some code that makes a cookie, can you please show me how to unmake it?
Nov
8
revised The case against checked exceptions
added 415 characters in body
Nov
7
comment The case against checked exceptions
@TofuBeer, that 's exactly my point. I find that constantly wrapping and unwrapping exceptions is worse than removing checked exceptions.
Nov
7
answered Is SQL injection a risk today?
Nov
7
answered The case against checked exceptions
Nov
5
revised Possible to rearrange an array in place in O(N)?
added 262 characters in body
Nov
5
answered Possible to rearrange an array in place in O(N)?
Nov
5
answered What is the advantage of using base64 encode?
Nov
5
answered Is it possible to create a .ascx virtually? i.e. not on disk, but as a string?
Nov
5
answered Besides “treat warnings as errors” and fixing memory leaks, what other ideas should we implement as part of our coding standards?
Nov
3
comment Is it possible to find two numbers whose difference is minimum in O(n) time
@Peter, no it can't be. The range cannot be bigger than the max - min of the data type.
Nov
3
answered Should null == null be true when comparing objects?
Nov
2
comment How to hide “delete” on a class hierarchy?
@Pavel in this mode maybe requiring constructor calls to be changed as well is not a bad thing.
Nov
2
revised Why browser sometimes render site bad and sometimes good? (without change browser, no dynamic data only refresh)
added 233 characters in body
Nov
2
revised How do I make a Class extend Observable when it has extended another class too?
Remove reference to non-extant interface.
Nov
2
answered Why browser sometimes render site bad and sometimes good? (without change browser, no dynamic data only refresh)
Nov
2
comment How do I make a Class extend Observable when it has extended another class too?
@finnw C# has no need for the observable/observer pattern and my code doesn't even call any API functions.
Nov
1
answered How do I make a Class extend Observable when it has extended another class too?
Nov
1
comment What hidden functionality do you put in your software?
I would build such a feature, but it would only function if the user were on the application server.
Oct
31
answered How can I integrate Java with .Net?
Oct
29
comment Why aren’t these WCF related resources cleaned up?
I really meant WPF but I somehow think this is an artifact of the core runtime so it should apply to WCF as well.
Oct
28
answered Why aren’t these WCF related resources cleaned up?
Oct
27
revised Why do you program in assembly?
updated link -- site moved
Oct
27
comment SQL Server doesn’t use index in stored procedure
Parameter sniffing can be effectively turned off by WITH RECOMPILE at the end of the calling SQL.
Oct
26
awarded  Popular Question
Oct
26
answered Is a “404 redirect” a legitimate redirect?
Oct
25
asked Mono .EXE assembly set explorer icon
Oct
23
answered How to make win32 exe invisible in TaskManager or any other process explorer, or make unkillable