September 2007 Entries
The more I use new C# 3.0 syntax the more I love it. I basically still use .NET 2.0/3.0 and VS 2005 at work, but at home I'm migrating to Orcas. And I have to admit that more and more, when I'm at work I wish I could use new syntax. var keyword: it's as simple as it can be, but when you get used to writing: var filteredItem = filter(item);
instead of:FilteredItem<MtfModificationLog> filteredItem = filter(item);
it's really hard to go back. Initially I thought that using this new keyword would make code less readable. That I would have to...
ReSharper is great. It (among other things) allow you to run your NUnit and CsUnit tests directly from Visual Studio. However, it doesn't support MbUnit. There is a plugin created by Albert Weinert, but it's still in its infancy and I think that this feature should be built directly into the tool. If you feel the same about it, go to JetBrains' issue tracked and vote for this feature. Hopefully this will make them to move this feature from some undefined 'future version' to something nearer, like say 3.0.4... Technorati Tags: MbUnit, ReSharper, Unit Testing
"Better is the enemy of the good", says old Polish proverb. I can NOT see how Vista might be better for me than my Xp. I am perfectly happy with Xp, it works smoothly, I don't remember when was the last time it crashed, it supports all the hardware that I use, it uses reasonable amount of resources - all in all - it's the best OS I ever used. On the other hand there's this new Vista thing. So what? I have been using it for like a month, as my 2nd OS, and then I removed it, because...