RobChappel

Stories submitted by RobChappel

Applying XSL transformations to XML in .NET(developerfusion.co.uk)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

XML Stylesheet Transformation(XSLT) is defined as a language for converting xml documents to other document formats. XSLT processors parse the input XML document, as well as the XSLT stylesheet and then process the instructions found in the XSLT stylesheet, using the elements from input XML document. During the processing of the XSLT instructions, a structured XML output is created. We are going to perform the transformation using the XmlUrlResolver, XSLTransform classes from the .NET Framework. The XslTransform class, found in the System.Xml.Xsl namespace, is the XSLT processor that implements the XSLT version 1.0 recommendation. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET 2.0 Tutorial : The Page Object Model(exforsys.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Object Model. read more...

add a comment |category: |Views: 18

tags: another

Complete FAQ for the System.Net.Mail namespace(systemnetmail.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

This FAQ addresses the System.Net.Mail namespace found in the 2.0 .NET Framework. read more...

add a comment |category: |Views: 8

tags: another

Networking Features in .NET Framework 2.0(15seconds.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

The .NET Framework version 2.0 introduces a new namespace named System.Net.NetworkInformation that encapsulates all of the network related features. This namespace exposes a number of classes that provide useful information about the network. In this article, Thiru Thangarathinam examines the classes and features available in the System.Net.NetworkInformation namespace and provides examples that show how easy they are to utilize in your .NET applications. read more...

add a comment |category: |Views: 8

tags: another

MSDN Beta Homepage(beta.msdn.microsoft.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

My MSDN is a gateway to a personalized view of Microsoft's online resources for developers: articles, knowledge base bulletins, webcasts, and downloads. With My MSDN, resources available on MSDN are intelligently filtered to display content on topics you're most interested in. As My MSDN grows, it will become the first place you'll want to look for information, solutions, and other resources from Microsoft. read more...

4 comments |category: |Views: 3

tags: another