Radial is a lightweight c# framework licensed under LGPL. It is designed to improve developers working efficiency, more convenient and efficient to build applications.It integrated with many components:
• Dependency Injection (based on Unity)
• Json (install Newtonsoft.Json first)
• Serialization (Json, Xml, Binary)
• Logging (based on log4net)
• Caching (in-memory, or install EnyimMemcached first)
• Persistence (install NHibernate first)
• Web & Network (include MVC extensions, install Microsoft.AspNet.Mvc and Microsoft.AspNet.WebApi first)
• Parameter (an easy way to store settings in xml or database)
• ExcelTools (install EPPlus first)
• Drawing (Captcha, ImageKits)
• And Others...