Today I've come across an odd problem. I had to set SkinID property of a control dynamically and this step can be achieved only during PreInit event (OnPreInit […]
WPF/E at work
I know I am bit late, but nevertheless, if you want to see a nice and cool example of WPF/E driven web pages then you must navigate to www.windowsvista.si. […]
telerik switches from 4 to 3 releases per year
[tele] recently announced that it will reduce the pace of releases from 4 to 3 per year. Don’t be misleaded as this doesn’t mean they will provide less […]
Visual Studio 2005 "kindly" starts an asp.net development server per project
I have a solution containing both WinForms and asp.net projects. There is nothing wrong with this. However, when I set a configuration that runs only a single WinForms project […]
PDB files are sometimes added to Source Safe when doing asp.net 2.0 projects
This is a very annoying VS2005 bug: PDB files residing in bin folder are sometimes added to source safe when you are doing an asp.net 2.0 project. This […]
Page fragment caching and Ajax
After finding a proper way to do page fragment caching (caching UserControls) and Ajax I wrote an how to article. Read it here.