Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net 3.5

Slicker call to Dispose method

Posted on: April 15, 2009March 29, 2020

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 […]

Windows Mobile

Should we get PocketPC/Windows Mobile OS upgrades (for free)?

Posted on: March 31, 2009March 29, 2020

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 […]

Non-tech

Listening to the music while working with computer

Posted on: March 24, 2009March 29, 2020

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 […]

.net 4.0 / Announcement / Parallel programming / Slovenia / VS 2010

Študent je car 2009

Posted on: March 24, 2009March 29, 2020

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

Silverlight 3: LOB without printing?

Posted on: March 23, 2009March 29, 2020

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 a computer / Hardware / Slovenia

Building an Intel Core i7 based computer – Chassis

Posted on: March 22, 2009March 29, 2020

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 […]

.net 3.5 / asp.net mvc

Partial Output Caching in ASP.NET MVC updated

Posted on: March 21, 2009March 29, 2020

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 […]

.net 3.5 / asp.net mvc

My first ASP.NET MVC pet project – Walls Talking

Posted on: March 20, 2009March 29, 2020

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 a computer / Hardware / Slovenia

Building an Intel Core i7 based computer – Motherboard

Posted on: March 7, 2009March 29, 2020

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 […]

Backups

A Windows Home Server backup engine’s serious issue

Posted on: March 5, 2009March 29, 2020

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. […]

Posts navigation

Previous page Page 1 … Page 17 Page 18 Page 19 … Page 59 Next page
Niche Blog by Fahim Murshed