public marks

PUBLIC MARKS from recommend with tags model & code

June 2008

Code Generation - Software Reality

by 36 others
To implement a system, the programmer must face the chore of creating an endlessly repetitive number of session and entity beans. When that project is finished, the programmer must start all over again on the next venture.

April 2007

Model View Presenter with ASP.NET - The Code Project - ASP.NET

by 1 other
public interface ICurrentTimeView { DateTime CurrentTime { set; } string Message { set; } void AttachPresenter(CurrentTimePresenter presenter); } CurrentTimePresenter.cs - The Presenter public class CurrentTimePresenter { public Cur

February 2007