I am new to layered architecture design. I need to implement a record navigation form in c# windows. It will contain three textboxes one for entering the empname and another for entering empage and another for entering his dateofbirth. I have buttons for adding, deleting and editing the current record. Also i have buttons for first, next, last, previous for navigation of records through textbox controls.
Could you please help me in implementing this form with three layered architecture without using database.(Through oop programming)