I am writing a authentication Library for Code Igniter (for practice, so please do not suggest e.g. Tank Auth or DX Auth).
I want to have extensions to my application written in IronPython. Part of those extensions will use decorators, and so I wish to include the decorator module in the package.
I couldn\'t think of the best way to describe my problem in the title, so forgive me if it\'s not clear.
I\'m making the switch from Winforms to WPF.In Winforms I ha开发者_如何学Gove a plug-in architecture where a user control is hosted in a Winform.Does anyone have any suggestions on creating a plug-in
I want to extend Shapes.Rectangle WPF built-in class with some additional proprietary properties. I can do this in 3 different ways:
开发者_运维技巧Has anyone been able to create an Asp.Net Mvc plug-in implementation using MEF (or some other IoC tools) that does NOT require the Razor views to be compiled into dll\'s?Ideally, I\'d l
is it possible to extend a TFS Version Control Item with custom fields or properties? Most entries found are about custom properties on TFS Work Items.
I want to base a tool on eclipse in a way that I could change eclipse framework whenever required. So probably writing a plugin is not a good choice ?
I have a service exposing 2endpoint and I would like to apply message formatting to only one of the endpoints.
I am trying to develop an extension that will work similar to the Comment toolbar button in VS 2010, but I want to mark all text as Commented Out and put a comment above it.