Issue: 2000 - Spring

  • Markus Egger presents CODE Magazine as a premier resource for Web and Enterprise developers to leverage the latest Windows DNA, Web technologies, and distributed architectures across multiple languages. He argues the magazine will focus on technologies, design principles, and the development process (including testing and architecture) rather than any single tool, while highlighting a stronger Visual FoxPro presence and openness to contributions from the community. Egger...See More
  • Markus Egger introduces the COM+ Event Service as a flexible, loosely coupled alternative to traditional COM events, enabling publishers and subscribers to be linked administratively rather than by compile-time code. He explains how events (business events) can be published without subscribers needing to be running, thanks to COM+ subscriptions and on-demand instantiation, and shows how event filtering enhances scalability and relevance. Through a humorous VB example (wi...See More
  • In this first installment, Rick Strahl argues that XML is a practical, platform‑independent messaging and data‑representation standard for distributed applications—enabling hierarchical, multi‑document payloads, version‑tolerant object persistence, and broad client interoperability—while also candidly noting performance, size, parsing and binary‑data drawbacks; he introduces Visual FoxPro/COM tools (wwXML) to simplify XML persistence and conversion, and previews a follow...See More
  • In this article, Yair Alan Griver presents a pattern language for Windows DNA application development aimed at standardizing the design of COM-based, multi-tier systems. He emphasizes the logical separation of UI, business, and data tiers and introduces five stereotypical components to simplify the middle tier’s complexity. By defining clear roles for resource managers, data sources, validation, and process objects—particularly through a Resource Manager Controller manag...See More
  • Markus Egger argues that software development has moved from monolithic, single-tool, desktop apps to distributed, service-oriented architectures where data flows seamlessly across boundaries. Through the rise of web interfaces, XML, and COM-based middle tiers, applications must be properly designed up front to avoid fragile, brittle systems. He asserts that Windows DNA 2000 marks a pivotal leap, dissolving borders between Windows and Web, and aligning software architect...See More
  • John Petersen introduces the Windows Scripting Host (WSH) as a powerful, language‑independent scripting engine (VBScript/JScript) that exposes Windows Shell and network functionality via COM objects, enabling tasks—registry edits, desktop shortcuts, launching programs, mapping drives, and printer management—previously requiring complex APIs or third‑party DLLs. He explains WSH’s core objects and methods with examples, shows how to run and debug scripts, and urges Visual ...See More
  • Nancy Folsom argues that successful software projects hinge on strong customer relationships, not technical prowess alone. She reframes “customers” as anyone who funds or will use the system—bosses, colleagues, clients, and end users—and offers practical rules to improve satisfaction: keep ego in check, prioritize the customer’s goals over personal attachment to the project, treat everyone with respect, focus on the real business problem, and maintain open, proactive com...See More
  • Steven Black surveys the performance of Visual FoxPro’s string-processing capabilities, using War and Peace as a large-text benchmark to compare methods for searching, locating, traversing, substituting, and concatenating strings. He demonstrates which functions are fast (e.g., $, AT/ATC, OCCURS; ALINES versus MLINE; WORDS/WordNum; STRTRAN/CHRTRAN) and warns about slow, MEMOWIDTH-sensitive operations (ATLINE/RATLINE). Black also offers practical optimizations (ALINES, _M...See More
  • Rick Strahl explains how to use Microsoft’s Web Application Stress Tool (WAS) to simulate large numbers of concurrent users against a web application in order to gauge hardware/software limits, plan capacity, and identify bottlenecks. He covers creating realistic test scripts via browser recording, configuring load with stress level, sockets, delays, and redirects, and interpreting comprehensive reports (throughput, response times, bandwidth, and backend logging). Strahl...See More
  • Markus Egger benchmarks string operations on a 3.3MB "War and Peace" text to compare Visual FoxPro (VFP) and .NET (C#), showing that VFP offers richer, convenient string functions while .NET consistently outperforms VFP in speed and stability; .NET benefits from JIT and GC but requires careful use of StringBuilder to avoid memory costs, whereas VFP can be fast for some operations but suffers from inconsistent timings and limitations (e.g., ALines array size) for very lar...See More