作者erspicu (.)
看板C_Sharp
标题[闲聊] C#的通用专案原生编译
时间Wed Dec 9 12:09:46 2015
确定的是vs 2015在win10上开通用app方案
可以使用 naitve编译
效能还没真正玩测过
理论上一定会比较好
好奇的是跟 jit 相比下能够好多少
有兴趣的人可以玩看看
搞不懂得是为何限定执行条件
大概是商业考量吧
通用app的介面 放在一般桌面上跑就是怪...
还是winform或是wpf专案好看点
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 60.248.56.181
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/C_Sharp/M.1449634189.A.3E8.html
1F:推 YahooTaiwan: 介面怪不怪,是要看开发者的功力吧 12/09 13:05
通用的APP 主要是给平板等触碰装置用的
比较习惯一般传统介面搭一般桌面环境会适合一点 应该不是啥功力不功力的问题
就不太一样的设计概念
※ 编辑: erspicu (60.248.56.181), 12/09/2015 14:08:53
2F:→ plcder: 主要是通用的硬体差别有些硬体不支援X86-X64指令 12/09 14:39
目前 Native C# 一定会绑 通用app , 估记是方便放上market後 ,
能够像手机一样选择版本,就不会有相容性问题了,
不过即使没对应market发布机制的传统app,打包下载上也可以标名for哪种处理器给人下.
再看看,说不定之後会下放这个技术.
http://tinyurl.com/jyefsbd
Up to 60% performance improvement on cold startup times
Up to 40% performance improvement on warm startup times
Less memory consumption of your app when compiled natively
No dependencies on the desktop .NET Runtime installed on the system
Since your app is compiled natively, you get the performance benefits
associated with native code (think C++ performance)
You can still take advantage of the industry-leading C# or VB programming
languages, and the tools associated with them
You can continue to use the comprehensive and consistent programming model
available with .NET– with extensive APIs to write business logic, built-in
memory management, and exception handling.
相当吸引人阿...但要玩目前就得乖乖升级WIN10搂...
※ 编辑: erspicu (60.248.56.181), 12/09/2015 14:52:51
3F:推 YahooTaiwan: 通用 app 是通吃滑鼠与触控的概念喔,真的是要看个人 12/09 15:35
4F:→ YahooTaiwan: 功力 12/09 15:35
5F:→ YahooTaiwan: 有兴趣的话可以顺便研究一下 adaptive design 12/09 15:36