Tag: Development

Community

A Brief Introduction to NAnt

(Eric Desch) NAnt is a free .NET build tool based on Ant (a build tool for Java). NAnt, like Ant, is similar to Make in that it is used to generate output from your source files. But where Ant is Java-centric, NAnt is .NET-centric. NAnt has built-in support for compiling C#, VB.NET, and J# files and

Community

Using SQL statements with ASP

(Amy Cowen) For most Web builders, using databases goes no further than presenting data from Access. If you’re using ASP, however, SQL statements can supply significant and sophisticated methods to get at the data. Both ASP and SQL are powerful tools for mining information, combining data from diffe