Location of the Code in this article: The entire wojilu source code
As an excellent and mature framework, my record contains many functions you need. The following list shows the general functions of the 1.6 edition.
[Framework includes]
1. A persistent layer framework wojilu ORM
2. A dependency injection framework wojilu IOC
3. A Web development framework, wojilu MVC (including verification code controls and upload with progress bars)
4. A lightweight template engine wojilu template
5. A log class library wojilu logger
6. A lightweight json parser
7. A simple front-end ajax Library (dependent on jquery)
8. wojilu editor
[Source code structure]
We can divide these five projects into two groups. One is the source code of the record portal, and the other is the my record system code that supports the record portal.
Wojilu. Web + wojilu. Controller = I recorded the source code of the portal
Wojilu. Web contains static pages, style CSS, JS, page template files, configuration files, etc.
Wojilu. Controller contains the Controller and domain model.
The source code of the record Portal is an example of my recorded website. Through this example, you can get a general idea of how to use the record.
Wojilu + wojilu. Apps + wojilu. Core = record system code
Wojilu contains codes from non-core systems such as ORM and LOG. In principle, it can be used independently from our record system.
Wojilu. Apps is some built-in applications of my recording system, such as blogs and albums.
Wojilu. Core is the Core code of the entire system, including the routing system and Cache system.
This series of articles will take two lines. One is the explanation of the core code, which may be difficult to understand; the other is the explanation of common code, which can be used immediately. When explaining the code, first list the location of the source code, and then try to explain it with the code as much as possible. If necessary, you will be given some additional knowledge. These articles are for everyone and for myself. If you want to know a topic, leave a message. If you have any questions about a place, I will record the manager information to me.
Recent topics:
Non-core part: watermark preparation [the first time I wrote something I recorded, I started from a simple one. I may need some GDI + knowledge when I read it]
(Expected release date)
Core Part: process of recording
(Expected release date)
My C # level is limited, so if there is anything wrong, please point it out. There are no teachers or students here. Everyone is my teacher. You must have an expert.