These days, when you have nothing to do, sort out some class libraries, jquery plugins, and custom controls. Today and you share the next magical Platform class library code.
For the entire solution diagram. The magicalplatform defines a multitude of layers, and magical defines the basic class libraries and operations classes, as well as some custom controls, and Mainframework contains the base class library and the Operations Class library for the project. Mainproject is the main project, this is the WinForm project Notesystem;testproject which is stored in the test and experimental projects, and then the deployment is for the deployment of the win or Web project.
The following main introduction of the base Class library, others do not introduce.
Let's take a look at magical.framework.
There are some base classes inside the Bstract directory. The const directory puts a number of static constants. Enumerate are some enumeration types.
For the Lzhdim Fundament class, there are some basic operating classes stored in it. This is based on the directory where the basic name of the computer hardware and software is defined.
Find an example below: Xmlobject. What is defined here is the operation of XML serialization.
We mainly look at Magical.helper this project.
The related operation classes are categorized to make it easier for everyone to call. Let's look at the nethelper inside net.
In general, the library is still relatively full.
There is no introduction here, so you can look at the documentation and the code . Here is a download:
Http://files.cnblogs.com/lzhdim/MagicalPlatForm.rar
Ps. Subsequent release of the custom control, and so on. I wish you a happy Tuesday ...
Magical Platform Class library code sharing