惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
博客园 - 【当耐特】
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
IT之家
IT之家
T
Tailwind CSS Blog
月光博客
月光博客
Vercel News
Vercel News
V
V2EX
Engineering at Meta
Engineering at Meta
B
Blog
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
I
InfoQ

博客园 - 流云之心

招人啦 - 前端,后台开发专家 为什么不给程序员配好电脑 [翻译] SQL Server中对XML操作 开发常用小工具介绍 设计模式一 - Simple Factory, Factory Method, Abstract Factory以及Builder模式简述 强制休息程序 - EyeGuardian 眼睛守护者 Beta测试版 定时计划任务方案比较以及通过脚本创建计划任务(SchTasks命令) javascript 将页面上的Table导出保存为Excel (无格式) - 流云之心 Excel Programming (C# + VBA) Part III Excel Programming (C# + VBA) Part II Excel programming (C# + VBA) Part 1 Harry Potter - The Half-Blood Prince 转移阵地了,新地址:http://spaces.msn.com/members/PuGong 关于XMLHTTP object的OPEN方法 SQL Server的collation问题 Microsoft Interview Question links 转自http://blogs.msdn.com/chappell/archive/2004/07/20/189364.aspx MSN to expand free e-mail storage to 250MB 用 #inculde file = "../fiel" 报1031错误 用<!--include file = ../ --> 报错误1031
smart client优势在那里? (草稿)
流云之心 · 2004-09-19 · via 博客园 - 流云之心

微软现在对smart client提到的很多,也正在大力推广。但是smart client的优势究竟在哪里?和现在的b/s模式相比smart client or win forms究竟有什么优势呢

smart client有三部分:
    1. windows form
    2. smart device
    3. VSTO

咱们进行对这些逐个进行比较
1. windows form与b/s架构进行比较,首先为了能在客户端运行win form程序,我们必须在客户端安装.net framework. 而一个framework就有20多兆 ... (其它方面以后再补充,个人认为windows form程序与b/s相比较没有什么优势的)
2. 对于smart device程序,个人感觉CF/windows CE与其他嵌入程序相比并没有什么优势,唯一的好处也是对.net程序员而言,可以使用自己的.net经验来写smart device程序,而不用重新学习其他的语言和其操作系统的api
3. VSTO 相对比较有用,和以前的VBA比较,VSTO的功能更强大,而且能够很方便使用web service。