Tag: Development

Community

Generics in .NET 2.0

(Venkat Subramaniam) Generics in .NET 2.0 is an exciting feature. But what are generics? Are they for you? Should you use them in your applications? In this article, we’ll answer these questions and take a closer look at generics usage, and their capabilities and limitations.

Community

Embedded SQL in Java

(DJ Walker-Morgan) One dilemma of deployment is what to do about a SQL database. For easy deployment of a Java application, you’ve probably used tools like Web Start to let the application download and run in almost a single click, but as soon as you want to start using an SQL database for persisten