Tag: Development

Community

Optimize Perl

(Martin C. Brown) Perl is an incredibly flexible language, but its ease of use can lead to some sloppy and lazy programming habits. We’re all guilty of them, but there are some quick steps you can take to improve the performance of your Perl applications. In this article, I’ll look at the key areas

Community

The Data Access Application Block

(Jim Mischel) If you’ve written any ADO.NET data access code, you’ve probably realized that most of what you do is the same regardless of the table or database you’re working with. You have to create a connection, set up a command, pass parameters, and then execute the command. Oh, and you have

Community

Build SQL CLR Objects With .NET

(Doug Thews) One of the most anticipated features in SQL Server 2005 (code-named Yukon) and Visual Studio .NET 2005 (code-named Whidbey) is the capability to develop stored procedures, user-defined functions (UDFs), and user-defined data types in .NET 2.0. SQL Server 2005 now supports developing UDF

Community

Code Access Security and .NET

Just about everything has changed in one way or another in .NET, and security is no different. Before I worked at my current job, I had done a fair amount of .NET work but most of our stuff was done the old school way. We deployed to external customers exclusively, and used traditional install scr