Stories recently tagged with 'XML'

Xml Serialization Made Easy(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 4 months ago

Reading/Writing Xml with the XmlSerializer made easy. read more...

add a comment |category: |Views: 33

tags: another

Building control in Visual Studio 2005 with XML as data source.(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 4 months ago

In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#. read more...

add a comment |category: |Views: 24

tags: another

Using XML and XSLT(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 4 months ago

XML Stylesheet Transformation(XSLT) is defined as a language for converting XML documents to other document formats. This article shows how to perform the transformation using classes of .NET Framework. read more...

add a comment |category: |Views: 18

tags: another

Transforming Visual Studio .NET Projects into NANT files using XSLT(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 4 months ago

I was looking for a solution on how to execute an XSL transform on a C# project file and convert it to a Nant build file. Nant provides the xsl file to do the conversion under the open source license agreement, but Nant does not provide away of producing the transformation. read more...

add a comment |category: |Views: 35

tags: another

Hello Berkeley DB XML on .NET(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 4 months ago

If you’re not familiar with Berkeley DB XML (BDB XML), it is an open source embeddable XML database engine that provides support for XQuery access. read more...

add a comment |category: |Views: 114

tags: another

LINQ to XML: Generating National Information Exchange Model XML Docume(blog.christopherdeweese.com)

submitted by cdeweesecdeweese(55) 3 years, 5 months ago

Using LINQ to XML to build NIEM compliant XML documents. read more...

add a comment |category: |Views: 25

tags: another

Using Custom Tasks in MSBuild to modify XML Configuration Files on the(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This article shows you how to use MSBuild to build your project and how to create a custom task that will allow you to modify sections of your XML configuration files. read more...

add a comment |category: |Views: 47

tags: another

Read and write Open XML files (MS Office 2007)(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This article shows how to read and write Open XML files (MS Office 2007). read more...

add a comment |category: |Views: 31

tags: another

Active Application Watcher in .NET using Windows Forms(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This application will help out a user to know how much time , he is spending on each application every day. This application assumes that the window, which is active as the application on which the user is working. read more...

add a comment |category: |Views: 46

tags: another

Changing XSL StyleSheets on the FLY in C# and ASP.NET(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This article shows you how you can use alter XSL in memory to transform XML data into HTML with different results. read more...

add a comment |category: |Views: 11

tags: another

Reading and Wtiting XML Documents (c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

In this article you will see how to read and write XML documents using XML API available in .NET Framework class library. read more...

add a comment |category: |Views: 31

tags: another

XML Serialization in .NET Framework 2.0 : Part II(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This article shows how to create classes that can be Serialized by using XML Serialization. read more...

add a comment |category: |Views: 8

tags: another

XML Serialization in .NET Framework 2.0 : Part I(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 5 months ago

This article introduces serializing objects to XML format. read more...

add a comment |category: |Views: 8

tags: another

Tracking clicks by IP Address using C# and XML(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This is a very simple and easy article, which gives an idea for track the IP address and for getting the number of cliks from a particular system. read more...

add a comment |category: |Views: 11

tags: another

XML Driven Validation(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application. read more...

add a comment |category: |Views: 13

tags: another

Role Bases Access using C# and XML(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 3 years, 5 months ago

Here I am trying to give a simple and configurable solution to implement Role Bases Access to your application using C# and XML. Remember that this article intent is to provide Role Based Access and not Role Based Autorization. read more...

add a comment |category: |Views: 50

tags: another