System.ComponentModel.Component Class
Information   Base Types   Related Resources

Provides the base implementation for the IComponent interface and enables object-sharing between applications.

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

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (11)Discussions (240)MembersRotorChanges
    Articles

    Page: 1
    .NET Anatomy - Data Concurrency in ADO.NET, Part III
    DotNetJunkies
    In the two previous articles on this subject we have looked at how the ADO.NET DataSet object contains built-in support for concurrency operations. This functionality helps the developer to build applications that keep users from overwriting each other’s data accidentally. The implementation is open and flexible and so what I will be showing you here can be tailored to your own requirements
    Building a BallonToolTip provider in C#
    The Code Project
    Shows how to create a ToolTip provider that supports Ballon Tooltips, including issues related to creating extender properties and using the NativeWindow class.
    Building a Distributed Web Service Using a Strongly-Typed DataSet in C#
    DotNetJunkies
    This is part two of series of articles intended to provide practical background information on design approaches for the .NET platform as well as providing clear explanations of the .NET features it introduces. In the last article in this series, it was described how to create a Web service that consumes another Web service that does not provide its result set in a .NET DataSet, by using the WSDL (Web service description language) which the consumed Web service provides, it is described how to build from th
    C++ Q&A
    MSDN
    Performance Optimization, Controls versus Components
    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.
    Databinding Web Forms to Objects as opposed to Datasets
    The Code Project
    A step-by-step walkthrough describing how to bind an ASP.NET web form to an object and object collection, as opposed to binding to datatables and fields.
    Extender provider components in ASP.NET: an IExtenderProvider implementation
    The Code Project
    A workaround for the broken Visual Studio support for extender providers in ASP.NET.
    How To Host .NET Remoting Objects In Windows Service
    The Code Project
    For sometime I have been working on Remoting projects using .NET but every time I will always end up creating a console application to run as a remote server and host the remoting object in that. This definitely is not going to be case in real world applications. Most of the time you will require that your remote object is hosted in a server that is running all the time and does not require any user intervention like in Console application.
    Saving and Restoring Location, Size, and Window State of a Form
    C# Corner
    Every time I create a new desktop application I find myself having to add some code that will restore the main application window to the position, size and window state at the time of closing. This article presents a simple C# class that may be added to a form to automatically do this. When I designed this class I wanted to be able to add it to a form using the least amount of code and also be able to add it to a form from the toolbox.
    Timers: Comparing the Timer Classes in the .NET Framework Class Library
    MSDN
    The .NET Framework Class Library provides three different timer classes: Each has been designed and optimized for use in different situations. This article examines them.
    What's that "Windows Form Designer generated code" anyway?
    The Code Project
    Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications.
    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