Last time we began outfitting out .NET Scripting Host with basic debugger support modeled after the steps we follow when creating a COM-based Scripting Host. Let's take a look at how the code for those steps is integrated into our existing host.
The Document Outline Window in Visual Studio 2005 is a hierarchical view of the controls on a form, but it's not just read-only. You can use it to "visually refactor" an app by reordering controls into containers with unhooking the event handlers.
.NET Software Legend and ADO.NET guru Jackie Goldstein discusses the history of ADO.NET, his recommended best practices when using it, and his upcoming book on ADO.NET. (MP3, 15:31 mins.)
Microsoft's database technologies are undergoing significant changes. Development guru Jackie Goldstein looks at these changes and discusses new ways of thinking about transactions with the System.Transaction namespace. Jackie also explain what he likes about the new Dataset Designer, a toolset for managing items in typed datasets. (MP3, 15:10 mins.)
The Document Outline Window in Visual Studio 2005 is a hierarchical view of the controls on a form, but it's not just read-only. You can use it to "visually refactor" an app by reordering controls into containers with unhooking the event handlers.