Tag: Development

Community

Creating Custom Cache Dependency

(Bipin Joshi) ASP.NET 2.0 offers you several ways to set a dependency between a cached item and a file(s), another cached item(s) or SQL Server database table. No doubt they satisfy most of the real world needs. However, at times the features offered by these dependencies are not sufficient. In such

Community

IDbDataParameter error in .NET

(René Paw Christensen) I wanted to update a project of mine, which eases database access using Generics, Attributes and Reflections. My original project used database classes like SqlConnection, SqlCommand and SqlDataReader, but to support more database types (MS SQL, MS MDB and MS SDF) I needed to

Community

Using CodeDOM in .NET 2.0

(Uday Denduluri) CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate.

Community

Access Object Enhancifier

(Danny Lesandrini) There is a clever, poke-fun-at-George-Bush web site named Weekly Radio Address where you can listen to a new parody of the president each Monday morning. It’s irreverent and probably exaggerates GW’s difficulty with the English language, but it’s funny all the same, and a little c

Community

A Basic Monitoring Engine in PHP

(George Schlossnagle) When you’re writing a daemon, it is usually advisable to have it set its own working directory. That way, if you read from or write to any files via a relative path, they will be in the place you expect them to be. Always qualifying your paths is of course a good practice in an