I
I
Ivan Vyrov2016-05-02 08:03:10
C++ / C#
Ivan Vyrov, 2016-05-02 08:03:10

How to organize the modularity (extensibility) of a WinForms application?

Good afternoon!
Please tell me where to read an explanatory article about application extensibility.
those. it is necessary to extend applications by loading additional libraries (*.dll) into applications

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Iron Bug, 2016-05-02
@ProKiLL

https://msdn.microsoft.com/en-us/library/dd460648(...

V
VZVZ, 2016-05-02
@VZVZ

Just want on a silver platter? Break off.
Nobody knows how to write good articles. At best, everyone talks about their task and considers their path to be the only true one (why would there be eternal holivars otherwise, if people were sensible and rationally thinking?) And at worst, they generally carry nonsense, overheard from another, and that from a third like a broken phone.
You might get lucky, of course. But count on this...
So better get used to acting like a programmer, and not like a coder or hell who: make up the task yourself, explore analogues (IE extensions (Browser Helper Object), for example), in the end determine which specific features you need and how to implement.
As for the features, I’ll give you a little hint: it’s usually done simply through exporting functions from dlls (which are then dynamically loaded and executed by the application), or through COM, as is the case with IE and dofiga than else.

A
AxisPod, 2016-05-04
@AxisPod

You can take a look at https://github.com/PrismLibrary/Prism .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question