| .NET Anatomy - Structured Exception Handling in .NET |
| DotNetJunkies |
| This article discusses structured exception handling (SEH), a service built into the core of .NET and available to all languages supported by it. Since the infrastructure for this service is built-in, there is very little code required to take full advantage of these features. |
|
| .NET Anatomy – Structured Exception Handling in .NET |
| DotNetJunkies |
| This article discusses structured exception handling (SEH), a service built into the core of .NET and available to all languages supported by it. Since the infrastructure for this service is built-in, there is very little code required to take full advantage of these features. |
|
| An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS |
| MSDN |
| ASP.NET and Microsoft Internet Information Services (IIS) work together to make building secure Web sites a breeze. But to do it right, you have to know how the two interrelate and what options they provide for securing access to a Web site's resources. This article, the first in a two-part series, explains the ABCs of Web security as seen through the eyes of ASP.NET and includes a hands-on tutorial demonstrating Windows authentication and ACL authorizations. A range of security measures and authentication methods are discussed, including basic authentication, digest authentication, and role-based security. |
|
| Extreme XML: Combining XPath with the XmlReader |
| MSDN |
| Dare Obasanjo discusses the XPathReader, which provides the ability to filter and process large XML documents in an efficient manner. |
|
| How to read the XML data from a file by using Visual C++ .NET |
| Microsoft Support |
| (815658) - This article describes how to use the XmlTextReader class to read the XML data from a file. The XmlTextReader class provides direct parsing and tokenizing of the XML data. The XmlTextReader class also implements the XML 1.0 specification, in addition... |
|
| How to read the XML data from a file by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815658) - This article describes how to use the XmlTextReader class to read the XML data from a file. The XmlTextReader class provides direct parsing and tokenizing of the XML data. The XmlTextReader class also implements the XML 1.0 specification, in addition... |
|
| How to read XML data from a URL by using Visual C++ .NET |
| Microsoft Support |
| (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements... |
|
| How to read XML data from a URL by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements... |
|
| HOW TO: Create Key Element for an XML Schema in Visual C# .NET (Q318506) |
| http://www.kbalertz.com/ |
| Use this step-by-step guide to programmatically add a key element to an existing XML schema. |
|
| HOW TO: Create Key Element for an XML Schema in Visual C# .NET (Q318506) |
| Microsoft Support |
| Use this step-by-step guide to programmatically add a key element to an existing XML schema. |
|
| HOW TO: Load and Save XML by Using DOM in .NET Framework with Visual C# .NET |
| http://www.kbalertz.com/ |
| (317662) - Use this step-by-step guide to learn how to programmatically load and save Extensible Markup Language (XML) documents by using the System.Xml.XmlDocument class. This class is compliant with the World Wide Web Consortium Document Object Model (DOM)... |
|
| HOW TO: Locate and Replace Special Characters in an XML File with Visual Basic .NET (Q308060) |
| http://www.kbalertz.com/ |
| This article describes how to replace special characters in an Extensible Markup Language (XML) file by using Visual Basic .NET. |
|
| HOW TO: Locate and Replace Special Characters in an XML File with Visual C# .NET |
| http://www.kbalertz.com/ |
| (316063) - This article describes how to replace special characters in an Extensible Markup Language (XML) file by using Visual C# .NET. Description of the Technique XML predefines the following five entity references for special characters that would otherwise... |
|
| HOW TO: Navigate XML with the XPathNavigator Class by Using Visual C# .NET |
| http://www.kbalertz.com/ |
| (308343) - This step-by-step article describes how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an... |
|
| HOW TO: Validate an XML Document by Using Multiple Schemas in Visual C# .NET |
| Microsoft Support |
| (318505) - This step-by-step article describes how to use the XmlValidatingReader object to validate an Extensible Markup Language (XML) file with multiple XML Schema Definition Language (XSD) schemas. The code sample uses the XmlSchemaCollection object to cache... |
|
| HOW TO: Validate an XML Document by Using Multiple Schemas in Visual C# .NET |
| http://www.kbalertz.com/ |
| (318505) - This step-by-step article describes how to use the XmlValidatingReader object to validate an Extensible Markup Language (XML) file with multiple XML Schema Definition Language (XSD) schemas. The code sample uses the XmlSchemaCollection object to cache... |
|
| Insert XML Nodes Using XmlTextReader and XmlTextWriter |
| The Code Project |
| Using XmlTextReader and XmlTextWriter to insert an XML document within another document without creating an XmlDocument object |
|
| PRB: Slow Performance When Transforming an ADO.NET DataSet with Non-Nested DataRelations |
| Microsoft Support |
|
(325693) - Performance of your computer system slows when you try to transform the XML representation of a DataSet that has multiple related DataTable objects whose DataRelation objects are not nested to reflect a hierarchical structure.
|
|
| Troubleshooting Common Problem with the XML Serializer |
| MSDN |
| Christoph Schittko discusses various techniques for diagnosing common problems that occur when converting XML to objects and vice versa with XML Serialization technology in the .NET Framework. |
|
| What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release |
| MSDN |
| Enhance XML support in your applications with the XML APIs in System.Xml and the .NET Framework 2.0. |
|