Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
CV Database
no vote
The CVDB system is aweb application for manage CV of employees. User can view employee information,employee history or current project of him. Beside user can manage assignments,manage skills, and export CV as document. We implement this application by using User Profile Service to manage employee personal information. The information is sync from an old system. We use custom list to contain data. To manage and view the data we apply MVP framework. MVP  is an user interface design pattern. And MVP help us easy apply unit testing and improve the separation of concerns in presentation logic.  In MVP have is main tree layer Model - View - Presenter - The model is an interface defining the data to be displayed. - The view is a passive interface that displays data. - The presenter acts upon the model and the view. It retrieves data from repositories (the model), and formats it for display in the view.
hoainam3003
2016-08-23
0
1
No more~