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
    Extolling the Virtues of Enumerated Types
    MSDN
    Most programmers are already familiar with enumerated types. But just to review, an enumerated type defines a set of symbolic names and values. Of course, a programmer can always write a program using 0 to represent red, 1 to represent green, and so on. However, there are at least two reasons why you shouldn't hardcode numbers into their code and should instead use an enumerated type.
    FIX: Data Bound User Control Updates Only First Bound Column
    Microsoft Support
    When you try to update more than one column of a table by using a bound user control that has multiple bound properties, only the modified data for the first bound property is updated in the table. You may notice this behavior only for the first row...
    FIX: Data Bound User Control Updates Only First Bound Column
    http://www.kbalertz.com/
    When you try to update more than one column of a table by using a bound user control that has multiple bound properties, only the modified data for the first bound property is updated in the table. You may notice this behavior only for the first row...
    FIX: The .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us"
    http://www.kbalertz.com/
    (326722) - Explains that the .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us". Requires that you install a hotfix to resolve the problem.
    FIX: You receive a "System.IO.IOException, 'The handle is invalid'" error message when you use both Visual J# .NET and Visual C# .NET to access the stdout output stream in the same process
    Microsoft Support
    (830297) - If you unload a Microsoft Visual J# .NET Application Domain (AppDomain) in a Microsoft Visual C# .NET process, the stdout output stream that is associated with the Console object is closed. After this point, if you try to use the Console object from...
    FIX: You receive a "System.IO.IOException, 'The handle is invalid'" error message when you use both Visual J# .NET and Visual C# .NET to access the stdout output stream in the same process
    http://www.kbalertz.com/
    (830297) - If you unload a Microsoft Visual J# .NET Application Domain (AppDomain) in a Microsoft Visual C# .NET process, the stdout output stream that is associated with the Console object is closed. After this point, if you try to use the Console object from...
    Generating a Strongly-Typed DataSet from a Web Service
    DotNetJunkies
    This article reviews how to design and build a .NET webservice that consumes another webservice whose result is not already packaged in an ADO.NET object. - (for use within Visual Studio.NET Beta 1 from a consumed WebService that does not return its result in a DataSet)
    Get Answers to Frequently Asked Questions about C#
    MSDN
    The C# Team, with assistance from a pair of MVPs, has created a set of pages containing Frequently Asked Questions (and Answers) about C# and related topics. Browse the current list of questions and answers or submit your own!
    Gozer the Destructor
    MSDN
    Of all the topics that trouble C++ programmers who consider C#, probably the most volatile is C#'s lack of true synchronous or deterministic destructors.
    Hierarchical Data and the ASP.NET DataGrid
    DotNetJunkies
    There are a number of examples of showing hierarchical data using the Master/Detail record concept, what Dion was looking for was the ability to display collapsible child rows under those of their parents in the same grid - he'll show you how it is done.
    Hosting Internet Explorer in System.Windows.Forms.Form
    C# Corner
    This article explains how to add the Microsoft Web Browser (IE) ActiveX to your project to developer your own customized web browser.
    How Much for the Beemer in the Window?
    DotNetJunkies
    This article will not tell you how much cars are worth, but it will teach you (step by step) how to create a Pocket PC application that will use a common formula to approximate what your lease payment would be based on the numbers you negotiate.
    How Status Bar Notification Component works - A sample Program
    The Code Project
    The NotifyIcon component will display an icon in the status bar notification area, which you can use as notification purpose to alert users that an action or event has occured. You can write code in the Click or DoubleClick event handler or any of the event handler you like to associate your appln.
    How to access the members of a Windows Form in another Windows Form by using Visual Basic .NET
    http://www.kbalertz.com/
    (841292) - Describes two methods that you can use to access members that are declared in one Windows Form from another Windows Form by using Visual Basic .NET.
    How To Avoid a Single Quote Error
    DotNetJunkies
    Ljubomir helps you in this article by teaching you how to avoid a "Single Quote (apostrophe) Error" and make your application ready to accept a Single Quote (apostrophe) in text fields.
    How to call the EnumJobs function from a Visual Basic .NET application
    http://www.kbalertz.com/
    (821769) - Explains how you can use EnumJobs calls to retrieve the status of a print job, the printer information, the job identification, and other parameters that are available in the local print queue.
    How To Create a Pop-Up Calendar User Web Control
    DotNetJunkies
    This How To demonstrates a way to create a pop-up calendar user control and provides an example of how to use the control. Learn to create this basic user control and then you can customize it to fit the specific needs of your project.
    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...
    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...
    How to debug on computers that are running Windows XP and that are in the same Workgroup in Visual Studio .NET
    Microsoft Support
    (833900) - This step-by-step article describes how to set up remote debugging in Microsoft Visual Studio .NET between two computers that are running Microsoft Windows XP Professional. In this scenario, the two computers are not on the same domain. However, they...
    How to debug on computers that are running Windows XP and that are in the same Workgroup in Visual Studio .NET
    http://www.kbalertz.com/
    (833900) - This step-by-step article describes how to set up remote debugging in Microsoft Visual Studio .NET between two computers that are running Microsoft Windows XP Professional. In this scenario, the two computers are not on the same domain. However, they...
    How to Disable a Button From Causes Client-Side Validation
    DotNetJunkies
    This article explains how to disable a .NET Button control from causeing client-side validation.
    How to display your site visitors by country...?
    The Code Project
    To analyze your site visitors trend its very important to know who is visiting your site so you can target your customers. This article will show you how to do that using power of ASP.net and SQL Server 2k.
    How to enumerate the running processes of an application by using Visual Basic .NET
    http://www.kbalertz.com/
    (831490) - Explains how to display information about the processes that are running on a local computer or on a remote computer by using the GetProcesses() method and the GetProcesses(String) method.
    How to handle events for Excel 2003 by using Visual Basic .NET
    http://www.kbalertz.com/
    (822750) - This step-by-step article describes how to handle Microsoft Office Excel 2003 events from an Automation client that you develop by using Visual Basic .NET.
    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