How can we help you today? How can we help you today?
xor88
Requested Improvement for SQL Compare "diff" View
Please look at this image: The image shows a "diff" of two similar but not identical index structures on a table. Problems: As you can see, the indexes 1 and 2 are named differently, so they shoul...
2 followers 5 comments 0 votes
TPL Parellel.ForWorker<T> completely broken
in the task parallel library System.Threading.dll, Parallel.ForWorker i got this piece of code disassembled: using (Task task = Task.Create(delegate {int num1int num3int num2 = base.stepdo ...
3 followers 3 comments 0 votes
Disassembly Hex/Dec
currently the only available options are dec hex and auto. maybe another option "both" would be useful. both could be implemented as string.Format("{0} <=> 0x<{1:X}>", number)
0 followers 0 comments 0 votes