Welcome to Foxite.COM Community Weblog Sign in | Join | Help
I am changing my application to be Vista compatible. I need to run an external EXE and wait for until it terminate. Beside, I also need to run this EXE with Admin privilege under certain condition. To run external application and wait till it terminate, Read More
I was setting up Automate Build for my VFP project. I get a copy of FinalBuilder and use it as my starting point for Daily Build and Continuous Integration. I choose FinalBuilder is because it is easy use, good support and easy installation. Read More
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
That is an article from MSDN - Inversion of Control and Dependency Injection: Working with Windsor Container discuss how to use Inversion of Control and Dependency Injection pattern to create more flexible system without highly dependency. The code Read More
I read few articles talking about Domain Driven Design (DDD). I feel it is very interesting and try to dirty my hands on it. I tried to apply some DDD concept into a simple project (I don't even have 10% of DDD knowledge). During the process, I faced Read More
Deployment is part of Software Development Life Cycle (SDLC). I never feel deployment process is important, till I responsible for it in my company. Any re-deployment require QC team re-test the application. Even worst, if we deployed the application Read More