Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About System.Object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (2)
Rafid Khalid Abdullah (1)
Amr Monjid (1)
Srinivas Sampath (1)
Related resources for System.Object
No resource found
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.
Overriding the System.Object class methods
6/3/2008 3:27:47 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 class virtual methods.
Using Web Browser Options in C# and VB.NET
8/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.NET
8/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 Components
2/14/2006 11:34:47 PM.
One of the main advantages of building components is to promote reusability.