打印本文 打印本文 关闭窗口 关闭窗口
ASP.NET 从Beta1 升级到 Beta2 的新变化
作者:武汉SEO闵涛  文章来源:敏韬网  点击数4579  更新时间:2009/4/23 10:48:41  文章录入:mintao  责任编辑:mintao
ionHandler.CreateStatic has been removed.

         SoapExtension has changed.

The change is a new abstract method on SoapExtension. It is a new overload for the GetInitializer method. There are now two:

     public abstract object GetInitializer (LogicalMethodInfo method, SoapExtensionAttribute attribute)

     public abstract object GetInitializer(Type serviceType).

         SoapService and SoapMethod have been removed.

To create and consume services with the same functionality, the SoapMethodAttribute class has been divided into two classes: SoapRpcMethod and SoapDocumentMethod. SoapRpcMethod takes all the usual SoapMethod properties, and a new one: Use.

         Deprecated Passport methods have been removed.

Some Passport methods that have been deprecated in the Passport SDK 1.4 release and that won''''t be supported in Passport SDK 2.0 have been removed.All methods are on System.Web.PassportIdentity, including LogoTag, AuthUrl, Commit, SetProfile, and the set accessor for this[string].  

         Various Reset methods on DataTable are now private.

The following methods on the DataTable are used by the designers and should be defined private void: ResetPrimaryKey, ResetConstraints, ResetColumns, ResetRelations, ResetTables.

上一页  [1] [2] [3] [4] [5] [6] [7] 

打印本文 打印本文 关闭窗口 关闭窗口