¡@

Home 

c# Programming Glossary: engineering

“const correctness” in C#

http://stackoverflow.com/questions/114149/const-correctness-in-c-sharp

to container objects to name but one example. c# software engineering theory const correctness share improve this question I've..

Tools for generating UML class diagram from C# source or dll

http://stackoverflow.com/questions/1600802/tools-for-generating-uml-class-diagram-from-c-sharp-source-or-dll

it does more than just diagrams it can be used for reverse engineering refactoring and the like. It's been going for a while now and..

How do I decompile a .NET EXE into readable C# source code?

http://stackoverflow.com/questions/179741/how-do-i-decompile-a-net-exe-into-readable-c-sharp-source-code

can generate C# source code from the EXE c# .net reverse engineering decompiling share improve this question Reflector and its..

Tips for optimizing C#/.NET programs [closed]

http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs

skilled workers. These days microscopes are produced as an engineering discipline. The underlying principles of physics are extremely.. art . Optimization should be approached for what it is an engineering problem solvable through careful application of solid engineering.. problem solvable through careful application of solid engineering principles. I have been asked dozens of times over the years..

Why use MVVM?

http://stackoverflow.com/questions/2653096/why-use-mvvm

development and that's often a hard sell to management and engineering alike. The payback ROI in biz terms comes from having well structured..

Protect .NET code from reverse engineering?

http://stackoverflow.com/questions/506282/protect-net-code-from-reverse-engineering

.NET code from reverse engineering Obfuscation is one way but it can't protect from breaking the.. signed assemblies in .NET. c# .net obfuscation reverse engineering share improve this question You can't. There are steps you..

Should you obfuscate a commercial .Net application?

http://stackoverflow.com/questions/71195/should-you-obfuscate-a-commercial-net-application

tool Are the obfuscated binaries really safe from reverse engineering c# .net obfuscation share improve this question You may.. that the obfuscated binaries aren't safe from reverse engineering just like it's possible that your bike lock might be breakable..

How to protect dlls?

http://stackoverflow.com/questions/805461/how-to-protect-dlls

borrowed from the malware world to prevent reverse engineering. Note that this will likely get you false positives from AV.. If you want to protect valuable trade secrets from reverse engineering and reuse you may not be so happy. share improve this answer..

How can I ensure that a division of integers is always rounded up?

http://stackoverflow.com/questions/921180/how-can-i-ensure-that-a-division-of-integers-is-always-rounded-up

problem carefully solve it one step at a time and use good engineering principles in doing so. Start by reading the specification for.. pretty good though. We're professionals here use good engineering practices. Research your tools specify the desired behaviour..

Is it possible to execute an x86 assembly sequence from within C#?

http://stackoverflow.com/questions/959087/is-it-possible-to-execute-an-x86-assembly-sequence-from-within-c

assembly sequence from within C# Continuing my reverse engineering education I've often wanted to be able to copy portions of x86..