Dec. 3, 2025
West Wind Technologies has released Markdown Monster 4.0, a major update to its fast, elegant Markdown editor. Designed to stay out of your way,...
Nov. 19, 2025
West Wind Technologies has released WebSurge version 3.0.3. WebSurge makes it easy to create and test HTTP and REST APIs or any Http content. Test...
Aug. 6, 2025
CORS is a necessary protocol for REST API services when making cross-origin calls between different domains using Web browser clients. CORS is a...
Jul. 22, 2025
Web Connection is a rich and mature tool for building HTML Web applications and HTTP REST API Services using Visual FoxPro. You can continue to use...
Jun. 11, 2025
West Wind Technologies has released Markdown Monster 3.6 of its rich Markdown editor. Markdown Monster makes it easy to create Markdown content with...
6 months ago
wwDotnetBridge lets you interface with .NET code directly, but if need to access more than a handful of lines of .NET code from FoxPro, it's a good idea to create a separate dedicated .NET component and call that instead. There are many benefits to easier and more discoverable access to functionality, better performance and support for a few features that don't work well through wwDotnetBridge. In this post I show how to create a .NET component, build and run it, and how debug it as well.