COMMUNITY: How to properly ask a question on Forums
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
LIVE
CAREER
MEMBERS
JOBS
Training
About OOP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ibrahim Ersoy (9)
Akhil Mittal (8)
Abdul Rasheed Feroz Khan (5)
Sourabh Somani (3)
Pramod Thakur (3)
Vidya Vrat Agarwal (2)
Sahil Sharma (2)
Suketu Nayak (2)
Kuppurasu Nagaraj (2)
Prakash Tripathi (2)
Vignesh Mani (2)
Kantesh Sinha (2)
Manpreet Singh (2)
Mukesh Kumar (2)
Prashant Shinde (2)
Ck Nitin (1)
Mani Gautam (1)
Puja Kose (1)
Nithya Mathan (1)
Sundar (1)
Sandeep Mk Sharma (1)
Syed Shanu (1)
Yogendra Kumar (1)
Vijai Anand Ramalingam (1)
Pradeep Yadav (1)
Sharad Gupta (1)
Manish Agrahari (1)
Vinodhini M (1)
Prashant Bansal (1)
Priyaranjan K S (1)
Ammar Shaukat (1)
Sekhar Srinivas (1)
Raghu Gurumurthy (1)
Pankaj Kumar Choudhary (1)
Saillesh Pawar (1)
Sumit Jolly (1)
Rajesh Pawde (1)
Ehtesham Mehmood (1)
Ehsan Sajjad (1)
Shubham Kumar (1)
Anupam Singh (1)
Banketeshvar Narayan (1)
Nishant Mittal (1)
Chervine Bhiwoo (1)
Erika Ehrli Cabral (1)
Rupesh Kahane (1)
Vithal Wadje (1)
Sandeep Kumar (1)
Shridhar Sharma (1)
Javed Ur Rehman (1)
Akkiraju Ivaturi (1)
susanta pradhan (1)
Pranay Rana (1)
Pradeep Shet (1)
Rakesh (1)
Abhishek Jaiswal (1)
Arpit Jain (1)
Pooja Baraskar (1)
Afzaal Ahmad Zeeshan (1)
Ankit Bansal (1)
Daniel Clark (1)
Nanhe Siddique (1)
Anant Sharma (1)
Menish Gupta (1)
Joginder Banger (1)
Harishsady D (1)
Ajay Yadav (1)
Related resources for OOP
No resource found
Aurelia loop in collection
12/30/2019 1:52:15 AM.
Aurelia loop in collection
OOP Implementation In Kotlin
12/22/2017 12:05:04 PM.
Like other OOP languages, we can implement all the features of OOP in Kotlin. In this article, I am going to implement all features.
Introducing Hadoop /Big Data For Beginners
12/14/2017 1:10:28 PM.
Companies like Facebook ,NASA, and Google have huge amount of data (can be hundreds of petabytes or exabytes). Each and every like, click, comment, review, update, search, call, visit, piece of financ
Creating An HDInsight Hadoop Cluster On Linux
12/1/2017 4:17:57 PM.
This article shows how to create the HDInsight Hadoop cluster with Linux installed on the cluster nodes in the Azure Portal.
Swift Programming - Zero To Hero - Part Two
8/8/2017 9:26:18 PM.
This is part two of Swift Programming Zero to Hero. In this article we will see loops in Swift.
Introduction to Object-Oriented Programming
6/28/2017 4:23:48 AM.
This article is a brief introduction to OOP. The basic building blocks of object-oriented programming are the class and the object. A class acts as a blueprint/template to create the instances/objects
C# OOP in Details
6/28/2017 2:57:23 AM.
In this article you will learn about OOPs in C#. Here we will learn about different pillars of OOPs like class, object, variables, Access Modifiers, Encapsulation, Abstraction, Inheritance, Polymorphi
Explore Interface Vs Abstract Class
6/28/2017 1:44:38 AM.
Here I explore an Interface Vs an Abstract Class. An interface can only have a declaration but not a definition. An interface can only have methods, properties, indexers and events whereas a class can
How to Use For Each Loop in NINTEX Workflow
6/27/2017 4:43:23 AM.
In this article you will see how to use a For Each loop in a NINTEX workflow.
OOP Series #2: Understanding Access Specifiers In C#
6/26/2017 2:50:34 AM.
This article explains access specifiers in C#. Access modifiers and specifiers are keywords to specify the accessibility of a type and its members. C# has 5 access specifier or access modifier keyword
Concept Of Factories In Object Oriented Programming
6/7/2017 12:04:29 AM.
Concept Of Factories In Object Oriented Programming.
ForEach in TypeScript
5/22/2017 10:43:53 AM.
In this article I am going to explain how to use forEach in TypeScript and how a for loop acts as a foreach in TypeScript
Introduction to Object Oriented Programming Concepts in C#
5/22/2017 7:50:50 AM.
This article defines the Abstraction, Encapsulation, Inheritance and Polymorphism concepts in C#.
Introduction Of Big Data
5/1/2017 12:11:33 AM.
In this article, I will discuss about Big data and where it is used and how it will perform in various applications in the world.
SharePoint 2013 - Disable Loopback Check
4/11/2017 7:27:20 PM.
In this article, we will discuss how to disable loop back check for development VMs to avoid certain complexities during the development process.
Object Oriented Programming Using C# .NET
1/31/2017 3:41:52 AM.
The fundamental idea behind OOP is to combine into a single unit both data and methods that operates on that data; such units are called an object.
Diving Into OOP (Day 6) : Understanding Enums in C# (A Practical Approach)
1/24/2017 11:37:48 PM.
This article of the series “Diving into OOP” will explain the enum datatype in C#.
Diving Into OOP (Day 5): All About Access Modifiers in C# (C# Modifiers/Sealed/Constants/Readonly Fields)
1/24/2017 11:36:33 PM.
In this article we will cover each and every concept related to access modifiers in C#.
Diving Into OOP (Day 4) : Polymorphism and Inheritance (All About Abstract Classes in C#)
1/24/2017 11:34:45 PM.
In this article of the series "Diving Into OOP", we’ll discuss the hottest and most exciting topic of OOP in C#, Abstract Classes.
Diving Into OOP (Day 3) : Polymorphism and Inheritance (Dynamic Binding/Run Time Polymorphism)
1/24/2017 11:33:31 PM.
In this part of article we will focus more on run time polymorphism also called late binding or dynamic binding.
Diving Into OOP (Day 2): Polymorphism and Inheritance
1/24/2017 11:32:09 PM.
Here we will focus solely on inheritance concept in OOP.
Diving Into OOP (Day 1): Polymorphism and Inheritance (Early Binding/Compile Time Polymorphism)
1/24/2017 11:30:17 PM.
This article will cover almost every OOP concept that a novice/beginner developer might seek and not only beginners but this article's purpose is to be helpful to experienced professionals who als
Diving Into OOP (Day 8) - Indexers in C# (A Practical Approach)
1/24/2017 11:25:01 PM.
In this article you will learn about Indexers in the C# language.
Abstract Class & Interface: Two Villains of Every Interview - Part 1
1/22/2017 4:32:03 AM.
This article is the first part of the series "Abstract Class & Interface: Two Villains of Every Interview" and explains the important key points of Abstract Class.
Installing Hadoop On Ubuntu
12/11/2016 12:38:05 PM.
In this article you will learn how to install Hadoop on Ubuntu.
Different Installation Modes On Hadoop
12/9/2016 1:32:13 PM.
In this article, you will learn about different installation modes on Hadoop.
Why We Need a Distributed Computing System And Hadoop Ecosystem
12/7/2016 6:19:50 PM.
In this article, you will learn why we need a distributed computing system and Hadoop ecosystem.
Workaround For Loop Back Check Issue In SharePoint
11/23/2016 11:22:31 AM.
In this article you will learn about Loop Back Check Issue in SharePoint.
Node.js - Event Loop
11/22/2016 3:25:10 PM.
In this article, I will explain about Node.js Event Loop.
An Overview Of Polymorphism, Inheritance And Encapsulation In OOP
11/18/2016 4:37:53 AM.
In this article, you will learn an overview of polymorphism, inheritance and encapsulation in OOP.
Get Started With Map Reduce Job On Hadoop Cluster In Azure Hdinsight
10/18/2016 11:11:31 AM.
In this article, you will get started with Map Reduce Job on Hadoop Cluster in Azure HDInsight.
Create Storage And Hadoop Cluster From Azure Management Portal
9/17/2016 6:52:30 PM.
In this article, you will learn how to create storage and Hadoop Cluster from Azure Management Portal.
Kickstart Hadoop In HDInsight On Windows
9/10/2016 2:44:42 PM.
In this article, you will learn about Hadoop in HDInsight on Windows.
Introduction to JDBC
8/2/2016 3:01:27 AM.
In this video we will Understanding Introduction to JDBC.Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client m
Design Patterns In WinJS #5: Prototype
5/30/2016 12:56:29 AM.
This article covers the implementation of Prototype Design Pattern. This is part five of the article series.
Design Patterns in WinJS #6: Singleton
5/29/2016 3:26:30 PM.
This article covers the implementation of Singleton Design Pattern. This is part six of the article series.
Design Patterns in WinJS #4: Factory Method
5/24/2016 11:42:04 AM.
This article covers the implementation of Factory Method Design Pattern. This is part four of the article series.
Interface In C#
5/24/2016 10:40:51 AM.
In this article you will learn about Interface in C# language.
Understanding HDInsight In Microsoft Azure
5/16/2016 11:30:08 AM.
In this article you will learn what is HDInsight in Microsoft Azure.
Types Of Relationships In Object Oriented Programming (OOPS)
5/14/2016 2:50:41 PM.
In this article you will learn about the types of Relationships in Object Oriented Programming (OOPS).
Learn Tiny Bit Of C# In 7 Days - Day 1
5/12/2016 11:56:06 AM.
As the title specifies learn C# in 7 days, this article intended focus is towards the beginners so that they can easily grasp the C# Language concepts.
Getting Started With Azure HDInsight: Connect Excel To Hadoop With The Microsoft Hive ODBC - Part Three
5/12/2016 11:48:43 AM.
In this article you learn how to use the Microsoft Hive ODBC driver to retrieve data from the HDInsight Service into Excel.
OOP in WinJS #6 : Asynchronous Programming
5/10/2016 10:25:31 AM.
In this last article of the series, we shall talk about Asynchronous Programming in WinJS Library.
Getting Started With Azure HDInsight: Create Hadoop Clusters - Part One
5/9/2016 11:56:14 AM.
In this article you will Create Hadoop Clusters in Azure HDInsight. This is part one of the article series.
Voice of a Developer: Part Eight - JavaScript OOP
5/1/2016 2:01:24 PM.
In this article you will learn about OOP concepts in JavaScript. This is part eight of the series.
Preparing for .NET Interviews - Part Seven (Abstract Class & Interface)
4/29/2016 3:26:04 PM.
This article presents the common questions asked in .NET interviews related to Abstract Class & Interface and explains the answers in an easy way.
OOP In WinJS #5 : Encapsulation
4/19/2016 11:04:37 AM.
In this article, I'll be talking about how to use Encapsulation in WinJS library. This is Part 5 of the series.
Diving Into OOP (Day 7) - Properties in C# (A Practical Approach)
4/13/2016 12:14:21 PM.
This article explains properties in C# and OOP concepts.
Preparing .NET Interview - Part Six (OOPs)
4/11/2016 11:59:44 AM.
This article presents the common questions asked in .NET interview related to OOPs and explains the answers in an easy way.
Pillars Of OOP/Overview Of OOP
4/8/2016 3:57:19 AM.
In this article you will get an overview of OOP. A programming model which is mainly organized around the objects is called Object Oriented Programming.
OOP In WinJS #4 : Inheritance
4/4/2016 10:36:16 AM.
In this article, I'll be talking about how to derive classes in WinJS library. This is part 4 of the series.
OOP in WinJS #3: Classes
3/24/2016 10:53:43 AM.
In this article, I'll be talking about how to use classes in WinJS library. We'll be using Universal Windows Apps for showing the demo.
OOP In WinJS #2: Nested Namespaces
3/23/2016 9:26:54 AM.
In this article, I'll be talking about how to use Nested Namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
Inheritance With Example in C#
3/23/2016 6:46:31 AM.
Today in this article I will show you OOP concepts in the C# language.
OOP in WinJS #1: Namespaces
3/22/2016 10:09:49 AM.
In this article, I'll be talking about how to use namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
Looping Statements In C# - Part Two
3/7/2016 10:00:45 AM.
In this article you will learn looping Statements in C#. This is part two of the series.
Install Hadoop on Windows: Part Three
3/2/2016 9:29:58 AM.
In this article we will learn how to install Hadoop and some configuration settings in VM at local system.
Difference Between Shadowing And Overriding in OOP Using C#
2/28/2016 11:22:31 AM.
In this article you will learn about the difference between Shadowing and Overriding in OOP using C# Programming example..
Looping Statements In C#: Part One
2/27/2016 12:03:28 PM.
In this article you will learn about some looping statements in C#. It will also include single as well as nested loops.
Install Hadoop On Windows: Part One
2/12/2016 2:11:56 AM.
In this article we will learn how to install Hadoop on a local system.
Install Hadoop On Windows: Part 2
2/2/2016 1:08:14 PM.
In this article we learn how to install Ubuntu in Virtual Machine at local system.
C++ Refresher - Part One
1/16/2016 12:06:31 PM.
This article is about the ways in which C# and C++ are similar and where these languages differ.
OOPs In PHP
1/15/2016 10:11:16 AM.
This article will help you to learn about the OOPS concept in PHP with examples.
Implementing Modular Design Pattern And OOP In JavaScript
12/25/2015 2:50:36 PM.
In this article you will learn how to implement Modular Design pattern and OOP in JavaScript.
Object Oriented Programming Structure (OOPS) Concept
12/15/2015 1:35:52 AM.
In this article we will learn the basics of objects and classes.
Parallel.ForEach() Vs Foreach() Loop in C#
11/24/2015 12:48:40 AM.
In this article you will learn about the difference between Parallel.ForEach() Vs Foreach() loop in C# language.
Features Of OOPS Concepts
11/9/2015 2:33:33 AM.
In this article you will learn the different features of OOPS concepts.
Running Hadoop on Linux using Azure HDInsight
10/31/2015 5:55:49 AM.
This articles demonstrates how to run Hadoop on Linux using Azure HDInsight.
Action: Loop With Condition In Nintex Workflows Through SharePoint 2013 And Office 365
10/26/2015 10:26:16 AM.
In this article you will learn Loop with Condition in Nintex Workflows through SharePoint 2013 and Office 365.
Action: Loop N Times In Nintex Workflows Through SharePoint 2013 And Office 365
10/25/2015 6:59:18 AM.
In this article you will learn about an action loop N times in Nintex Workflows through SharePoint 2013 and Office 365.
OOPS Concepts And .NET Part 2: Inheritance, Abstraction And Polymorphism
10/20/2015 4:30:48 AM.
The following article is the second of a three-part article series that presents definitions and samples for different Object-Oriented Programming (OOP) concepts and its implementation in .NET
Real Life Example Of OOPS
10/19/2015 1:42:04 AM.
In this article we are going to explain a real life example of Object Oriented Programming (OOPS). This question is frequently asked in interviews.
OOPs Vs Procedural Programming
10/14/2015 1:06:19 AM.
In this article you will learn the comparison between OOPs and Procedural Programming.
Mumbai Chapter Meet October 11, 2015: Official Recap
10/13/2015 6:33:36 AM.
Here is the official recap of the Mumbai Chapter Meet held on October 11, 2015.
Brief About OOPs Concepts In C#
10/7/2015 4:47:42 AM.
In this article, I will demonstrate you an overview of object oriented programming language. Here I will explain what class, Encapsulation, Abstraction, etc. is.
Python: For Loop
10/7/2015 2:13:36 AM.
In this article I am explaining about for loop in Python programming.
Python: While Loop
10/7/2015 1:41:45 AM.
In this article we will discuss about while loop in Python language.
Overview Of OOPS
9/21/2015 12:40:53 AM.
In this article I am going to explain about why Object Oriented Programming Language is required and what are the Properties of object Oriented Programming Language.
Back To Basics: Constructor and it's Types in C#
9/3/2015 12:35:32 AM.
In this article, we will have a basic understanding of constructor and it's various types.
Registration and Login Form in PHP Using OOP
8/28/2015 5:59:41 PM.
In this article, I create a simple registration and login form in PHP using OOP and MySQL.
Pipes and Filters Pattern
8/11/2015 2:14:26 PM.
In this article you will learn about the Pipes and Filters pattern.
OOP Overview
7/21/2015 3:05:49 PM.
This article explains Object Oriented Programming (OOP).
Interface Segregation Principle
7/8/2015 3:30:44 AM.
In this article you will learn about the Interface Segregation Principle.
Object Oriented Programming With Real-World Scenario
6/22/2015 2:39:13 AM.
This article is mainly intended for those already familiar with Object Oriented Programming (OOP) conceptually but are unable to link it with the real world and the programming world.
Introduction to OOP in C#
6/2/2015 5:21:16 AM.
In this article you will learn the basics of OOP in C#.
Diving Into Python: Chapter 10
5/30/2015 12:49:57 AM.
This article and the very next will explain the concept of decision-making and looping using flow charts and several examples.
Python Basics: Understanding The Flow Control Statements
5/30/2015 12:45:17 AM.
In this article you will learn about python flow control statements.
Getting Started With Intel Galileo
5/12/2015 2:29:26 AM.
In this article we will learn to start with Intel Galileo.
What Code Reuse is and Why We Use It
3/28/2015 3:51:29 PM.
In this article you will learn the basics of Object Oriented Programming (OOP) languages.
Loops in JavaScript
3/25/2015 9:03:11 PM.
This article explains the various looping statements in JavaScript, such as the while, do_while and for loops.
Inheritance in C#
3/22/2015 11:48:29 PM.
Inheritance is a powerful feature of Object Oriented Programming languages. Using inheritance you create base classes that encapsulate common functionality. The base class is inherited by derived classes.
Play With Loops in C#
3/20/2015 5:22:45 PM.
In this article I am showing some uses of for loops and while loop s that are helpful for beginners.
Abstract Class & Interface: Two Villains of Every Interview - Part 2
3/8/2015 12:24:45 PM.
This article explains the important key points of interfaces.
Association in OOP
1/28/2015 4:27:08 AM.
In this article you will learn about association in object oriented programming.
Entity Framework Code First Example
1/19/2015 2:15:10 PM.
This article provides an Entity Framework Code First example.
Create Login and Registration Form in PHP Using OOP
1/8/2015 9:44:22 PM.
In this article, I create a login form and registration in PHP using a class and object, CSS, JavaScript and MySQL.
Data Storage in Hadoop: Hadoop Distributed File System (HDFS)
1/7/2015 11:36:09 AM.
This article explains the Hadoop Distributed File System (HDFS).
First Look at Perfomance of For Loop and ForEachLoop : Part 4
1/1/2015 11:55:22 PM.
In this small session I am trying to prove that a foreach loop has the best performance compare to a for loop.
Why Class is Important and Why we Need Objects
1/1/2015 9:55:32 PM.
Here I am trying to explain what a class and objects are, why we use encapsulation, abstraction, delegates and so on.
C# Core Programming Constructs
12/12/2014 5:56:43 PM.
This article explores the core C# programming language construct by presenting numerous stand-alone concepts, such as data types, constants, iterations and conditional statements.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download