By tag: Reverse
0
kicks
Visual Studio 2010 Gets Serious about Visual Metrics – Screen Shots He
For most businesses only about 20% of the code being written today is for new applications;
(DDN: Not true 100% however that is about right for budgets which is likely what they meant anyway).
the majority of work is being done on existing code bases. A typical issue encountered when working o...
0
kicks
Don’t rely on obfuscation
A white paper demonstrating the weaknesses of managed code obfuscation known protection techniques
0
kicks
Reverse a string in C# and bitwise XOR
Showing the principle of XOR with reversing a string in C#. It's also pretty fast.
Because bitwise operations should be common knowledge for every developer out there.