Do you ever get tired of code like this: if (someObject != null) { someObject.Dispose(); } or its shorter version if (someObject != null) someObject.Dispose(); Isn’t annoying to […]
Should we get PocketPC/Windows Mobile OS upgrades (for free)?
In the times when HTC rules the Windows Mobile market with an absurd amount of different models nobody is questioning their (and perhaps MS’) tactics of pure greed […]
Listening to the music while working with computer
Do you listen to the music (or perhaps to a radio station) during your daily work with computer? I do almost all the time. I actually listen to […]
Študent je car 2009
I’ll be talking about parallel computing in Visual Studio 2010/.net 4.0 on both forthcoming “Študent je car” events in Maribor (9.4.) and Ljubljana (20.4.). See you there.
Silverlight 3: LOB without printing?
Looks like Silverlight 3 is very much geared towards line of business applications. That’s great and I guess what many people were looking for, including me. So what […]
Building an Intel Core i7 based computer – Chassis
The last ingredient is the chassis. Likewise PSU it looks like you don’t need to be careful when picking one. Wrong. Chassis are very different and details are […]
Partial Output Caching in ASP.NET MVC updated
Thanks to Miha Valenčič I’ve found this great article about Partial Output Caching in ASP.NET MVC. It actually explains how to do ActionResult caching in ASP.NET MVC. It […]
My first ASP.NET MVC pet project – Walls Talking
This week I’ve been extremely busy. Besides my usual work that pays for my living I worked on my first ASP.NET MVC project: Walls talking. I followed ASP.NET […]
Building an Intel Core i7 based computer – Motherboard
First step in picking a proper motherboard is a chipset choice. But not with the Intel Core i7 as the only available chipset is Intel X58, like it […]
A Windows Home Server backup engine’s serious issue
I consider Windows Home Server as an excellent backup solution for doing disk image backups – it is wickedly fast and consumes minimum space possibly on the server. […]