Related resources for System.Object
  • Overriding The System.Object Class Methods9/15/2023 9:48:55 AM. In this article you will take a look on the Object class the base class for all data types in the .NET Framework. You will see also how to give your custom type a new look by overriding the Object cla
  • Creating Strongly Typed Custom Collections in C#11/17/2022 6:36:55 AM. In this article, author shows you how to create and use strongly typed custom collections.
  • Using Web Browser Options in C# and VB.NET8/30/2006 5:20:16 AM. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.
  • Web Browser in C# and VB.NET8/30/2006 5:01:50 AM. This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.
  • Building Reusable Components2/14/2006 11:34:47 PM. One of the main advantages of building components is to promote reusability.