[閒聊] C#的通用專案原生編譯

看板C_Sharp (C#)作者 (.)時間9年前 (2015/12/09 12:09), 9年前編輯推噓2(203)
留言5則, 2人參與, 最新討論串1/1
確定的是vs 2015在win10上開通用app方案 可以使用 naitve編譯 效能還沒真正玩測過 理論上一定會比較好 好奇的是跟 jit 相比下能夠好多少 有興趣的人可以玩看看 搞不懂得是為何限定執行條件 大概是商業考量吧 通用app的介面 放在一般桌面上跑就是怪... 還是winform或是wpf專案好看點 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 60.248.56.181 ※ 文章網址: https://www.ptt.cc/bbs/C_Sharp/M.1449634189.A.3E8.html

12/09 13:05, , 1F
介面怪不怪,是要看開發者的功力吧
12/09 13:05, 1F
通用的APP 主要是給平板等觸碰裝置用的 比較習慣一般傳統介面搭一般桌面環境會適合一點 應該不是啥功力不功力的問題 就不太一樣的設計概念 ※ 編輯: erspicu (60.248.56.181), 12/09/2015 14:08:53

12/09 14:39, , 2F
主要是通用的硬體差別有些硬體不支援X86-X64指令
12/09 14:39, 2F
目前 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

12/09 15:35, , 3F
通用 app 是通吃滑鼠與觸控的概念喔,真的是要看個人
12/09 15:35, 3F

12/09 15:35, , 4F
功力
12/09 15:35, 4F

12/09 15:36, , 5F
有興趣的話可以順便研究一下 adaptive design
12/09 15:36, 5F
文章代碼(AID): #1MPwcDFe (C_Sharp)
文章代碼(AID): #1MPwcDFe (C_Sharp)