首页 > Windows开发 > 详细

C#最佳实践——定义适合的类

时间:2016-01-05 20:29:27      阅读:233      评论:0      收藏:0      [点我收藏+]

Define Proper Class

Application Architecture

技术分享

Define the components appropriately for the application and create project for each one.

技术分享

 

What is Class?

3 Things: Visual Things, Business Things (Domain Entities), Application Things (like Logging & Email Generation)

3 Types: User interface classes, Domain entity classes, Library class

Class is a template or mold,specifies the traits or data,specifies the behavior or operations.

C#最佳实践——定义适合的类

原文:http://www.cnblogs.com/lmfy/p/5103328.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!