Tag: Development

Community

Apache Ant Demystified

(John Topley) One of the principles of good software engineering is the daily build. If you build your software every day then it acts as a barometer, showing the state of the project. If something’s broken, it gets noticed faster, so it gets fixed faster. The daily build becomes the heartbeat o

Community

WebControls and HtmlControls

(Scott) When sitting down to write an ASP.NET application the designer in Visual Studio.NET gives us a toolbox window full of controls. Two of the areas on the toolbox seem to overlap: the Web Form controls tab and the HTML controls tab. Both sections have a button control we can drag onto a form, f

Community

My Feature in Visual Basic 2005

(Thiru Thangarathinam) One of the new features introduced with Visual Basic 2005 is the My namespace. My namespace is aimed at making the common development tasks very easy to perform. Also with the My namespace, the code you write will be much easier to understand and maintain when a new developer