Error!
Success!

By tag: XML

showing:  of
0
kicks

Query XML With LINQ to Populate an asp:Repeater from Attribute Values  (Unpublished)

It shows a way to use LINQ to query an XML record with subsets and attributes then convert the results into a data table.


Kicked By:
Drop Kicked By:
0
kicks

XML Deserialization Events  (Unpublished)

The standard XML serializer is forgiving when deserializing XML documents with unexpected elements and attributes. Generally these additional XML nodes are ignored, though their existence can be identified with the use of deserialization events.


Kicked By:
Drop Kicked By:
0
kicks

Exploring new features of xsd 1.1  (Unpublished)

Great article and explanation about how you can use new features of xsd 1.1.


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Data cache into indexedDb of browser using html5  (Unpublished)

Index DB storage is another important storage unit of browser local cache storage. Applications can take advantage of local storage to store data based on index. The data is stored in a hashtable using javascript and html 5.


Kicked By:
Drop Kicked By:
0
kicks

A useful custom configuration section for inline unconstrained XML  (Unpublished)

I needed to keep some XML in the App.config without constraining it with a schema. There is no out-of-the-box support for this in .NET unfortunately. So I wrote a small class to facilitate this and a small app that uses it.


Kicked By:
Drop Kicked By:
0
kicks

Bend OpenAccess ORM to Your Will with Type Converters  (Unpublished)

This example will show you how to get OpenAccess to serialize a class to xml, and store it in the database. In the end you will have a reusable TypeConverter you can use to store any class as XML using OpenAccess!


Kicked By:
Drop Kicked By:
0
kicks

SlashSot Blogger integration that actually works!  (Unpublished)

You can add a badge or link to your Blogger to easily allow your readers to submit it to Slashdot for consideration; and once submitted, take them to the discussion.


Kicked By:
Drop Kicked By:
0
kicks

Extract bindings from IIS 6 metabase (the easy way)  (Unpublished)

Xslt can be very handy, specially when you have a bunch of data in xml format and you want to extract some. To extract all the bindings froma running iis6 server the easiest way is to...


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

XML Serialization of Arrays and Collections  (Unpublished)

Arrays and collections can be serialized to XML. The standard action when using the default serializer is for the name of the collection property to be added to the XML, with a contained element for each item named according to the items' data types.


Kicked By:
Drop Kicked By:
0
kicks

Streaming with LINQ to XML - Part 2 - Microsoft XML Team's WebLog - Si  (Unpublished)

In today's world, developers have a somewhat unpleasant choice between doing this efficiently with fairly difficult APIs such as the XmlReader/XmlWriter or SAX, and doing this easily with DOM or XSLT and accepting a fairly steep performance penalty as documents get very large.


Kicked By:
Drop Kicked By:
0
kicks

Xml serialization using generics  (Unpublished)

Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others.


Kicked By:
Drop Kicked By:
0
kicks

Fluent XML Serialization–Part 3: How Serialization Is Performed  (Unpublished)

Reflection is a powerful tool when used correctly. In this penultimate chapter of Fluent XML Serialization, I will show you how Fluently-XML uses configuration data built up from a domain-specific language to perform serialization at runtime.


Kicked By:
Drop Kicked By:
0
kicks

SVG XmlSerializer Classes  (Unpublished)

A set of XmlSerializer compatible classes for parsing the SVG file format (e.g. Inkscape).


Kicked By:
Drop Kicked By: