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

November 2006 - Posts

VFP debugger is very powerful. It allows us to debug our code using breakpoint. There are four types of breakpoint supported: Break at location Break at location if expression is true Break when expression if true Break when expression has changed 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 have a file which contains T-SQL code used to upgrade outdated database to most recent structure. It will check if any "object" in my database is out-of-date and update it. This file has been maintained for more than a year. Currently, Read More