April 2008

You are currently browsing the monthly archive for April 2008.

Microblogging

Aggiunto a destra il feed per il microblogging di Twitter.
Non vanno i cell, o sarebbe piu’ interessante…

Technorati Tags: ,

 
    protected void cast_ifnotnull<H, T>(H from_here, ref T to_value) where T : System.IConvertible 
     {
         if (from_here != null)
             to_value = (T)Convert.ChangeType(from_here, typeof(T), CultureInfo.InvariantCulture);
         else to_value = default(T);
     }
    protected T cast_ifnotnull<H, T>(H from_here) where T : System.IConvertible
    {
        if (from_here != null)
            return (T)Convert.ChangeType(from_here, typeof(T), CultureInfo.InvariantCulture);
        else return default(T);
    }

Non so. Non mi convince ancora.

Technorati Tags: , , ,

In questa pagina potete trovare l’elenco dei beneficiari.

Technorati Tags: ,

pbf comic

Technorati Tags: , ,