This system is a single-user Blog system launched by vifir.com to demonstrate the use of extjs under the .net platform. The system backend uses the .Net platform, the language is C#, and the technical architecture is implemented by NHibernate+Spring.Net+Vifir. It supports a variety of databases and adopts a three-layer structure. The data access layer DAO, business logic layer and presentation layer are completely separated. The generic DAO used by the DAO layer only needs a DAO interface and does not need to write a specific implementation.
The backend has the following functions:
Write new log Category management Log content management Upload photos Category management Photo management Comment management User management Friendly connection management User name and password: admin
Expand