c# Programming Glossary: opinions
Event Signature in .NET — Using a Strong Typed 'Sender'? http://stackoverflow.com/questions/1046016/event-signature-in-net-using-a-strong-typed-sender future. It really works very nicely. Thanks for all your opinions guys I really appreciate it... Mike c# .net vb.net events guidelines..
Python: Inflate and Deflate implementations http://stackoverflow.com/questions/1089662/python-inflate-and-deflate-implementations a solution I will be thankful for insights constructive opinions and ideas. Additional information The result of deflating and..
Interface or abstract class? http://stackoverflow.com/questions/1165332/interface-or-abstract-class for design that is decided already but I want some other opinions on that too. I have two classes simplified class MyObject string..
Avoiding the woes of Invoke/BeginInvoke in cross-thread WinForm event handling? http://stackoverflow.com/questions/1364116/avoiding-the-woes-of-invoke-begininvoke-in-cross-thread-winform-event-handling This by itself is not so bad regardless of my opinions on get modifications however when combined with the InvokeRequired..
Is casting the same thing as converting? http://stackoverflow.com/questions/143997/is-casting-the-same-thing-as-converting but I'm not interested in anyone's gut feeling on this opinions don't count here Can anyone point to a definitive reference..
Proper DataGrid search from TextBox in WPF using MVVM http://stackoverflow.com/questions/15467553/proper-datagrid-search-from-textbox-in-wpf-using-mvvm this for a few days but there seem to be so many opinions on MVVM and I don't have the experience to chose the correct..
Should IEquatable<T>, IComparable<T> be implemented on non-sealed classes? http://stackoverflow.com/questions/1868316/should-iequatablet-icomparablet-be-implemented-on-non-sealed-classes T be implemented on non sealed classes Anyone have any opinions on whether or not IEquatable T or IComparable T should generally..
ASP.net “BasePage” class ideas http://stackoverflow.com/questions/2064943/asp-net-basepage-class-ideas I use for authentication and I'd like to hear your opinions on this protected override void OnPreInit EventArgs e base.OnPreInit..
Reading large text files with streams in C# http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp if the length is available Are these in your professional opinions good ideas I've had a few issues in the past with reading content..
Embedding mercurial revision information in Visual Studio c# projects automatically http://stackoverflow.com/questions/2386440/embedding-mercurial-revision-information-in-visual-studio-c-sharp-projects-autom solution. However the more I looked at it and read peoples opinions the more that I came to the conclusion that it wasn't the right..
Setting Objects to Null/Nothing after use in .NET http://stackoverflow.com/questions/2785/setting-objects-to-null-nothing-after-use-in-net see the harm. However I have come across a mixture of opinions so any comments are useful. c# .net vb.net memory memory management..
Object copy approaches in .net: Auto Mapper, Emit Mapper, Implicit Operation, Property Copy http://stackoverflow.com/questions/3457657/object-copy-approaches-in-net-auto-mapper-emit-mapper-implicit-operation-pr any more ways of doing this in .NET and also what is your opinions about that approaches Which approach you choose and why Here..
What static analysis tools are available for C#? [closed] http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c so I'll be looking at that. Anything beyond this Real life opinions about tools you've used are appreciated. c# code analysis static..
Import and Export Excel - What is the best library? [closed] http://stackoverflow.com/questions/444522/import-and-export-excel-what-is-the-best-library However what matters most to me are your comments and opinions. EDIT Ironically in my opinion and following the answer with..
Extension Methods vs Static Utility Class http://stackoverflow.com/questions/4646328/extension-methods-vs-static-utility-class to really become established. You should weigh up all opinions even or perhaps especially my own ones carefully. share improve..
MVVM Light + Unity or Prism? http://stackoverflow.com/questions/4750255/mvvm-light-unity-or-prism in WPF right now and would be interested to hear peoples opinions on the latest version of Prism which I used a couple of versions..
Large Switch statements: Bad OOP? http://stackoverflow.com/questions/505454/large-switch-statements-bad-oop really the way to go I'd appreciate your thoughts opinions or comments. c# oop design patterns share improve this question..
Is EndInvoke() optional, sort-of optional, or definitely not optional? http://stackoverflow.com/questions/532722/is-endinvoke-optional-sort-of-optional-or-definitely-not-optional optional or definitely not optional I've read conflicting opinions as to whether every BeginInvoke has to be matched by an EndInvoke..
Why should (or shouldn't) I prefix fields with 'm_' in C#? [closed] http://stackoverflow.com/questions/659552/why-should-or-shouldnt-i-prefix-fields-with-m-in-c says that I'm doing it the C way. I'd love to hear your opinions so I can finally decide which is the 'best way' Thanks. c#..
Why can't I inherit static classes? http://stackoverflow.com/questions/774181/why-cant-i-inherit-static-classes in a static class. Mads Torgersen C# Language PM Other opinions from channel9 Inheritance in .NET works only on instance base...
|