Edit: I have stopped work on this functionality as I was able to integrate BlogEngine and GalleryServerPro
I am providing a "pre-release" version of my photo gallery control for BlogEngine. There were a few things I considered when making this control (and not going with other solutions that exist).
- No third party assemblies (that means everything written from scratch).
- Keep business logic and control logic inside one contained .DLL file.
- The interface with BlogEngine will be through an extension.
- Follow the BlogEngine method of abstracting data types and resource files.
- Make the gallery control easy to setup and use.
With these goals in mind, I hope that my assembly + extension will be considered as part of the core of BlogEngine. If I do not accomplish this goal, well then I have a pretty kick arse photo gallery for my personal use.
More...