Releases: DavidWeblog/Enterprise_MVC_WebApp
Releases · DavidWeblog/Enterprise_MVC_WebApp
v1.26.0 Update all files from the personal repository.
Update all files from the personal repository.
Source link: link
v1.25.0 Add the Memento Pattern
- Add the memento pattern source code
- Add the SharedKernel project reference and add the data extension class with interface class files. It also adds the data validation class with interface class files, but it doesn't start to edit the data validation source code.
- Create the mediator pattern-related file in the Web project, such as the controller and view files. A view part only creates the Index page.
- Turn on the GC dispose mechanism and overide dispose mechanism.
- Delete comFun class file in the Web projects which functions remove to the new project that is the SharedKernel project.
- Sort the design pattern controller files in the web projects.
- Remove non-using functions in the interface class files and the class files which are in the Core project.
Full Changelog: v1.24.0...v1.25.0
v1.24.0 Add the Mediator pattern
- Add the Mediator pattern
- Create the mediator pattern-related file in the Core project.
- Create the mediator pattern-related file in the Web project, such as the controller and view files. A view part only creates the Index page.
- Delete log files
- Removing non-using class, *.dll and other files.
v1.23.0 Add the Iterator pattern
- Add the Iterator pattern
- Create the iterator pattern-related file in the Core project.
- Create the iterator pattern-related file in the Web project, such as the controller and view files. A view part only creates the Index page.
- Add the Iterator pattern of the abstract method.
- Create the abstract class method's iterator pattern-related file in the Core project.
- Create the abstract class method's iterator pattern-related file in the Web project, such as the controller and view files. A view part only creates the Index page.
v1.22.0 Add the Interpreter pattern
- Add the Interpreter pattern
- Create the interpreter pattern-related file in the Core project.
- Create the interpreter pattern-related file in the Web project, such as the controller and view files. A view part only creates the Index page.
- Change the behavioral pattern file path
- Change the behavioral pattern-related file in the Core project. (Command, Interpreter)
- Add the AOP to every controller files in the web project.
- Removing the non-using *.dll files, the class files and the packages.