Home > Articles > Programming > C#

C#

1 Items

Sort by Date | Title

Designing a User Interface in C# Using the Model View Presenter Design Pattern
By Robert C. Martin, Micah Martin
Nov 3, 2006
Desgining User interfaces can be tricky. In this chapter from their book, Agile Principles, Patterns, and Practices in C#, the authors walk you through a case study of a payroll application where they use C# to design the UI.