Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Sample Code Sample Code RSS feed

  • Create PDF Files on fly in C#

    by intexture

    This sample code shows how to use the iText library to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images.. Read full article

  • The "Using" Statement in C#

    by jxlarrea

    The using statement in the c# language allows us to define an scope for an object lifetime. This statement obtains the resource specified, executes the statements and finally calls the Dispose() method of the object to clean it up.. Read full article

  • Using Microsoft Agent in C#

    by mmharinath

    Microsoft Agent is a new technology, which allows Programmer to create and use animated characters that can interact with end users. It also supports the Microsoft Speech API, which allows the character to speak with the user.. Read full article

    Web Sites Web Sites RSS feed

  • Code Generation Network

    The Code Generation Network covers all aspects of code generation and model-based development. The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general.

  • Instant messaging tutorial for Rotor/C#

    A tutorial for C#/.NET/.NET for FreeBSD that shows you how to implement a rudimentary Instant Messenging application.