| An RSS 2.0 Blog Reader Written In MyXaml |
| The Code Project |
| An RSS 2.0 Blog Reader Written in MyXaml |
|
| ASP.NET XML Hierarchical Menus Server Control |
| XML for ASP.NET |
| The XML Hierarchical Menus Server Control improves upon the initial version by encapsulating all of the code into an ASP.NET server control. Doing this allows people with little to no experience with programming C# or VB.NET to integrate the menus into ASP.NET pages. The application demonstrates how the DOM can be used to dynamically create a menu structure similar to the Start menu in Windows that can be used in IE4+. |
|
| BUG: XmlNamespaceManager Does Not Correctly Atomize Strings During Namespace Lookups (Q324996) |
| http://www.kbalertz.com/ |
| The |
|
| C#: A Message Queuing Service Application |
| MSDN |
| This article outlines a Windows service solution designed to process several message queues, focusing on the application of the Microsoft .NET Framework and C#. |
|
| Client/Server-side ASP.NET Credit Card Validation Control |
| The Code Project |
| Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support. |
|
| Client/Server-side ASP.NET Credit Card Validation Control |
| The Code Project |
| Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support. |
|
| CodeSnip: Forms Authentication Against an XML File |
| http://aspalliance.com/ |
| This code shows how to validate against an XML file for Forms Authentication security in ASP.NET. The code here is just a modification of a standard login.aspx page. |
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using C#. |
|
| Comparing System.Xml in Visual Studio .NET to Microsoft.XMLDOM in Visual Studio 6.0 |
| MSDN |
| Describes the DOM parser in Microsoft Visual Studio .NET and how to work with XML documents within the Microsoft .NET Framework. This article also explains the differences between the Visual Studio .NET DOM parser and Microsoft Visual Studio 6.0 Microsoft.XMLDOM. |
|
| Configuring Exceptions Using Web.config |
| The Code Project |
| An article on handling exceptions using custom handlers, by a custom configuration section, making it independent from using the application. |
|
| Creating Customizable Web Services |
| MSDN |
| Earlier this year, I introduced Microsoft® Visual Studio® for Applications (VSA) and Script for the .NET Framework, and how you could use these technologies to make your .NET application customizable. Defining what a .NET application exactly is can be somewhat of a thankless task, since everyone seems to have a slightly different idea of what an application is and whether or not it's .NET. However, one technology is common among most definitions of a .NET application—Web Services. So this month I'll show how to use VSA and Script for the .NET Framework to build a Web Service that is customizable, and in particular, how you can take advantage of Web Services to help build an infrastructure to enable your users to build and deploy the script code that will customize the Web Service. |
|
| Creating Graphics with XML |
| C# Corner |
| This article shows how to create images on the fly and uses XML to specify the properties of the images. |
|
| Editable History ComboBox |
| The Code Project |
| Demonstrates how to easily simulate an editable combobox that can persist previous entries (Like Internet Explorer). |
|
| Forms Authentication Against An XML File |
| ORCS Web |
| This code shows how to validate against an XML file for Forms Authentication security in ASP.Net. Please read one of the earlier articles on Forms Authentication for an introduction and to see the required settings in the web.config file. The code below is just a modification of the login.aspx page. |
|
| How to use certificates to sign and to verify SignedXml objects by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (320602) - This step-by-step article describes how to use certificates to sign and to verify SignedXml objects. The article describes how to use the platform invoke services in Visual Basic .NET to call Win32 API functions to access certificates in certificate... |
|
| Integrating XML into ASP.Net Web Sites |
| Visual Studio Magazine |
| Much of the talk about XML nowadays tends to focus on using it for data exchange among e-business applications. While it is true that XML is well suited for this purpose because of its ability to describe data and maintain its structure while being transferred among distributed systems, there are many other ways you can use it to enhance applications. I'll demonstrate one of these ways by showing how to integrate XML into a Web site to provide users with news information. |
|
| Loading XML Files in a TreeView Control using Multithreading |
| C# Corner |
| There are many occasions when programmers need to develop multithreading applications, which can load big files in the background and let the user do data entry or other jobs without any interruption. In this article, I'll show you how to create multiple threads to load multiple files. |
|
| Populate Table Control dynamically from Datareader according to format given in an XML file |
| The Code Project |
| An article on how to use a format given in an XML file to populate a Table control from the records contained in a SQL Data reader. |
|
| Populate Table Control dynamically from DataReader according to format given in an XML file |
| The Code Project |
| An article on how to use a format given in an XML file to populate a Table control from the records contained in a SQL Data reader |
|
| Reading and Writing XML Documents |
| C# Corner |
| In this article you will see how to read and write XML documents in Microsoft .NET using C# language. First I will discuss XML .NET Framework Library namespace and classes in brief. Then we will read and write XML documents. At the end of this article, I will show you how to take advantage of ADO.NET and XML .NET model to read and write XML documents from relational databases and vice versa. |
|
| Reading, Storing and Transforming XML Data in .NET |
| DotNetJunkies |
| This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. |
|
| Using XML Serialization to Read Custom Configuration Elements |
| The Code Project |
| Custom configuration is a powerful tool provided by the .NET Framework. Ideas such as the Provider Model make heavy use of the configuration techniques. This article will demonstrate using XML Serialization to place objects into your configuration that can be used at run time. |
|
| Vector Data Language Specification (v1.1) |
| The Code Project |
| This article covers the Vector Data Language Specification for Vector version 1.1 |
|
| Verify and Add Digital Signatures to Form Data in InfoPath 2003 Using MSXML 5.0 or .NET Framework Managed Code |
| MSDN |
| Learn how to build managed code applications that employ MSXML 5.0 and .NET Framework code to add and verify digital signatures in InfoPath forms. |
|
| 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. |
|