Jere.Jones

1,256
reputation
136 views

Registered User

name Jere.Jones
member for 1 year
seen 14 hours ago
website
location Jacksonville,FL
age 34
I just love programming... but who here doesn't. :)
Dec
10
comment How can I change a module’s checksum in a minidump?
It is the same as locking your car and taking the keys. It doesn't stop the determined thieves, but neither is it useless.
Dec
10
comment How can I change a module’s checksum in a minidump?
I wouldn't say my software is special/important. It is a commercial consumer product so reverse engineering isn't the concern. Cracking and keygens are.
Dec
9
asked How can I change a module’s checksum in a minidump?
Nov
22
awarded  Popular Question
Nov
6
revised Using web services in different environments
added 102 characters in body
Nov
5
comment Visual Studio Debugger Not Attaching when at the Root of a website
I wish I could upvote you multiple times!
Oct
15
comment Using web services in different environments
That sounds like a great idea. Umm... how do I do that?
Oct
15
comment Using web services in different environments
The different namespaces are how the different urls are specified. Dev, QA, and Production often have different binaries since any change has to be developed in Dev then moved to QA for testing and finally pushed to Production. All three binaries could be different.
Oct
15
revised Using web services in different environments
edited tags
Oct
15
asked Using web services in different environments
Oct
13
comment How to route legacy type urls in ASP.NET MVC
Unbelievable. I tried it and it worked. Shouda just tried it. Thanks!!!
Oct
13
asked How to route legacy type urls in ASP.NET MVC
Sep
21
awarded  Yearling
Sep
15
answered How do I find an element position in std::vector?
Sep
15
answered ASP.NET MVC html helpers not working
Sep
12
comment Solve the pattern
Is this homework?
Sep
11
comment What’s the coolest startup programmer job title?
Sure. Enjoy. I know I have.
Sep
10
comment Wanted: Elegant solution to race condition
Wow. Out of left field comes an outstanding alternative. That is elegant and simple. Friggin' beautiful.
Sep
10
comment Wanted: Elegant solution to race condition
Second, BRILLIANT! I changed the if-empty-reset block to if-not-empty-set and every path I can think of is handled properly. Thanks!
Sep
10
comment Wanted: Elegant solution to race condition
First, I have historically used RAII in just these circumstances. I chose not to in this case to increase the testing area. I'm just getting into TDD.
Sep
10
comment Wanted: Elegant solution to race condition
I really like the idea of a nolock list, but as far as I can tell, those lists are LIFO and I need FIFO. Or am I missing something?
Sep
10
asked Wanted: Elegant solution to race condition
Aug
28
comment Slow SqlCommand performance with longer CommandText
I love your answer. You see exactly what I see. I would like it to be code defect but you see all of the code above. The loop is just as described. No sorting. No saving. Just insert-loop-insert-etc.
Aug
28
comment Slow SqlCommand performance with longer CommandText
99Bob and 10Bob have the same performance characteristics.
Aug
28
revised Slow SqlCommand performance with longer CommandText
Add link to trace
Aug
28
comment Slow SqlCommand performance with longer CommandText
The original idea was to use this code only once to move some data from a MySql db to an MSSql db. Hence the lack of a stored proc. Now I'm just trying to find out what the heck is going on.
Aug
28
revised Slow SqlCommand performance with longer CommandText
More information
Aug
28
comment Slow SqlCommand performance with longer CommandText
@Akash - If there is more evidence I can provide, I'm all for it. I'm not sure what else I can give.
Aug
28
comment Slow SqlCommand performance with longer CommandText
@Peter, I would be happy to include a trace. I'm not sure how to do that though. The grid is pretty big.
Aug
28
revised Slow SqlCommand performance with longer CommandText
More testing results; deleted 1 characters in body
Aug
28
comment Slow SqlCommand performance with longer CommandText
I did originally try that but the only thing that changed the peformance from "5 records and fail" to "completely done in less than a second" was removing the whitespace. Also, I'm only measuring the time around the ExecuteNonQuery call.
Aug
28
revised Triple Screen Setup (3 same size vs large center)
Updated description of my layout.
Aug
28
comment What’s the coolest startup programmer job title?
No, but I am a regular reader of UserFriendly. I love that cartoon.
Aug
28
asked Slow SqlCommand performance with longer CommandText
Aug
28
comment UrlEncode through a console application?
I knew about System.Web.HttpContext but it wasn't resolving. Thanks Anjisan for pointing out that I needed to add System.Web as a reference. +1 from me!
Aug
26
accepted What is the coolest AI project you’ve heard of?