开发者

What type of pattern do the Web User Controls in ASP.NET fall into?

开发者 https://www.devze.com 2023-01-14 20:57 出处:网络
I\'m just 开发者_运维问答curious to know what type of pattern do the Web User Controls in ASP.NET fall into?I don\'t think we can talk about a design pattern, I would say that its related to

I'm just 开发者_运维问答curious to know what type of pattern do the Web User Controls in ASP.NET fall into?


I don't think we can talk about a design pattern, I would say that its related to
DRY and KISS principles

You create a user control when you're trying to group some functionality. Reasons for doing this are:

  • To split a page in smaller pieces for simplicity (KISS)
  • To avoid repeated logic (DRY)
0

精彩评论

暂无评论...
验证码 换一张
取 消