| .NET Dot Net Guruers |
| MSDN |
| XML Comments, Late-bound COM, and More |
|
| A Resource Server Handler Class For Custom Controls |
| The Code Project |
| A class implementing IHttpHandler for use in custom controls, to send embedded resources such as scripts, images, and style sheets to the client. |
|
| Administration page for a "Members only" section |
| The Code Project |
| This page assists in using a single subfolder for "members only" access, and in administering which users are allowed access. No database is required. |
|
| An XML based dynamic runtime GUI generator |
| The Code Project |
| Generate controls, set property values, and wire up event handlers at runtime from an XML definition. |
|
| 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: Data Loss When You Recursively Navigate an XmlDataDocument (Q325690) |
| http://www.kbalertz.com/ |
| When you try to recursively navigate an XmlDataDocument that has been synchronized with a filled ADO.NET DataSet, all of the data is not returned. |
|
| BUG: XmlNamespaceManager Does Not Correctly Atomize Strings During Namespace Lookups (Q324996) |
| http://www.kbalertz.com/ |
| The |
|
| Building a web based RSS Feed Viewer using System.XML |
| The Code Project |
| This article illustrates building a class to Parse RSS Feed's and return the details in a form that they can be eaisly manipulated and displayed. |
|
| 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. |
|
| Code Generation in the .NET Framework Using XML Schema |
| MSDN |
| Learn the difference between typed datasets and classes generated by the xsd.exe tool. Extend this process by reusing the infrastructure classes supporting it, staying compatible with the XmlSerializer. |
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using 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 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. |
|
| Configuration Management for Smart Device Applications |
| The Code Project |
| This utility helps you in configuring .NET Compact Framework applications. |
|
| 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 multilingual websites - Part 1 |
| The Code Project |
| Extend the existing globalization capabilities of .NET to create flexible and powerful multilgual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality. |
|
| Custom Objects From the App.Config file |
| The Code Project |
| Defining custom objects in the App.Config file, and retrieving them via the IConfigurationSectionHandler Interface. |
|
| 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. |
|
| 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). |
|
| ForestPad - a method for storing and retrieving textual information |
| The Code Project |
| Three applications: PocketPC, Windows Desktop, and a Web Service collaborate to syncronize your textual information |
|
| How to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data |
| Microsoft Support |
|
(833379) - This article describes how to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data. If your application exposes Web Services through a WebService application layer, the server...
|
|