line

Blogs

Power of .net Generic

using System;
using System.Collections.Generic;
using System.Text;

///
/// Application Cache class
/// A static class to manage the cached values by keys in dochunter application.
///
public static class DHCache
{
private static Dictionary cache = new Dictionary();

///
/// Add a new cache item for web application
///
/// Type of the value
/// Cache key name

What makes a site better?

Sometimes I wonder what is that we look for when we visit a site.
I know what I look for. I look for easy information retrieval process and where can I find the accurate information.

Thinking of the first part of my answer, I thought a great number of users depend on searching and navigation basically to retrieve the information from a website.

This led me to a new question. How to make the navigation a searching easier for the users?

Studying for Zend Certification

I'm studying to be Zend certified engineer now. Hope very soon my site vistor's will see a cool Zend Certified Engineer badge.

Syndicate content