Project Design Pattern

Posted by Ermahesh2009 under Best Practices on 3/2/2014 | Points: 10 | Views : 1782 | Status : [Member] | Replies : 1
Dear All

I am new in design Pattern and aware about Structural , behavioral design pattern . on Friday my project pattern asking which design pattern i am following . MVP , MVVm etc ..

my question is
1. how can i know which pattern i am following in my project ??
2. What is MVP, MVVM Pattern , how can i understand or study that

Thanks in Advance




Responses

Posted by: Sheonarayan on: 5/23/2014 [Administrator] HonoraryPlatinum | Points: 25

Up
1
Down
You never know which design patter you are following unless you know about design patter itself.

MVP, MVVM, MVC are all design patterns used to to develop different kinds of application.

For example
MVVM is generally followed to develop WPF or Silverlight application
MVC is followed to develop web application or web site.

Read about several design pattern implementation in C# in this article http://www.dotnetfunda.com/forums/show/18239/unicode-characters-stored-in-session-doing-strange-behaviour

There are many other posts related with design patter, see http://www.dotnetfunda.com/articles/search.aspx?q=design%20pattern

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Ermahesh2009, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response