extensibility
Extensible WPF application - MEF, MAF or simple loading?
(I know about the other MEF/MAF questions but this is a more specific problem) I want to create a WPF application that will basically be just a simple add-in host, GUI and settings. All of the actual[详细]
2023-01-04 10:53 分类:问答Python as an end user script in a python app
I have an app written in python. I want to give my users the ability to manipulate the apps objects by allowing them to run their own scripts. They are likely to make errors in their scripts. If there[详细]
2023-01-02 23:57 分类:问答How to Develop Dynamic Plug-In Based Functionality in C#
I\'ve been looking around for different methods of providing plug-in support for my application. Ideally, I will be creating a core functionality and based on different customers developing different[详细]
2023-01-01 13:44 分类:问答I'm new to OOP/PHP. What's the practicality of visibility and extensibility in classes?
I\'m obviously brand new to these concepts. I just don\'t understand why you would limit access to properties or methods. It seems that you would 开发者_如何学运维just write the code according to inte[详细]
2023-01-01 07:02 分类:问答NHibernate: completely overriding base domain entity
I have a situation where I have a Common.Domain.Person and Specific.Domain.Person. First one should be provided as a part of a common package.[详细]
2023-01-01 04:36 分类:问答How extensible should code actually be? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-31 15:37 分类:问答Is it possible to extend indexers in PowerShell?
PowerShell\'s type extension facility is neat, but I haven\'t yet figured out the way -- if one exists -- to extend an indexer. I\'ve tried to add a ScriptProperty for the indexer property (Chars in t[详细]
2022-12-30 23:36 分类:问答Plugin-like architecture in .NET
I\'m trying t开发者_高级运维o implement a plug-in like application. I know there are already several solution out there but this is just going to be proof of the concept, nothing more. The idea would[详细]
2022-12-29 07:35 分类:问答android mobile development performance vs extensibility
im developing a game in android, and i\'ve been thinking about subdividing many of the elements of the game (e.g. game objects) into separate classes and sub-classes. but i know that method calls to t[详细]
2022-12-28 18:44 分类:问答Building an extension framework for a Rails app
I\'m starting research on what I\'d need in order to build a user-level plugin system (like Wordpress plugins) for a Rails app, so I\'d appreciate some general pointers/advice. By user-level plugin I[详细]
2022-12-25 18:31 分类:问答