Jun. 30, 2022
West Wind Technologies has released Markdown Monster 2.6 of its popular Markdown Editor and Weblog Publishing tool. v2.6 adds a new command palette...
Jun. 17, 2022
West Wind Web Connection 7.28 is a minor bug fix update for this popular FoxPro Web development framework. Web Connection is a rich and mature tool...
May. 10, 2022
West Wind Technologies has released Markdown Monster 2.5 of its popular Markdown Editor and Weblog Publishing tool. v2.5 adds a new command palette...
Apr. 20, 2022
West Wind Client Tools is a suite of utility classes that provide Internet functionality including SMTP Email, full featured HTTP Web and REST...
Feb. 2, 2022
West Wind Technologies has released WebSurge version 2.0. This release is a major re-write of this Http REST Client and Web Load Testing tool for...
May 02, 2020
If you're passing FoxPro objects to COM objects and have .NET call back to you on objects that you passed makes it possible to effectively create asynchrnous applications where .NET code can process stuff in the background and notifying you when it's done or other needs to let you know that something changed. It's powerful but it brings its own set of problems in FoxPro, which wasn't design with Async code in mind. In this post I talk about some of the issue and some of the things you can do to avoid callback hell in FoxPro.