System.IO.StringWriter Class
Information   Base Types   Related Resources

Writes information to a string. The information is stored in an underlying StringBuilder .

  • Namespace: System.IO
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.IO.TextWriter
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (40)Discussions (449)MembersRotorChanges
    Articles

    Page: 12
    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.
    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.
    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: Perform Bulk Updates and Inserts Using OpenXML with .NET Providers in Visual C# .NET
    http://www.kbalertz.com/
    (315968) - This step-by-step article describes how to do bulk inserts and updates with different Microsoft .NET data providers by using the OpenXML method. Although the sample in this article uses the SqlClient managed provider, you can also use the OLEDB or the...
    HOW TO: Use XML in Connected and Disconnected ADO.NET Applications (Q307224)
    Microsoft Support
    This article demonstrates how to use XML in connected and disconnected ADO.NET applications. Connected ADO.NET applications can query SQL Server to return an XML result and then use the XmlReader class to iterate through the rows of XML data. Disconnected ADO.NET applications can use a DataSet object to pass data in XML format between the different tiers in a distributed system.
    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
    LCE Subscription Viewer
    The Code Project
    Couple years ago I wrote a small utility to retrieve subscriptions registered in the Event System store in LCE COM+ service. This small tool allows me to asynchronously monitor my subscriptions, remove or enable/disable them from the ES store. The tool has been designed and implemented using component technologies such as COM and ATL. To keep in touch new technologies, I spent my last weekend rewriting my tool using a C# and .Net framework to validate my original design concept.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com