Thursday
West Wind Technologies has released Markdown Monster 3.5 of its rich Markdown editor. Markdown Monster makes it easy to create Markdown content with...
Oct. 27, 2024
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...
Sep. 30, 2024
West Wind Client Tools is a suite of FoxPro utility classes that provide Internet and general purpose utility functionality including SMTP Email,...
Jun. 26, 2024
It's been a bit, but Web Connection is turning 8.0 in this major version upgrade for the popular FoxPro Web development framework. Web Connection is...
May. 30, 2024
West Wind Client Tools is a suite of FoxPro utility classes that provide Internet and general purpose utility functionality including SMTP Email,...
1 month ago
Web Connection in the past has not supported > 16mb direct output via plain string based output, due to FoxPro's 16mb string limit. 16mb is a lot of text and while I generally don't recommend returning that much data as part of non-file request (which does support larger files) it's a feature request that comes up from time to time as people overrun the limit. During last weekend's SW Fox conference I heard about this issue again in a session and decided to address it once and for all and this posts describes the change and how it's implemented.
1 month ago
In this very long white paper for the Southwest Fox conference, I discuss the basics of wwDotnetBridge and then demonstrate a variety of functionality with 10 examples. We'll see basic usage, how to wrap classes in FoxPro and .NET, how to use a variety of .NET 3rd party libraries, how to handle .NET events and how to make Task based async calls.