TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Class
A
Class
is set of or collection of objects which are dealing within particular
Class.
In Oops programming language
Class
word is used id used for number objects which have different-2 behaviors
. Class
are templates that are used to create objects and to define object data types and methods. Core properties include the data types and methods that may be used by the object. All class objects should have the basic class properties.
Class
are categories and objects are items within each category. A
Class
is used in object oriented programming to describe one or more objects. It serves as a template for creating or instantiating, specific objects within a program. While each object is created from a single class one class can be used to instantiate multiple objects. Several programming languages support
Class
including Java, C++, Objective C, and PHP 5 and later. While the syntax of a class definition varies between programming languages classes serve the same purpose in each language. All classes may contain variable definitions and methods, or subroutines that can be run by the corresponding 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]
Alagunila Meganathan (8)
Rohatash Kumar (7)
Vinoth Rajendran (3)
Rathrola Prem Kumar (3)
Nishant Mittal (3)
Gul Md Ershad (2)
Bhuvanesh Mohankumar (2)
Jatin Malik (2)
Harpreet Singh (2)
Christy Abraham Joy (2)
Akhil Mittal (2)
Debendra Dash (2)
Jasminder Singh (2)
Carmelo La Monica (2)
Rahul Sahay (2)
Khawar Islam (2)
Praveen Moosad (1)
Vikas Srivastava (1)
Ravi Shankar (1)
Shawon Ashraf (1)
Shivprasad Koirala (1)
Mani Gautam (1)
Shantha Kumar T (1)
Shreesh Raj (1)
Mohammad Shahid Solanki (1)
Hirendra Sisodiya (1)
Vignesh Mani (1)
Valerii Tereshchenko (1)
Asma Khalid (1)
Mahesh Chand (1)
Rajdip Sarkar (1)
Sourav Kayal (1)
Bechir Bejaoui (1)
Manish Sharma (1)
Nakkeeran Natarajan (1)
Ryan Alford (1)
Thiruppathi R (1)
Rahul Saraswat (1)
Disha Raval (1)
Vinod Kumar (1)
Yogendra Kumar (1)
Gyanender Sharma (1)
Akkiraju Ivaturi (1)
Rajeev Ranjan (1)
Nilesh Shah (1)
Munesh Sharma (1)
Rafnas T P (1)
Vivek Kumar (1)
Dhananjay Kumar (1)
Rajesh VS (1)
Jignesh Trivedi (1)
Rakesh (1)
Ehsan Sajjad (1)
Sachin Kalia (1)
Sahil Sharma (1)
Vinod Kumar (1)
Suraj Nohar (1)
Syed Shanu (1)
Praveen Kumar Sreeram (1)
Raj Kumar (1)
Shashangka Shekhar (1)
Pankaj Kumar Choudhary (1)
Vijai Anand Ramalingam (1)
Inamullah Khan (1)
Sekhar Srinivas (1)
Prakash Tripathi (1)
Sunny Sharma (1)
Vikram Chaudhary (1)
Kishor Bikram Oli (1)
Stephany Henrique Batista (1)
Related resources for Class
No resource found
Partial Classes in C#
2/1/2019 4:56:35 AM.
This article explains partial classes in C# and .NET.
Bootstrap đ 4 Utility đŻClasses - Part3ď¸âŁ Three
12/8/2018 12:39:02 AM.
In this write-up, we will learn about Bootstrap 4 utility classes or Helper classes. This is the Third part of this article series of Bootstrap 4 utility classes. In this Part we will discuss spacing
Device Year Class Library Using Android Application
1/2/2018 7:05:59 PM.
Android device's specifications and calculates which year the device would be considered.
Image Classification In iOS Apps Using Turi Create And CoreML
12/22/2017 4:23:10 AM.
These days the hype for Machine Learning is real. Everyone just wants a piece of it in their product development. Let it be a spam filter or just a cookie machine. That being said, the demand is undou
Classify Twitter's Tweets Based On Naive Bayes Algorithm
12/20/2017 10:40:57 AM.
This article explains the way to classify twitters' tweeted data based on Machine Learning's Naive Bayes Algorithm
Design Pattern Interview Question Part 1
12/15/2017 1:54:48 AM.
This article talks about factory, abstract factory, prototype pattern from interview point of view.
Special Class Of C# Series - Part Two - OLE DB (Extended Properties)
12/14/2017 11:22:23 AM.
In this series of C# Special classes, we are going to see the special features available with the âOleDbConnectionâ class and its specialties.
Special Class Of C# Series - Part One - Partial Class
12/13/2017 11:04:28 AM.
This article will help you understand what partial class is used in C-Sharp language. Also, I will explain the various uses of the partial class.
Understanding Classes In Kotlin
12/7/2017 1:20:17 PM.
In the above example, I have created a nested class âNestedclassâ which has a data member âbâ and a member method show(),now the object of nested class can access member of nested class only.
Introductions To TaskBarManager Class In UWP
12/6/2017 12:39:35 AM.
This video explains how to pin the app to TaskBar.
Classify Data Based On K-Nearest Neighbor Algorithm Machine Learning
11/25/2017 1:34:50 PM.
This article will explain the concept of data classification based on K-Nearest Neighbor Algorithm of Machine Learning
Three Places To Manage Modern / Classic Experience For Lists And Libraries
11/15/2017 10:46:28 AM.
This article explains how to manage the classic experience and modern experience for SharePoint Online Lists & Libraries
How To Use StringBuilder And File Class For .NET Application
11/14/2017 6:13:16 PM.
Here, I am going to share how and why should we create error log in our application.
Three Digit Sum Using Tuple in C#
11/2/2017 11:21:29 AM.
In this article, we will be discussing an algorithm which returns possible (no. of pairs) digit pairs that are equal to a given number (6) using Tuple class.
Static Class In C#
10/30/2017 7:33:24 AM.
In this article you will learn how to use Static classes in c#.
Add Class Library In ASP.NET Core Using .NET Core Command-Line Interface (CLI)
10/29/2017 12:31:31 PM.
This article explains how to add Class Library in ASP.NET Core using .NET Core Command-Line Interface (CLI) with a simple way. Before reading this article, read the previous parts of this article usin
Aspect Oriented Programming In C# With RealProxy class
10/10/2017 12:24:21 AM.
Example of implementing logging using RealProxy class.
Azure Machine Learning - Classification Predictive Analysis Using Iris Dataset
10/4/2017 1:55:19 PM.
In this tutorial, you will learn to create a machine learning model in Microsoft Azure Machine Learning Studio.
Building A .NET Core 2.0 Class Library
8/31/2017 4:15:56 PM.
In my previous tutorial, Getting Started with .NET Core 2.0, we learned how to build our first console app using .NET Core 2.0. We also learned how to package and deploy the application so it can be u
Static Keyword: Static Class & Members
8/18/2017 2:35:06 AM.
In this video learn about static keyword in C#. This video has code walkthrough for C# static examples. BY the end of this video, you will be able to understand about the static keyword in c#.
How to Add Multi Style Rich Text in Excel Cell And Comment Using ExcelRichTextCollection Class in EPPlus .Net Library
8/9/2017 3:09:34 AM.
In this video, we will see how to add multi style rich text in excel cell & comment using ExcelRichTextCollection class in EPPlus .Net Library (C#).
Understand FormCollection In MVC Controller
8/9/2017 1:39:04 AM.
This article shows the use of a FormCollection in the MVC architecture. Using the FomrCollection class we can capture the form's values within the controller.
Some Real Differences Between Structures and Classes
8/4/2017 7:21:20 AM.
This article lists some differences between classes and structures.
Abstract Class And Abstract Method In C#
8/2/2017 7:25:36 AM.
In this article I have described abstraction in the C# language and a way to achieve dynamic polymorphism with the help of abstract method in the C# language.
SharePoint REST Calls With SPHttpClient Class In SPFx Webparts
7/31/2017 11:46:30 AM.
Let us look at the usage of sphttpclient in SPFx solutions for making REST calls.
Communicating With Serial Port In C#
7/26/2017 7:46:22 AM.
This article shows how to communicated with Serial Port using C#.
Learn Web API : Using SQL Helper Class
7/25/2017 6:02:06 PM.
This article demonstrates how to use Web API Using SQL Helper Class with easy to use data base access in Visual Studio 2017.
Component In Angular 2 and How to Create Nested Component in Angular 2
7/25/2017 12:58:38 PM.
In this article, we will learn about Angular 2 components and we will also see how to create a nested component.
Two-Class Boosted Decision Tree
7/3/2017 10:47:18 AM.
Two-Class Boosted Decision Tree module creates a machine learning model that is based on the boosted decision trees algorithm. A boosted decision tree is an ensemble learning method in which the secon
Class and Object Function in PHP
6/29/2017 5:11:12 AM.
In this article I will discuss the get_declare_classes() and get_class_method() functions in PHP.
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
Create A Classic Snake Game Using HTML5 Canvas in 10 Simple Steps
6/28/2017 1:31:25 AM.
In this article we learn how to create a classic snake game using HTML5 Canvas. HTML5 canvas let's you to draw graphics using JavaScript.
Singleton Vs Static Classes
6/27/2017 3:04:10 AM.
Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
ServiceController Class in Windows Service
6/26/2017 1:32:56 AM.
This articles explains the ServiceController. The ServiceController component is used to fetch the installed services and manipulate the state of the service. We can start and stop a service using the
HTML Helpers in MVC: Part 2
6/22/2017 4:21:03 AM.
in this article we discuss HTML Helper class in MVC, This article shows how to render a radio button list control and a checkbox list control using HTML Helpers.
HTML Helpers in MVC: Part 3
6/22/2017 4:19:01 AM.
This article explains the HTML helper classes. This article explains how to use the Display and Editor Template HTML Helpers.
Abstract Vs Interface In C#
6/21/2017 1:46:19 AM.
This video helps to understand the similarities and differences between Interface & Abstract class in C#. Which one to choose, what are their purpose
Marking Methods "Obsolete" In C# Class Library
6/15/2017 1:51:02 AM.
In this article, I will explain how a method can be marked as obsolete in C# class library.
MultiClass Logistic Regression Modelling Using Letter Recognition DataSet
5/10/2017 11:03:59 AM.
MultiClass Logistic Regression Modelling Using Letter Recognition DataSet.
Class And Style Bindings In Angular 2 - Part Eight
5/4/2017 10:12:17 AM.
In this article, we are going to learn how to bind classes and styles to HTML elements.
POCO Classes in Entity FrameWork
5/4/2017 5:06:36 AM.
In this article, you will learn about POCO classes in Entity Framework.
Two Class Support Vector Machine
5/3/2017 10:58:20 AM.
An overview of Two Class Support Vector Machine.
Overview Of List Collection Class In C#
4/13/2017 12:12:47 AM.
Overview Of List Collection Class In C#.
Custom Collection Classes In C#
4/6/2017 4:14:27 PM.
This article presents an overview of custom collection classes in C#.
Mutable And Immutable Class In C#
3/30/2017 4:42:57 AM.
In this article, we are going to learn about mutable and immutable class in C#.
JavaScript Interview Day # 1 - How To Create A Class
3/28/2017 10:54:32 PM.
JavaScript interview tips - How to create a Class.
How To Organize Classes Using Namespaces
3/23/2017 11:37:41 AM.
How To Organize Classes Using Namespaces.
How To Use The Array List Class In C#
3/7/2017 8:02:59 PM.
In this article, let's see the uses of array list classes in C#.
Understanding Structures in C#
3/5/2017 11:10:12 PM.
A structure in C# is simply a composite data type consisting of a number elements of other types.
Model Class Validation Testing Using Nunit
2/15/2017 11:35:42 AM.
In this article, we are going to learn about validating a Model class property that has data annotation, using Nunit.
Understanding Startup Class In ASP.NET Core
2/10/2017 11:30:51 AM.
In this article you will learn about Startup Class in ASP.NET Core.
ASP.Net MVC CRUD Operations Using jQuery JSON and LINQ To SQL Class
2/8/2017 11:22:17 PM.
In this article you will learn about MVC CRUD operations with jQuery JSON.
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
1/30/2017 11:13:39 PM.
In this article, you will learn about equality in .NET.
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.
Class And Constructor In TypeScript Using Visual Studio Code
1/23/2017 1:43:39 PM.
In this article, you will learn about class and constructor in TypeScript, using Visual Studio Code.
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.
Integrating Boldon James Classifier With SharePoint
1/19/2017 11:06:04 AM.
In this article, you will learn how to integrate Boldon James Classifier with SharePoint.
Bootstrap Grid System
12/30/2016 12:29:36 PM.
In this article, you will learn more about the Bootstrap grid system, grid class, and grid system rules.
Adding Bootstrap Image Classes
12/27/2016 5:07:18 PM.
This article shows how to display images in a rounded, circle or Polaroid style using just Bootstrap CSS.
Working With Twitter Bootstrap Lists
12/26/2016 10:44:36 AM.
In this article you will learn how to apply styles to the lists with Twitter Bootstrap.
Creating Customize Default Buttons Using Bootstrap
12/23/2016 3:31:31 AM.
In this article we use some built-in Twitter Bootstrap CSS to customize default Buttons.
Creating Table Using Twitter Bootstrap
12/23/2016 1:57:17 AM.
In this article we use some built-in Twitter Bootstrap CSS to make an attractive table.
Highlight Table Row on Hover Using Twitter Bootstrap
12/23/2016 12:08:40 AM.
In this article we use some custom CSS with Twitter Bootstrap CSS to highlight a table row on hover.
Creating DropDown Menu in Bootstrap
12/23/2016 12:05:03 AM.
In this article we use some built-in CSS to make a menu more attractive for your website, like DropDown Menus and active tab.
Menu in Bootstrap
12/22/2016 9:52:48 AM.
In this article we use some built-in CSS to make a simple menu for your website.
Using Ionic Tabs Control Classes In Visual Studio 2015
11/27/2016 1:20:21 PM.
In this article, you will learn about how to add Ionic tabs control class in Ionic app, using Visual Studio 2015.
Build The Ionic App With Radio Button Classes In Visual Studio 2015
11/27/2016 1:15:48 PM.
In this article, you will learn how to add Ionic Radio button in the Ionic app, using Visual Studio 2015.
Using Range Classes In Ionic Blank App Using Visual Studio 2015
11/24/2016 12:15:55 PM.
In this article, you will learn about how to add Range classes in Ionic app, using Visual Studio 2015
Working With Ionic Check Box Class In Ionic Blank App Using Visual Studio 2015
11/24/2016 12:15:46 PM.
In this article, you will learn about how to add Check Box class in Ionic app, using Visual Studio 2015.
Working With Ionic Toggle Classes In Ionic Blank App Using Visual Studio 2015
11/24/2016 12:27:34 AM.
In this article, we are going to see how to start using Toggle Classes in Ionic app, using Visual Studio 2015.
Working With Ionic List Item Class In Ionic Blank App using Visual Studio 2015
11/17/2016 5:58:40 PM.
In this article you will learn how to add List Item Class in Ionic App using Visual Studio 2015
Introduction To ASP.NET Core, WEB API And Repository Class- Part One
11/17/2016 1:28:26 AM.
In this article you will learn an introduction to ASP.NET Core, Web API and Repository Class.
Working With Button Class In Ionic Blank App Using Visual Studio 2015
11/15/2016 11:42:04 AM.
In this article, you will learn how to add button control in Ionic app, using Visual Studio 2015.
Working With Color Classes In Ionic Blank App Using Visual Studio 2015
11/12/2016 12:26:06 PM.
In this article, you will learn how to start using the Color classes in Ionic app, using Visual Studio 2015.
Adding Methods In Dynamic Class
10/6/2016 1:20:28 PM.
In this article, you will learn about adding the methods in a dynamic class.
Azure Cloud Service - Enable Remote Desktop Using Classic Management Portal
9/21/2016 11:53:33 PM.
In this article, we will learn how to enable Remote Desktop to the VMs of the Cloud Service, using Classic Management Portal.
AngularJS Directives
9/12/2016 11:56:48 AM.
In this article, you will learn about Directives in AngularJS.
When To Use Abstract Class and Interface In Real Projects
9/4/2016 12:16:10 AM.
In this article, you will learn when to use an abstract class and an interface in real projects.
.NET Core Code First Migration Using Class Library
8/31/2016 4:32:29 PM.
In this post, we are going to elaborate how to work with EF code first migration using .NET Core class library.
Dynamic Class Using C#
8/21/2016 4:26:47 PM.
In this article, you will learn how we can generate dynamic C# code, using CodeDOM.
Serial Class Per Universal Windows Platform - Part Two
8/16/2016 1:02:38 AM.
In this article, you will learn about serial class per Universal Windows Platform.
First Class Function In JavaScript
8/15/2016 10:20:30 AM.
In this article, you will learn about First Class Function in JavaScript.
How To Create A Scheduled Webjob For SharePoint 2013 Online Using Classic Azure Portal
8/3/2016 3:41:26 PM.
In this article, you will learn how to create a scheduled WebJob for SharePoint 2013 Online, using classic Azure portal.
What Is MVC and Why Do We Use MVC?
8/3/2016 12:55:01 PM.
This is a brief discussion about MVC and how we use MVC rather than other ASP.NET architecture, like WebForms.
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
Angular 2 - Class Binding and Style Binding
7/23/2016 3:00:45 AM.
In this video, I will talk about Class and Style Binding in Angular 2.
Angular 2 - Class Binding and Style Binding
7/21/2016 12:51:28 PM.
Angular 2 - Class Binding and Style Binding
Design Patterns Simplified - Part 2 (Singleton)
7/18/2016 5:12:58 AM.
This article explains what Singleton Design Patterns is, addresses common questions and finally illustrates the implementation.
Classes in C#
7/15/2016 1:20:33 AM.
This video helps you understand what is a Class in C#, it's methods and properties and how do we use them.
Why Do We Use Abstract Class?
7/11/2016 6:15:37 PM.
In this article, you will learn why we use abstract class.
Classes In Swift Programming Language
7/7/2016 10:48:41 AM.
In this article, you will learn about classes in Swift Programming Language.
Comparing Structures And Classes In Swift Language
7/7/2016 10:27:55 AM.
In this article, you will see the comparison between the structures and classes in Swift Language.
When to Use Interface And When To Use Abstract Class - Part Three
6/22/2016 12:38:48 PM.
In this article you will learn when to use interface and when to use abstract class.
When to Use Interface And When To Use Abstract Class - Part One
6/20/2016 5:53:06 AM.
In this article you will learn when to use Interface and when to use Abstract Class.
Xamarin.Forms: Data Binding (Android, iOS and Windows)
6/19/2016 2:30:15 PM.
In this article, we will learn about Data Binding in Xamarin.Forms using Portable Class Library (PCL) that works on all platforms (Android, iOS and Windows).
When to Use Interface And When To Use Abstract Class - Part Two
6/17/2016 12:09:16 PM.
In this article you will learn when to use Interface and when to use Abstract Class.
Quick Start Tutorial: Creating Universal Apps via Xamarin: Device Class (cont.) - Part Five
6/13/2016 10:19:15 AM.
In this article, you will learn how to create universal apps via Xamarin. This is the fifth article of this series.
Quick Start Tutorial: Creating Universal Apps Via Xamarin: Device Class - Part Four
6/13/2016 10:02:46 AM.
In this article, you will learn how to create universal apps via Xamarin device class.
Serial Class Per Universal Windows Platform - Part One
6/12/2016 2:18:21 PM.
In this article, we will discuss the use of Serial Communication class, included in Windows.Devices namespace. At the hardware level, we will make use of Raspberry Pi2 board, Arduino Uno, etc.
The Startup Class In ASP.NET Core
5/25/2016 2:12:51 PM.
In this article, I am going to speak about the new Startup class in ASP.NET Core and how to understand it.
- Ebook
Blending in C# Made Easy
This book answers the following questions: What is blending, color blending, and alph...
Download