An object-oriented programming language is the basics of any C# program and also is the first step for a developer to move toward the programming world.
Latest Inheritance Articles
.NET Tip: Restrict the Access to Your Properties!
Stop unwanted changes to your properties! Discover how to you can stop worrying about accidentally changing values, while still allowing multiple views into your classes!
Remoting Chat Application
The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.
C# Inheritance with the New Modifier
Overview of the new modifier and how it's used to override methods in derived classes
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.