Knowledge Conclusion - PART IV: Design patterns

/*by Jiangong SUN*/


Last update: 15/07/2013


PART IV: Design patterns


1) What is continuous integration ? 
Answer:
Continuous Integration is a software development practice where members of a team integrate their work frequently, 
usually each person integrates at least daily — leading to multiple integrations per day. 
Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly.
Tools : CruiseControl, Jenkins

2) What do you think about MVC and Webform ?
Answer:

MVC separates the cs code and aspx code. But as to the time of implementation, it will be much longer than webforms with MVC.


reference:

http://www.dofactory.com/Patterns/Patterns.aspx

你可能感兴趣的:(Knowledge Conclusion - PART IV: Design patterns)