| A C# class to make your ASP.NET pages XHTML valid |
| The Code Project |
| A C# class to make your ASP.NET pages XHTML valid |
|
| A null ArrayList member is initialized to a zero length ArrayList class after it is deserialized |
| Microsoft Support |
| (815105) - When you serialize an object that contains a null ArrayList class object as a public member, as expected the tags for the ArrayList class member is not present in the serialized XML file. However, after deserialization, you may notice that the... |
|
| A null ArrayList member is initialized to a zero length ArrayList class after it is deserialized |
| http://www.kbalertz.com/ |
| (815105) - When you serialize an object that contains a null ArrayList class object as a public member, as expected the tags for the ArrayList class member is not present in the serialized XML file. However, after deserialization, you may notice that the... |
|
| A Simple protocol to view aspx pages without IIS implemented in C# |
| The Code Project |
| Covers how to write a Pluggable Asyncrhonous Protocol using C# and provides a useful protocol to enable local execution of ASP.NET sites. |
|
| ASP.NET Color DropDown Control |
| The Code Project |
| An example of persisting and parsing a custom collection in an ASP.NET server control. |
|
| ASP.NET Server Control Creation |
| C#Today |
| ASP.NET custom server controls provide a powerful architecture for isolating the atomic functionality of applications, using highly reusable compiled components (dll). This makes enforcing application-wide rules and applying composite view design patterns easy. In this article, Daniel Cazzulino will look at numerous facets of these controls, such as extending their functionality. |
|
| Building RADical Web Services with VS.NET: A Top-Down Approach |
| DotNetJunkies |
| Peter works with Web Services in a RADical way. He shows you how to build powerful Web Services and their consumers without having to know that much about XML or serialization. |
|
| C# XML Directory Lister |
| The Code Project |
| I was looking for a useful little project to start learning C# and the .NET framework. In my job we do a lot of things with XML so I was interested in exercising some of the XML classes. In particular I wanted to see how XML and ADO+ fit together. The result is the code in this project. This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet.
|
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using C#. |
|
| Create multilingual web pages very easy |
| The Code Project |
| Create multilingual web pages very easy without using localization and resources |
|
| Creating Custom ASP.NET Controls in VS.NET |
| Susan Warren |
| This document describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web applications using Visual Studio.NET. Creating custom ASP.NET server controls is much like creating custom Windows Forms controls. Support for the shared functionality (custom value editors, designer verbs, etc.) is described in the Programming Guide section of the .NET Frameworks documentation. This document describes the design-time support that is unique to ASP.NET server control authoring.
|
|
| Discussion Forum Board |
| Master C# |
| This example updates the previous forum example that I had written for beta1. A lot has changed since then, even though from outside the forum has the same looks internally a lot has changed! Due to this I have taken the trouble to elaborate this example into easy to understand pieces. |
|
| 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. |
|
| 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. |
|
| Find Stored procedure called within all procedures for a database |
| The Code Project |
| Sometimes its tidious to find all calls made to different Stored procedures within a stored procedure and generating reports in case we have large databases, this tool is aimed to script all Sp's and extracts SP call made with additional information such as author name and description. |
|
| Generate dynamic asp.net page by using XML and XSLT |
| The Code Project |
| Generates dynamic forms by transforming xml into xsl file |
|
| Generate dynamic ASP.NET pages by using XML and XSLT |
| The Code Project |
| Generates dynamic forms by transforming XML into XSL file. |
|
| Generate PDF documents from a HTML page using ASP.NET |
| The Code Project |
| Convert HTML to PDF from an ASPX page. |
|
| Handling Client Files in ASP.NET Whidbey |
| MSDN |
| Understand the technical issues involved when working with resource files with ASP.NET 1.x, and see how this will improve with ASP.NET Whidbey. |
|
| Heathmans XmlTransformer Control |
| The Code Project |
| Use XSL to transform your XML content out to your ASPX page with this simple control |
|
| How to perform bulk updates and inserts by using the OpenXML method with .NET providers in Visual Basic .NET |
| http://www.kbalertz.com/ |
| (316244) - Explains how to use OpenXML with .NET providers to perform bulk updates and inserts in Visual Basic .NET. Requires SQL Server 2000 to perform this task. |
|
| How to perform bulk updates and inserts by using the OpenXML method with .NET providers in Visual Basic .NET |
| http://www.kbalertz.com/ |
| (316244) - Explains how to use OpenXML with .NET providers to perform bulk updates and inserts in Visual Basic .NET. Requires SQL Server 2000 to perform this task. |
|
| How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003 |
| http://www.kbalertz.com/ |
| (815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and... |
|
| How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003 |
| http://www.kbalertz.com/ |
| (815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and... |
|
| 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. |
|