Project Description
A way to access the webservice of Favi.co.nz quickly from Microsoft .NET.

            var ctx = new FaviconContext();

            var f = from fav in ctx.Favicons
                    where fav.Url == new Uri("http://www.twitter.com")
                    select fav;
            
            foreach(var favicon in f)
            {
                Console.WriteLine(favicon.FaviconUri.ToString());
            }

Last edited Jan 12 at 9:16 PM by AlexdeGroot, version 2

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196