Monday
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,...
May. 22, 2024
West Wind Technologies has released Markdown Monster 3.3 of its rich Markdown editor that makes it easy to create Markdown content with its many...
Feb. 27, 2024
West Wind Web Connection 7.40 is a maintenance update for this popular FoxPro Web development framework. Web Connection is a rich and mature tool...
4 days 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.
12 days 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.