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

Deepak Dutta Profile

photo Deepak Dutta (ddutta)
03 Oct 2002
Illinois, USA United States


Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 2 articles, 0 code samples and posted 1 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Attributed Programming in .NET Using C#

      by ddutta

      An attribute is a new code level language construct in all major .NET languages. It provides integration of declarative information to assemblies, classes, interfaces, members, etc. at the code level. The information can then be used to change the runtime behavior or collect organizational information. In this article, I illustrate the power of attributed programming by examples that show a modular approach to issues that can crosscut many classes. . Read full article

    • Eocene: An OO Web Development Framework

      by ddutta

      Eocene is a simple and easy to use Object Oriented Web development framework for PHP. It is based on the Front Controller design pattern and the Model View Controller (MVC) architecture. It incorporates many proven software development practices to provide a foundation for building Web applications. It uses PHP for foundation classes and xml-based text files for application configurations. It is a simple and easy to use framework that can be used to solve a large number of Web development projec. Read full article