|
Ray |
In this article i will show you how to build a component model for ASP.NET MVC3 with Builder and Factory design patterns. You could use this model to write your strongly type components to binding data, handling harchical objects and write jQuery UI contr... |
Ray |
Separate the construction of a complex object from its representation so that the same construction process can create different representations. |