Tag: Development

Community

Design Patterns in VB.NET

(David Simmonds) Design patterns represent repeatable solutions to common problems found in designing object oriented systems. They represent optimal (though not perfect) ways of arranging classes and objects together and assigning to each class responsibility for instantiating, interacting with, c

Community

CLR Stored Procs Rock

(Payton Byrd) There’s just no doubt about it, Microsoft hit a major, major home run with the release of SQL Server 2005 and .Net 2.0. One of the great new features is the ability to create stored procedures in any .Net language and run that code as a stored procedure from SQL Server 2005.

Community

File Management in .NET

(Peter Aitken) In two recent articles we looked at file access in the .NET framework—how to write data to and read data from both binary and text files. There’s one more aspect of file programming that a developer needs to know about, and that’s the file management tasks: –Creating and deleting