zoukankan      html  css  js  c++  java
  • [转]Atlas goes M2.2 or June CTP

    转自:Atlas goes M2.2 or June CTP

    Dynamic updatepanels, bugfixes, ...

    I just read it on Nikhil's blog and downloaded it from the the Atlas site.

    Details of the new CTP:

    UpdatePanel:

    • UpdatePanels can be added to a page dynamically throughout the page lifecycle, including UpdatePanels inside templates. UpdatePanels now also work inside WebParts, and WebParts can be inside UpdatePanels.
    • UpdatePanel will preserve cookies set during an async postback when Response.Redirect() is called. This fixes Login control scenarios where an authorization cookie is set and the user gets redirected to the previous page.

    Networking:

    • ServiceMethod uses default error handler if none specified.
    • XsltBridgeTransformer now works with VirtualPathProviders
    • DBNull.Value now should be serialized as null
    • ServiceReferences now support optional InlineProxy attribute for generating service proxies in the page rather than through a serviceurl/js script reference.
    • Fix for scenarios where web service proxy contained the wrong port (webfarms, port forwarding)

    Drag and Drop:

    • Drag and drop will no longer produce debug output
    • Interactive HTML elements (input, button, textarea, select, label, anchors with an href) can no longer be dragged directly

    Miscellaneous Changes:

    • Date.toFormattedString improvements
    • Client-side data: SaveData fix for strongly-typed DataSets

    I for one hope that the RTM version is coming close.

    Grz, Kris.

  • 相关阅读:
    二叉树的层序遍历-102
    剑指offer 06 从尾到头打印链表
    替换空格:剑指offer05
    面试题16.11.跳水板----leetcode
    JVM——垃圾回收
    新生代Eden与两个Survivor区的解释
    JVM 1.8 永久代---元空间 的变动
    Git拉取项目避坑
    python-装饰器
    python-Queue
  • 原文地址:https://www.cnblogs.com/lbk/p/466026.html
Copyright © 2011-2022 走看看