Model Factory

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 3 años
Could any body guide me
what is model factory?
why we use it in nopcommerce?
Also about compomens?
Hace 3 años
Factory Method is a design pattern to construct an object.  If you are a C# person, this link should help.
https://www.dofactory.com/net/factory-method-design-pattern

NopCommerce uses Factory Method extensively. This gives flexibility to add new concrete classes with added or new functionality in place of existing classes.

Once you get a clear understanding of factory pattern, then you would know on why it is used in nopcommerce.
Hace 3 años
Thanks a lot for help
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.