TAILIEUCHUNG - ASP.NET 4 Unleased - p 135

Nếu bạn muốn kiểm soát tài sản phức tạp như thế nào được lưu trữ, bạn có thể sửa đổi các giá trị của serializeAs thuộc tính liên kết với một tài sản Profile. Các thuộc tính serializeAs chấp nhận bốn giá trị sau:. Nhị phân. ProviderSpecific. String. Xml Giá trị mặc định, khi sử dụng SqlProfileProvider, là ProviderSpecific | 1314 CHAPTER 28 Maintaining Application State br br asp Button id btnAdd Text Add To Cart Runat server OnClick btnAdd_Click fieldset div form body html If you want to take control over how complex properties are stored you can modify the value of the serializeAs attribute associated with a Profile property. The serializeAs attribute accepts the following four values Binary Providerspecific String Xml The default value when using the SqlProfileProvider is Providerspecific. In other words the SqlProfileProvider decides on the best method for storing properties. In general simple types are serialized as strings and complex types are serialized with the XML Serializer. One disadvantage of the XML Serializer is that it produces a more bloated representation of a property than the Binary Serializer. For example the results of serializing the ShoppingCart class with the XML Serializer are contained in Listing LISTING Serialized Shopping Cart xml version encoding utf-16 ShoppingCart xmlns xsi http 2001 XMLSchema-instance xmlns xsd http 2001 XMLSchema Items CartItem Name First Product Name Price Price Description The First Product Description CartItem CartItem Name Second Product Name Price Price Description The Second Product Description From the Library of Wow eBook Using Profiles 1315 CartItem Items ShoppingCart If you want to serialize a Profile property with the Binary Serializer and save some database space you need to do two things. First you need to indicate in the web configuration file that the Profile property should be serialized with the Binary Serializer. Furthermore you need to mark the class that the Profile property represents as serializable. The modified Shoppingclass named BinaryShoppingCart in Listing includes a Serializable attribute. Both the BinaryShoppingCart and BinaryCartItem classes are decorated with the Serializable attribute. LISTING App Code using System using .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.