My new blog at blog.windowsclient.net

Tuesday, December 2nd, 2008

Since today I have a new blog at http://blogs.windowsclient.net/tbbtuk/default.aspx. I’d like to improve myself in the area of WPF and I’ll post all connected with WinForms and WPF there. I’ll also continue to blog here in my personal blog.
The idea to have an additional blog especially for WPF and WinForms came to me in the [...]

Enterprise Library 3.1 installation problem

Monday, November 17th, 2008

I needed to install Web Client Software Factory (WCSF) on one old machine which I decided to use for some tests. As far as WCSF needs Enterprise Library 3.1 I’ve decided to install it. And I ran into a problem.
Firstly, let me say what I have installed on the machine. OS - Windows XP SP, [...]

I’m annoyed of how developers used to organize loops…

Tuesday, November 4th, 2008

Today, I browse the code of one of our projects in order to look through a problem I discussed with another developer and I saw a loop which irritated me. The sample of what I’m talking about is below.

object obj = null;
foreach (int item in array)
{
// initialize the object if the first pass
if (obj == [...]

Stupid situation with Mozilla cache

Friday, October 24th, 2008

Today, i ran into a situation which make me upset.
My environment is MS VS 2008, ASP.Net MVC, ExtJS. Web sites are debugged using internal VS 2008 IIS and Firebug.
I wrote a class in Javascript and after some tests i became to a moment when I needed to extend it. Let’s say that I need several [...]