Web Client Software Factory and Validation Application Block Presentations
by David Hayden ( Microsoft MVP C# ), Filed: Web Client Software Factory, Enterprise Library 3.0
I will be speaking at the South Florida Code Camp on Saturday, February 10th, 2007. You can register her (more…)
LINQ Video with Anders - LINQ Tutorials - C# 3.0 Language Enhancements for LINQ
by David Hayden ( Florida .NET Developer ), Filed: C# 3.0
Charlie Calvert shot a great video on LINQ with Anders Hejlsberg, the chief architect of C#. The video focuses on what it takes to create the Lan (more…)
As most developer type bods, debugging problems on deployed software can be an arduous task at best. Sure, tracing and asserts are great tools to be utilised and the JIT Debugger is cracking allowing the debugger to view the call stack as well as a plain text explanation of the unhandled exception. Well, using Framework 1.* that was the case.
However, after deploying a Framework 2.0 application to a Windows XP Home (SP2) machine with all the usual critical patches installed, etc. a nasty little error poked up its impish head. However, rather than showing the usual application crash (more…)
Source Code: DAL For MS Access Databases - Part 6
DAL For MS Access Databases - Part 6
Previous parts of this article can be read at:
Part 1,
Part 2,
(more…)
Click fraud continues to be an issue for search engine advertisers despite Google s claims that it is a negligible and self-correcting problem. Can we really trust Google to be telling the truth Or is the search engine so addicted to PPC revenue that it might lie or at least redefine what clicks are considered fraudulent in the hopes of preventing a cost per action model from taking hold …
(more…)