User contributions
23 January 2008
C Sharp Collection Classes
C Sharp Collection Classes moved to C Sharp List and ArrayList Collections
C Sharp List and ArrayList Collections
C Sharp Collection Classes moved to C Sharp List and ArrayList Collections
mC Sharp List and ArrayList Collections
no edit summary
+3,739
C Sharp List and ArrayList Collections
New page: In the previous chapter we looked at C# Arrays. Whilst useful for many tasks arrays are really starting to show their age in terms of both functionality and flexibility. More advanced mech...
22 January 2008
C Sharp Essentials
no edit summary
+324
Introducing C Sharp Arrays
no edit summary
+23
Introducing C Sharp Arrays
no edit summary
+1
Introducing C Sharp Arrays
Accessing Array Values
Introducing C Sharp Arrays
Accessing Array Values
+2,016
Introducing C Sharp Arrays
Declaring a Multidimensional Array
+374
Introducing C Sharp Arrays
New page: Arrays are certainly not unique to C#, in fact just about every other programming and scripting language preceding the introduction of C# provided support for arrays. Anarray allows a coll...
C Sharp Essentials
no edit summary
+55
C Sharp Essentials
no edit summary
+55
Understanding C Sharp Abstract Classes
no edit summary
-16
C Sharp Essentials
no edit summary
+568
Understanding C Sharp Abstract Classes
Deriving from an Abstract Class
+2,050
Understanding C Sharp Abstract Classes
Deriving from an Abstract Class
+432
Understanding C Sharp Abstract Classes
Declaring a C# Abstract Class
+9
Understanding C Sharp Abstract Classes
New page: In the preceding chapters we looked in detail at object oriented programming in C# and and also at the concept of class inheritance. In this chapter we will look at the next area of object...
C Sharp Essentials
no edit summary
+87
C Sharp Inheritance
Passing Aruguments to the Base Class Constructor
-1
C Sharp Essentials
no edit summary
+229
C Sharp Inheritance
Creating a Subclass in C#
+56
C Sharp Inheritance
Creating a Subclass in C#
+179
C Sharp Inheritance
An Example of Inheritance
C Sharp Inheritance
An Example of Inheritance
+3
C Sharp Inheritance
What is Inheritance?
-3
18 January 2008
C Sharp Inheritance
Creating a Subclass in C#
-2
C Sharp Inheritance
Understaning Abstract Classes
-276
C Sharp Inheritance
Create a Sub Class in C#
+1,775
C Sharp Inheritance
New page: In C# Object Oriented Programming we looked at the basics of object oriented programming in C#. Now that we have covered these basics the topic to b...
C Sharp Essentials
no edit summary
+41
C Sharp Essentials
no edit summary
+647
C Sharp Object Oriented Programming
no edit summary
+21
C Sharp Object Oriented Programming
no edit summary
+13
C Sharp Object Oriented Programming
no edit summary
+19
C Sharp Object Oriented Programming
Static, Readonly and Const Data Members
+1,278
C Sharp Object Oriented Programming
Adding Methods to a C# Class
+47
C Sharp Object Oriented Programming
Accessing C# Object Members
+9
C Sharp Object Oriented Programming
C# Constructors and Finalizers
+892
C Sharp Object Oriented Programming
Defining Class Methods
-2,185
C Sharp Object Oriented Programming
Adding Methods to a C# Class
+7
C Sharp Object Oriented Programming
Instantiating an Object from a C# Class
+4,196
C Sharp Object Oriented Programming
Accessing Object Properties and Methods
-1,394
C Sharp Object Oriented Programming
Creating C# Class Members
+689
C Sharp Object Oriented Programming
Instantiating an Object from a Visual Basic Class
-1,827
C Sharp Object Oriented Programming
Creating C# Class Members
+146
C Sharp Object Oriented Programming
Creating Visual Basic Class Properties
+41
C Sharp Object Oriented Programming
Defining a C# Class
-148
C Sharp Object Oriented Programming
New page: So far in C# Essentials we have looked at the basics of programming in C# such as variable types and flow control. Although it would be possible to write a functiona...