I am looking for a lightweight CMS library for a .net MVC application. I don't need any interface control, just a library that can store and retrieve pieces of content. I plan to write the interface itself. The most difficult thing I can see that I need to store is a collection of news messages. Besides this, I should be able to store sets of each pair of values ββfor each page. Resource files probably provide a better model for this, except that they are not edited or saved at run time.
The closest I found is Eucalypto , which looks as if it should fit the bill pretty well. I can snatch forums and wikis quite easily, because I don't need them. But it seems that it has not been developed for a long time, and in the past I have not heard anything about it, and therefore I am concerned about reliability. Any library ideas that can do this?
I know that the easiest way is to simply collapse my own SQL database for something so simple, but if a good library supports this, it can save me some time and problems.
source share