c# Programming Glossary: slowing
XML vs Binary performance for Serialization/Deserialization http://stackoverflow.com/questions/1092020/xml-vs-binary-performance-for-serialization-deserialization a profiling tool I could see this was quite a big overhead slowing the app. I thought if I switched to a binary serialization the..
Transitioning from Windows Forms to WPF http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf I know that WPF is the future for now and Windows Forms is slowing becoming a deprecated technology. I have tried to learn WPF..
A faster replacement to the Dictionary<TKey, TValue> http://stackoverflow.com/questions/1869452/a-faster-replacement-to-the-dictionarytkey-tvalue taking. Do you have good reason to believe it's actually slowing down your code or are you basing it all on your original timing..
Setting a Windows form to be bottommost http://stackoverflow.com/questions/2027536/setting-a-windows-form-to-be-bottommost Desktop crashing on a daily basis in addition to generally slowing down the computer I have been asked to develop an application..
C# release version has still .pdb file http://stackoverflow.com/questions/2371032/c-sharp-release-version-has-still-pdb-file some debug information is present somewhere in my code slowing it down a little bit. If this is true how to completely suppress..
SQLite .NET performance, how to speed up things? http://stackoverflow.com/questions/4356363/sqlite-net-performance-how-to-speed-up-things CommandText each time. This is unnecessary and doubtless slowing you down it'll go much faster if you Open the connection once..
Why doesn't .NET/C# optimize for tail-call recursion? http://stackoverflow.com/questions/491376/why-doesnt-net-c-optimize-for-tail-call-recursion spending too much time doing the compilation phase thus slowing down short lived applications considerably vs not doing enough..
how to replace characters in a array quickly http://stackoverflow.com/questions/5261858/how-to-replace-characters-in-a-array-quickly reader and clean out the bad characters but it is severely slowing down my program. public class ClensingStream StreamReader private..
What are some resources I can use to learn profiling/optimizing? http://stackoverflow.com/questions/550109/what-are-some-resources-i-can-use-to-learn-profiling-optimizing take tens of milli seconds. So often I O will be what's slowing down your application. Does your application perform few large..
Making a C# kill event for a vb6 app? http://stackoverflow.com/questions/727386/making-a-c-sharp-kill-event-for-a-vb6-app and you can't quit when you want to too short and you are slowing down DoStuff unecessarily. Also when DoStuff exits it must unload..
How to programatically limit bandwidth usage of my c# windows forms application http://stackoverflow.com/questions/847422/how-to-programatically-limit-bandwidth-usage-of-my-c-sharp-windows-forms-applica because the application once installed and running will be slowing down internet access for all office people which eventually..
UDP data transmission slower than TCP http://stackoverflow.com/questions/9300555/udp-data-transmission-slower-than-tcp was that the splitting copying of the byte arrays was slowing down the performance but i isolated and tested the splitting..
|