What is the flow of MVP pattern [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
can anyone give me short & simple code in c# to understand the MVP pattern? please help. thanks

read this: What are MVP-Passive View and MVP-Supervising controller
and here's C# sample code with good description
http://codebetter.com/jeremymiller/2007/05/25/build-you-own-cab-part-3-the-supervising-controller-pattern/

Related

execute photoshop action from VB UI [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am new to this forum, so please excuse me if i ask any silly question.
I am trying to run photoshop action from VB interface. can any body guide me on how should i proceed.
thank you
to interact with photoshop in c# you can see this page, the simple and basic manual to scripting photoshop

datagrid in wpf [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
how can I fill datagrid from datatable c# wpf?
Have you tried any code yet? If so best post a few snippets, and be specific about the problem's you're encountering.
If you haven't started yet I'd recommend googling/bingin' for such a question. There are plenty of tutorials, for example on codeplex:
http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx
Good luck!

Can anyone give me an example of using C# reflection? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Im just learning about reflection in C#. Anyone know of some good tutorials or want to give me some sample code to look at? Thanks!
You might like to look here to start with.. (Its the first result in Google Search)
http://csharp.net-tutorials.com/reflection/introduction/

c# program list [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
could some body provide me program list which will open my mind and will help me to do good codes.
i searched it on net but couldn't find any good link.
Any stuff like web links or any thing will be greatly appreciated .
http://www.dreamincode.net/forums/forum/118-c-programmers/

VS 2008 use of component class and ...!? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
What is COM..?/
that is a very general question, so not easily to answer. You might want to give more details about what you are looking for.
COM means Component Object Model. There is a long article on Wikipedia: http://en.wikipedia.org/wiki/Component_Object_Model

Categories