¡@

Home 

c# Programming Glossary: wisdom

Best Practice for Exception Handling in a Windows Forms Application?

http://stackoverflow.com/questions/183589/best-practice-for-exception-handling-in-a-windows-forms-application

my application. Would anyone like to share any pearls of wisdom on the subject Post any common mistakes you've seen newbies..

When is it better to write “ad hoc sql” vs stored procedures [duplicate]

http://stackoverflow.com/questions/2734007/when-is-it-better-to-write-ad-hoc-sql-vs-stored-procedures

code itself. In the mid 1990's the conventional wisdom said that stored procedures in SQL Server were the way to go..

windows service (allow service to interact with desktop)

http://stackoverflow.com/questions/4237225/windows-service-allow-service-to-interact-with-desktop

used in new code. This feature is broken and conventional wisdom dictates that you shouldn't have been relying on it anyway...

Should you use accessor properties from within the class, or just from outside of the class? [duplicate]

http://stackoverflow.com/questions/476021/should-you-use-accessor-properties-from-within-the-class-or-just-from-outside-o

EDIT So is there no official stance on this I see the wisdom in not using Accessors with file access in them but some of..

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

have done this before or if you have any words of wit or wisdom to impart I'd really appreciate it. I suppose in closing that..

Use of Application.DoEvents()

http://stackoverflow.com/questions/5181777/use-of-application-doevents

ever really explains why it is bad . The same kind of wisdom as don't mutate a struct . Erm why does the runtime and the..

How to parse a text file in C# and be io bound?

http://stackoverflow.com/questions/7153315/how-to-parse-a-text-file-in-c-sharp-and-be-io-bound

faster than you can read it from disc. But this common wisdom myth is not reflected by my tests. When I do read a text file.. faster than you can read it from disc. But this common wisdom myth Well no I would not call this a myth. In fact I would debate.. it could become IO Bound. IMHO the reason for this common wisdom is this It's easier to get IO bound on writes than on reads...

Eric Lippert's challenge “comma-quibbling”, best answer?

http://stackoverflow.com/questions/788535/eric-lipperts-challenge-comma-quibbling-best-answer

it before you should try to read Eric's blog it is pure wisdom. Summary Write a function that takes a non null IEnumerable..