Tag: Development

Community

Creating Code Smith Templates

(Brian Mains) CodeSmith generates code the way you want it. It uses at template that is a mix of static text and dynamic scripts to create whatever you want it to create. The dynamic scripting in CodeSmith Studio resembles both ASP scripting tags and .NET inline ASPX code. CodeSmith Studio, as depi

Community

Design for Extensibility

(Miguel A. Castro) Today’s customers demand easier-to-modify and more flexible applications than ever before. In this article, I will show you how to design applications with extensibility points so that they will grow with the clients’ needs as well as provide a way to “swap” functionality in and o

Community

Implementing Interfaces

(Jim Mischel) As you saw back at the beginning of this series, the native integer types implement a large number of .NET interfaces. Those interface implementations aren’t required in order to do “normal” integer operations, but they do allow the types to interact with the rest of the .NET runtime i