vote up 0 vote down star

Hi, I was just wondering that what is the architecture of blogengine.net extension manager ?

How it loads the extension dynamically, how can I use same kind of functionality in my web applications ? so that every time i just create one class and corresponding page then just plug into the website.

Moreover I am interested to know the architecture as I didnt find any article or tutorial on it.

Any help would be appreciable.

Thanks & Regards

Gufran Sheikh

flag

5 Answers

vote up 2 vote down

You can see for yourself the code is on codeplex

link|flag
I have the code but I have to conclude the architecture myself by debugging the code, so it will be like some one has given you the box of toys and now you have to figure out how to play with each type of toy ;-). – Gufran Sheikh Aug 24 at 19:09
vote up 1 vote down

You can read about what it is and how it works in the wiki docs. Blogengine uses reflection to find and instantiate types attributed as "extension" and extensions itself use event listeners to communicate with core library. Extension manger is basically API and admin front-end for all extensions running on the blog.

link|flag
vote up 0 vote down

Maybe the Plugin Pattern, have a look here how this works..

link|flag
vote up 0 vote down

thankd for a lot of information that i gather from your site..

link|flag
vote up 0 vote down

Thanks a lot for sharing the inforamtion about this features.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.