Are there any design patterns used in the .NET Framework?

前端 未结 7 875
Happy的楠姐
Happy的楠姐 2020-12-22 18:31

I would like to know: are any GoF design patterns are used in the .NET Framework?

BOUNTY:

I have seen the MSDN link below in an answer. Are

7条回答
  •  借酒劲吻你
    2020-12-22 18:45

    Definitely. For instance, Factory pattern is used in ADO.NET data provider classes. Singleton pattern is used in .NET remoting. Dispose pattern is used in resource management.

提交回复
热议问题