TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Narayanan Devarajan
NA
1
1.6k
Real time use of Model-View-Presenter pattern with Winforms
Feb 18 2013 5:53 AM
Hi,
All the explanations and tutorials that I can find, explains about a simple case (better than Hello World) involving only one view. In real time, the situation is quite different. I am finding it difficult to move ahead in this line to convert my small Winforms app from its present state (all logic in code behind).
I am confronted with few practical problems in implementing this like creating solution structure in visual studio, creating bootstrapping code to initiate the first view, initialising other views bases on events on the first view, communicating between models etc.
I am looking forward to have some discussion (physically or virtually using team viewer) about these with someone who has confronted these issues. It would be great help to kick start my migration process if some one can show how can I get over the above problems (in a sample starting from scratch).
Pointing to any tutorial which deals with above is also fine.
Thanks,
Narayanan
Chennai, India.
Reply
Answers (
0
)
How to implement a generic method(pattern)?
how to avoid DRY