Other News

Community

The Code Models Of ASP.NET 2.0

(Scott) The typical web form consists of controls (like labels, buttons, and data grids), and programming logic. In ASP.NET 2.0, there are two approaches to managing these control and code pieces: the single-file page model and the code-behind page model. Regardless of which model you choose, it’s i

Community

Diagnose This

(Scott Swigart) Continuing with the VB Fusion theme of “There’s nothing in .NET that you can’t access from VB6”, I want to take some time to dig into the functionality provided by the .NET Framework “System.Diagnostics” classes. In specific, I want to take a look at the very useful “Process” class,

Community

Enumerating Over Files

(Allan Mitchell) Let’s face it, in SQL Server 2000 Data transformation Services (DTS) it was a bit of a hack to be able to loop over files of a given type in a certain directory and import them into your destination. It involved a lot of “Glue Code” and a certain amount of fooling the package into g