Posts
Sort by recent activity
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...
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 ...
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)