[LGP] has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitches […]
Implementing more useful tracing for LLBLGenPro 2.0 draft
Version 1/14.9.2006 [LBG] has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one […]
Converting from DbType to [Sql]DbType is easy
I often see question on how to convert from DbType to SqlDbType (or any other *DbType). This is often required if you do some database independent code with […]
My favorite CodeRush/Refactor! Pro features
Ctrl+3 aka embed method in region with the name of method Auto Completition aka completes the word you are typing and mostly the suggestion is correct. Introduce local […]
Team Foundation Server won’t install on Windows 2003 x64
In one of the previous posts I questioned which Vista version should I install on my future computer with a x64 bit CPU – be it x86 or […]
Capturing screen content with SnagIt is sooo easy
I have to capture screen or window or some custom region content once in a while. Untill now I always used (Ctrl+)PrtScrn Windows feature. Of course, there is […]
x64 or x86
My next desktop computer will have an AMD x64 dual core CPU for sure. While Intel has come out with Core 2 Duo there is no motivation to […]
.net 3.0 RC1 is here
First release candidate of .net 3.0 (.net 2.0 + winfx) thing is here.
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.