¡@

Home 

c# Programming Glossary: opinion

Why C# is not allowing non-member functions like C++ [closed]

http://stackoverflow.com/questions/1024171/why-c-sharp-is-not-allowing-non-member-functions-like-c

functions and every method should belong to some class My opinion is to have non member function support and it helps to avoid..

Event Signature in .NET — Using a Strong Typed 'Sender'?

http://stackoverflow.com/questions/1046016/event-signature-in-net-using-a-strong-typed-sender

2008 I am interested in anyone's and everyone's opinion on this... Thanks in advance Mike Edit #1 This is in response.. future. It really works very nicely. Thanks for all your opinions guys I really appreciate it... Mike c# .net vb.net events..

JavaScriptSerializer.Deserialize - how to change field names

http://stackoverflow.com/questions/1100191/javascriptserializer-deserialize-how-to-change-field-names

and Enums for further details. In my opinion this is quite poor especially as JavaScriptSerializer handles..

Reading Excel Files as a Server Process

http://stackoverflow.com/questions/1273116/reading-excel-files-as-a-server-process

comparing them. The details I've included are completely opinion based however any of these libraries would probably achieve..

Cast to Anonymous Type

http://stackoverflow.com/questions/1409734/cast-to-anonymous-type

really be used locally in a single method at a time in my opinion but anyway here's the rest of my answer. You can do it using..

Why does StyleCop recommend prefixing method or property calls with “this”?

http://stackoverflow.com/questions/1562540/why-does-stylecop-recommend-prefixing-method-or-property-calls-with-this

in the end. Most rules are reasonable or a matter of opinion on coding standard but there is one rule which puzzles me because..

Are there good reasons not to use an ORM? [closed]

http://stackoverflow.com/questions/194147/are-there-good-reasons-not-to-use-an-orm

enterprise programming I did not really try to push in my opinion which is that using an object relational mapper to the database..

Is it abusive to use IDisposable and “using” as a means for getting “scoped behavior” for exception safety?

http://stackoverflow.com/questions/2101524/is-it-abusive-to-use-idisposable-and-using-as-a-means-for-getting-scoped-beha

construct in this way is quite artistic indeed in my opinion. You should probably stick another interface on top of IDisposable..

What is a singleton in C#?

http://stackoverflow.com/questions/2155688/what-is-a-singleton-in-c

very rare that you need to implement a singleton in my opinion it should be one of those things you should be aware of even..

Anonymous Types - Are there any distingushing characteristics?

http://stackoverflow.com/questions/315146/anonymous-types-are-there-any-distingushing-characteristics

object class but that seems like a little overkill in my opinion. c# .net generics extension methods anonymous types share..

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.. me are your comments and opinions. EDIT Ironically in my opinion and following the answer with the most votes the best Excel..

How do the major C# DI/IoC frameworks compare?

http://stackoverflow.com/questions/4581791/how-do-the-major-c-sharp-di-ioc-frameworks-compare

forward and provide some real insight I realise that most opinion on this subject is likely to be biased but I am hoping that..

Main method code entirely inside try/catch: Is it bad practice?

http://stackoverflow.com/questions/4827628/main-method-code-entirely-inside-try-catch-is-it-bad-practice

here in support of my apparently quite controversial opinion. Historically COM placed a giant try except around your server's..

Best .NET memory and performance profiler? [closed]

http://stackoverflow.com/questions/49912/best-net-memory-and-performance-profiler

market ANTS vTune OptimizeIt DevPartner YourKit and in my opinion dotTrace is the best of the lot. It is one of only two profilers..

Large Switch statements: Bad OOP?

http://stackoverflow.com/questions/505454/large-switch-statements-bad-oop

Switch statements Bad OOP I've always been of the opinion that large switch statements are a symptom of bad OOP design... really the way to go I'd appreciate your thoughts opinions or comments. c# oop design patterns share improve this question..

Why can't I access C# protected members except like this?

http://stackoverflow.com/questions/567705/why-cant-i-access-c-sharp-protected-members-except-like-this

I don't 100 know . EDIT2 Why this is bad Caveat this is my opinion The reason this is now allowed is it makes it very difficult..

Calling null on a class vs Dispose()

http://stackoverflow.com/questions/574019/calling-null-on-a-class-vs-dispose

written program finalizers should almost never fire in my opinion. Setting a variable to null One small point on setting a variable..

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials

possible to make this temporary it's still a hole in their opinion. They're open to the third option but the remote network admins..

Is there an alternative to bastard injection? (AKA poor man's injection via default constructor)

http://stackoverflow.com/questions/6733667/is-there-an-alternative-to-bastard-injection-aka-poor-mans-injection-via-defa

when the need arises. This leaves just a few options in my opinion Omit the bastard constructor force the consumer of ThingMaker..

Why is Multiple Inheritance not allowed in Java or C#?

http://stackoverflow.com/questions/995255/why-is-multiple-inheritance-not-allowed-in-java-or-c

C 's unnecessary complexity simple . In the designers' opinion multiple inheritance causes more problems and confusion than..