I
have what I believe to be a fairly simple problem in theory, yet in reality it proves
to be a bit more hairy. Below I present the problem and the requirements as
I see them as well as a few possible solutions. The solution I've settled on
may or may not be correct, so I'm tossing out here to see what you guys think.
By all means please post some feedback.
Problem
To have a common, consistent logging...
Read the rest at: http://www.timbarcz.com/blog/SingleSourceLoggingInMultipleAssemblies.aspx
(Update your feed readers to point to new address http://feeds.feedburner.com/TimBarcz)
I posted earlier this year with the basic question, Is Var Better? I'm not the only one to question the reintroduction of var. Rhys Campbell went as far as to say some abuse the new keyword. I will say that my initial aversion to using var has softened a bit. However there are at least two issues I have with them.
- Implicit conversions
- Intellisense
Read the rest at: http://www.timbarcz.com/blog/MyIssuesWithVar.aspx
(Update your feed readers to point to new address http://feeds.feedburner.com/TimBarcz)