In previous post I was asking whether a method returning an unassigned variable will compile and the answer is no, it won’t. So this brings an interesting question, […]
Assigning default values to variables trivia
bool Tubo(string text) { bool value; if (text == "Tubo") value = true; return value; } Will this piece of code compile (answer without compiling please [:)])?
SpbBackup – a must have PocketPC application
SpbBackup is my MVP (most valuable program) for PocketPC. To be more precise, a backup application (such as SpbBackup) is a must have for anybody using a PocketPC […]
Reasons why I prefer (Windows) PC over Apple computers
When I talk with Apple enthusiasts they often question me why the heck I prefer crappy PC over super cool Apple computers. My main reasons are the freedom […]
Visual Studio 2008/.NET FX 3.5 on track for release before the end of November
I thought it will happen soon since there was no public post beta 2 version out there and TechEd Developer is happening these days. And here it is the announcement. I […]
Speeding up build times dramatically
I have a VS 2005 solution with 19 projects.In total it consumes ~600MB of disk space (entire solution folder, including binaries). Needless to say that build times are […]
Creating movies on Vista
So I have a movie taped on my digital camera and I want to make a relatively simple DVD out of it. Luckily for me I have Vista […]
Sometimes boot and load times really matter
It is annoying when your computer takes time to boot or to load some application. Mostly it is just an annoyance. But sometimes it might be more than […]
Ribbon mania
I often wonder why is everybody jumping on the (Office like) ribbon wagon. Ribbon UI is clumsy if it isn't done properly and furthermore, if you ask me, […]
What’s cooking in Developer Express house
[DevEx] improved public insight into DXperience next versions – they created a forum where their employees post news about forthcoming versions. So, if you curious what’s next by […]