by Igor
10. December 2008 08:37
Today I've registered on stackoverflow.com and someone got an interesting question about C#: !IsGood vs IsGood == false. I was irritated by idea to check boolean variables this way so many times
if (boolVar == false) { ... }
But some time ago I have discovered one case where I *LIKE* to write something very simlarly looking :) Read my full answer to this question. As some kind of bonus you will find out how NOT to use operator overloading in C# ;)
Currently rated 5.0 by 3 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
.NET | C#
by Igor
6. December 2008 13:39
I have found .NET specific book on multi-threading. Going through titles published by manning.com and apress.com didn't find anything dedicated to threading in .NET but outdated one (dealing with .NET 1.1). So will be reading this one for now: http://www.albahari.com/threading/threading.pdf
PS: didn't check it good enough for now so comments are appreciated ;) are there better ones to read? feel free to comment!
Photo got from http://www.voidspace.org.uk/ironpython/images/threads.jpg, I hope it is not prohibited to use it here
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
.NET | C# | Links
by Igor
6. December 2008 12:12
Just throwed BlogEngine.NET to my hosting and voila... It's working! :)