c# Programming Glossary: redesign
A way of casting a base type to a derived type http://stackoverflow.com/questions/124336/a-way-of-casting-a-base-type-to-a-derived-type types that have no addition state . In general just redesign to avoid the problem. Edit Woops can't write conversion operators..
How to include help '?' in title bar of winform http://stackoverflow.com/questions/1474663/how-to-include-help-in-title-bar-of-winform an easy task it either involves many hooks or a complete redesign of the title bar. Are you sure you want to depart from the Windows..
Tips / techniques for high-performance C# server sockets http://stackoverflow.com/questions/319732/tips-techniques-for-high-performance-c-sharp-server-sockets handling code and I am looking for guidance on how I might redesign it to improve performance. Usage scenario 50 150 clients high..
Deep copy of List<T> http://stackoverflow.com/questions/4226747/deep-copy-of-listt are a real concern I suggest that you try hard to redesign it to operate on immutable Data objects though instead. It'll..
Should we select VB.NET or C# when upgrading our legacy applications? [closed] http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications the source code is going to have to be rewritten because a redesign is called for. So at this point we get to choose which language..
Update a progressbar from another thread http://stackoverflow.com/questions/5789926/update-a-progressbar-from-another-thread get the work done but feel free to tell me what I should redesign for a cleaner application. EDIT More code. In ExecutorWindow.xaml.cs..
Is it possible to assign a base class object to a derived class reference with an explicit typecast in C#? http://stackoverflow.com/questions/729527/is-it-possible-to-assign-a-base-class-object-to-a-derived-class-reference-with-a Or look at your inheritance tree again and try to redesign so that you don't need to do this in the first place. share..
Apply properties values from one object to another of the same type automatically? http://stackoverflow.com/questions/930433/apply-properties-values-from-one-object-to-another-of-the-same-type-automaticall the SO editor just copy the whole chunk. I'd also probably redesign the API a bit in terms of naming if I were starting from scratch..
|