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 [...]
I’m using non-standard Visual Studio environment settings and I’ve decided to share them with other developers on the web. I hope that everybody is familiar with how to import and export VS settings but for those who do not know I’ll write few words.
First of all you need to start your VS :). Then you [...]
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, [...]
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 == [...]
In one of my projects people use NHibernate for accessing database. Today, I saw that when some xml file (mapping or configuration) is edited Visual Studio doesn’t provide intellisense and validation of the schema. Moreover, i found no one in the team to use xsd schemas provided by Hibernate.
The question is how to use custom [...]
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 [...]