Other News

Community

Manage Data With VS 2005

(Roger Jennings) The Microsoft Developer Tools Roadmap promised that Visual Studio 2005 would “radically enhance the experience of manipulating and retrieving data” by simplifying “data source design from within the development environment” (see Additional Resources). Planned UI enhancements include

Community

VB.NET and Recursion

(Dan Mabbutt) Recursion is a valuable programming technique and when a programming problem requires this technique, nothing else quite works. But there is a hidden trap in recursion that you need to know about: It can eat memory resources like nothing else. Here’s why.