| ASP.NET & Databases : Part 5 |
| ASP Alliance |
| In Parts 1 - 4 we have talked about connecting, storing, viewing and in this part we take a break and look at some XML. XML in .NET is a very important part, XML is used in nearly anything in .NET, from web services, to datasets. Even SQL Server 2000 supports XML. XML has taken a good foothold in data storage. |
|
| Blog Reader Add-In for Visual Studio .NET |
| The Code Project |
| A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet |
|
| Building Windows Forms on-the-fly with XML and C# |
| C#Today |
| In this article, Ashiwn Kamanna takes the concept of an XML driven Form builder a step further than the basics as he discusses how to eliminate the requirement for Form development, not only in an ASP based web application, but also in any potential client of an application. He discusses how to build a Form dynamically in a C# based windows application, and also discusses some object oriented patterns as he walks us through an example. |
|
| 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#. |
|
| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| Comparing the Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .NET |
| MSDN |
| Get a comparison of the strengths of the two most common .NET data providers for Oracle, and be prepared to select the right one for your next development project. |
|
| CONTROLS: Plan Your Migration to the Visual Studio 2005 Navigation Controls |
| MSDN |
| The SiteMapDataSource and SiteMapPath controls, the TreeView control, and more! |
|
| Creating a SAX Parser using the XmlTextReader |
| XML for ASP.NET |
| Although the Simple API for XML (SAX) is not built into the .NET platform, SAX type functionality can be created using the XmlTextReader. |
|
| Custom ConfigurationSettings through configuration resource embedding |
| The Code Project |
| Selective .config/embedded xml config resources reading |
|
| Data Access Support in Visual Studio.NET (Whidbey) |
| DotNetJunkies |
| Within this is an overview of the data access support in ADO.NET, covered by the System.Data and System.Xml namespaces. This white paper details the innovations and enhancements in the data access layer in Whidbey when retrieving data from data sources, particularly SQL Server. It covers the growth of ADO.NET in Whidbey to encompass the relational, object and XML data models, and explains typical usage scenarios for each with development guidelines and recommendations. |
|
| Display the Current Temperature in the System Tray |
| The Code Project |
| Use a web service to retrieve the temperature for a given zipcode and display it in the taskbar system tray |
|
| Displaying News Headlines using XML |
| ASP Alliance |
| If you run a site that displays news, or headlines or something and you want an easy way to add and edit those pages then this article is for you. This article will show you how to display news headlines on a site with a little bit of ASP.NET. Also, you should see the 'Live Demo' at the bottom of most code samples, this links to a page where I already have something like this set up. |
|
| Dr. GUI.NET #7 |
| MSDN |
| In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams. |
|
| Dynamic Creation of Validation Controls |
| MSDN |
| Use an XML configuration file to control the dynamic creation of ASP.NET validation controls that are automatically applied to user input controls. |
|
| E Pluriblog Unum: Merging RSS Feeds |
| MSDN |
| Kent Sharkey describes one technique for merging multiple RSS feeds into a new RSS feed, which enables merging common data into a single source to make it easier for users to find the information they want. |
|
| Encoding Binary Data in XML |
| The Code Project |
| A C# example which puts and gets icon and bitmaps to and from a xml file |
|
| Encrypting SOAP Messages |
| MSDN |
| One of the key concerns for developers working with Web Services is security. Because the data is sent in plain text and is routed across the Internet to reach its final destination, anyone can potentially view the message exchange. In the case of the example above, this may not be an issue. However, what if the exchange consisted of a request to a bank, and the response contained a list of account numbers and balances, or perhaps a request that returned something even more interesting, such as a credit card number? This article discusses techniques for encrypting SOAP messages. |
|
| Enhancing User Experience - Part 1 : A Simple Unit Converter Application |
| The Code Project |
| Writting a Unit Converter application for an improved user experience (ease of use). |
|
| 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. |
|
| Extreme XML: Secrets of the System.Xml.Schema Namespace |
| MSDN |
| Dare Obasanjo provides examples of lesser-known class functionality in System.Xml.Schema namespaces. |
|
| FIX: Duplicate import schema may cause the XML schema compilation to fail |
| http://www.kbalertz.com/ |
| (870722) - System.xml may throw the "Item has already been added" error message when there are duplicate imports in a schema. This article describe the fix for this problem. |
|
| FIX: You may experience the System.StackOverflowException error when you open an XML document that contains a deeply nested XML document in the .NET Framework 1.1 and in the .NET Framework 1.0 |
| http://www.kbalertz.com/ |
| (884021) - Describes a fix to a problem that occurs with deeply nested XML documents. This problem occurs when you use the System.Xml.XmlDocument class. |
|
| FIX: You receive a System.ArgumentOutOfRangeException when you call the Read method from an XmlTextReader class in ASP.NET |
| http://www.kbalertz.com/ |
| (839588) - You receive a System.ArgumentOutOfRangeException: "Specified argument was out of the range of valid values". when reading from an XmlTextReader in ASP.NET. |
|
| From XML to Database using the XmlTextReader |
| XML for ASP.NET |
| The .NET platform offers several different avenues for moving XML data into a database. For example, XML can be mapped to database tables and fields using the DataTableMapping and DataColumnMapping classes in conjunction with a DataAdapter, or the XML can be transformed to fit the database schema using XSLT. |
|
| How to merge data from two XML documents by using System.Xml with Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815678) - This step-by-step article describes how to use a DataSet object to merge two XML documents. The DataSet object is central to supporting disconnected, distributed data scenarios with Microsoft ADO.NET. The DataSet object is a memory-resident... |
|