System.Object Class
Information   Base Types   Related Resources

Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate superclass of all classes in the .NET Framework; it is the root of the type hierarchy.

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

  • View this type on MSDN
  • View this type on WinFX 247
    Articles (274)Discussions (4866)MembersRotorChanges
    Articles

    Page: 1234567891011
    HOW TO: Handle Events for Excel by Using Visual Basic .NET
    Microsoft Support
    (302814) - This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual Basic .NET. Overview of Event Handling You can construct an event handler with Visual Basic .NET in the following two ways,...
    HOW TO: Handle Events for Excel by Using Visual Basic .NET
    http://www.kbalertz.com/
    (302814) - This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual Basic .NET. Overview of Event Handling You can construct an event handler with Visual Basic .NET in the following two ways,...
    HOW TO: Handle Multiple Results by Using the DataReader in Visual Basic .NET
    http://www.kbalertz.com/
    (309490) - This article contains a generic function that you can use to process multiple recordsets and other messages that are returned from stored procedures or the execution of batch SQL statements. Description of the Technique ActiveX Data Objects (ADO) can...
    HOW TO: Handle Multiple Results by Using the DataReader in Visual Basic .NET
    Microsoft Support
    (309490) - This article contains a generic function that you can use to process multiple recordsets and other messages that are returned from stored procedures or the execution of batch SQL statements. Description of the Technique ActiveX Data Objects (ADO) can...
    HOW TO: Implement a DataSet SELECT DISTINCT Helper Class in Visual C# .NET
    Microsoft Support
    (326176) - This step-by-step article illustrates how to implement and how to use a DataSetHelper class that includes sample code to create a DataTable object that contains the unique values of a column of another DataTable object. To do this, you use the...
    HOW TO: Implement a Managed Component that Wraps the Browse For Folder Common Dialog Box by Using Microsoft Visual Basic .NET
    http://www.kbalertz.com/
    (811004) - This step-by-step article describes how to write a design time component that wraps the Browse For Folder common dialog box.
    HOW TO: Manage Multilanguage Web Forms Solutions (Q315903)
    http://www.kbalertz.com/
    This article demonstrates how to use an XML data-island and the .NET
    HOW TO: Pass Current Credentials to an ASP.NET Web Service
    http://www.kbalertz.com/
    (813834) - This step-by-step article describes how to pass the user's current credentials to an XML Web service that was created by using ASP.NET. The DefaultCredentials property of the CredentialCache class contains the system credentials of the current...
    HOW TO: Pass Current Credentials to an ASP.NET Web Service
    Microsoft Support
    (813834) - This step-by-step article describes how to pass the user's current credentials to an XML Web service that was created by using ASP.NET. The DefaultCredentials property of the CredentialCache class contains the system credentials of the current...
    HOW TO: Persist an ADO.NET DataSet as XML by Using Visual Basic .NET
    http://www.kbalertz.com/
    (308064) - This article demonstrates how to persist an ADO.NET DataSet object to XML. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft Windows 2000 Professional,...
    HOW TO: Persist an ADO.NET DataSet as XML Using Visual Basic .NET (Q308064)
    Microsoft Support
    This article demonstrates how to persist an ADO.NET DataSet object to XML.
    HOW TO: Programmatically Set NTFS File System Folder Permissions by Using Microsoft Visual Basic .NET
    http://www.kbalertz.com/
    (818362) - This article describes how to programmatically set NTFS file systemfolder permissions by using Microsoft Visual Basic .NET.
    HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET
    Microsoft Support
    (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET
    http://www.kbalertz.com/
    (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    HOW TO: Retrieve and Display Records from an Access Database Using ASP.NET, ADO.NET, and Visual Basic .NET (Q308278)
    http://www.kbalertz.com/
    This article demonstrates how to programmatically retrieve data from a Microsoft Access database and present the data to the user. The sample in this article uses the
    HOW TO: Retrieve the DataGrid Row That Is Currently Selected After You Sort, Insert, or Delete DataGrid Rows by Using Visual Basic .NET
    http://www.kbalertz.com/
    (817247) - This step-by-step article describes how to retrieve the DataGrid row that is currently selected after you sort, insert, or delete DataGrid rows. When you sort, insert, or delete DataGrid rows, the currency manager still holds the data in actual...
    HOW TO: Transfer Data to an Excel Workbook by Using Visual C# .NET
    http://www.kbalertz.com/
    (306023) - This step-by-step article describes several methods for transferring data to Excel 2002 from a Visual C# .NET program. This article also presents the advantages and disadvantages of each method so that you can select the solution that works best for...
    HOW TO: Use the ADO SHAPE Command with a DataReader in Visual Basic .NET (Q308045)
    Microsoft Support
    This article describes the ActiveX Data Objects (ADO) SHAPE command syntax that produces hierarchical recordsets and explains how to traverse hierarchical recordsets. Sample code is also provided.
    HOW TO: Use the Office Web Components with XML Data Generated by an XML Web Service Created Using ASP.NET
    http://www.kbalertz.com/
    (315695) - This step-by-step article describes how to use ASP.NET to build a simple XML Web service that retrieves data from the Microsoft Access sample Northwind database and returns the data as XML to a client when the client calls a method of the service. On...
    HOW TO: Use the WebBrowser Control NewWindow2 Event in Visual Basic .NET
    http://www.kbalertz.com/
    (311282) - This article describes how to use the NewWindow2 event, which is triggered by the Microsoft WebBrowser control that is included with Microsoft Internet Explorer 4.0 and later. You can use this event to specify that your browser program is to be used...
    HOW TO: Work with Code-Behind Class Files in an ASP.NET Application by Using Visual Basic .NET
    http://www.kbalertz.com/
    (312311) - This article demonstrates how to develop .aspx pages that use code-behind class files in Microsoft ASP.NET applications. The code samples in this article include the requirements for both code-behind class files that are precompiled and code-behind...
    HOW TO: Write to and Read from Microsoft Message Queue Server in Visual C# .NET
    http://www.kbalertz.com/
    (815811) - This article describes the following: How to create a message and send it to Microsoft Message Queue Server (also known as MSMQ) in a Windows application. How to read from a private queue and to deserialize the message contents for display. back to...
    HOW TO: Write to and Read from Microsoft Message Queue Server in Visual C# .NET
    Microsoft Support
    (815811) - This article describes the following: How to create a message and send it to Microsoft Message Queue Server (also known as MSMQ) in a Windows application. How to read from a private queue and to deserialize the message contents for display. back to...
    HOWTO: Automate Excel from Visual Basic .NET to Fill or to Obtain Data in a Range by Using Arrays
    http://www.kbalertz.com/
    (302094) - This article demonstrates how to automate Microsoft Excel and how to fill a multi-cell range with an array of values. This article also illustrates how to retrieve a multi-cell range as an array by using Automation.
    HOWTO: Automate Excel with Visual C# .NET to Fill or to Obtain Data in a Range by Using Arrays
    http://www.kbalertz.com/
    (302096) - This article demonstrates how to automate Excel from Visual C# .NET to fill and retrieve values in a multi-cell range by using arrays.
    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