Welcome to Foxite.COM Community Weblog Sign in | Join | Help

May 2007 - Posts

I was asked how to GET rss feed from a web site. During research, I found couple of ways to do it in .NET. Below is the simplest way as I can get. ///Sample using System.Net WebRequest wr = HttpWebRequest.Create(@"http://msdn.microsoft.com/globalrss/en-us/global-msdn-en-us.xml"); Read More
I has couple of .NET 1.1 web applications use web.config to store most of the application settings. While releasing new version, I need to ship new settings with default value (with comments), and also retain existing customer settings. Read More
A month ago, I attended IASA synbosium which held at Kuala Lumpur, Malaysia. It is an event that talk about enterprise architecture. I was so lucky to win a book titled "Refactoring Database" from IBM lucky draw and got chance to have photo Read More
TechEd2007 is one of the must attend event. Mark your calander to attend this event on 10-13 Sept 2007 at KLCC convention center, Kuala Lumpur, Malaysia. See you there! Tech•Ed SEA 2007, Microsoft’s premier & largest annual conference in the Read More
Few days ago, my friend called me. He said that he has a field stored the path of some images. He want to show these images in grid. I followed Craig Boyd tip and posted the intructions which I sent to my friend at here if anyone might interested. Read More