Taligent MVP Programming Model for .Net

Has anyone created a control architecture .NETusing the talicent programming model as follows?

<a2>

As stated by IBM -

MVP will enable IBM to provide a single conceptual programming model in all major object-oriented language environments

The question is, how do you implement or map the concept of IInteractor (Page 9) with the .NET interface? It is currently intended to use the interface IInputElementas an event source for all user interface controls.

If someone has already implemented the mascot template in .NET, I would like to know if it applies to both Silverlight and WPF. If so, does this apply to the union of their interfaces?

Finally, it represents a single abstract architecture and can crowd out PresentationFramework.dll. If you see this being applied as a management architecture, please comment.

+3
source share
3 answers

It depends on what you mean by .net. This term covers many types of applications. Web applications, web services, Windows Forms applications, WPF applications, etc.

MVP is used a lot in ASP.NET web applications. Cm:

http://msdn.microsoft.com/en-us/magazine/cc188690.aspx

0
source
0

MVP .NET, Taligent. , , , -, .

, - .

OPF (Object Persistence Framework), , .

0

Source: https://habr.com/ru/post/1705754/


All Articles