Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Thursday, July 18, 2013
Indexers C#
›
C# > Indexers Indexers enable to create a class that client applications can access as an array. Implementation: encapsulate an int...
Asc Method Visual Basic
›
VB.NET > Functions > ASC Asc Method returns an Integer value of character code corresponding to a character. Example: Dim ...
CType Function Visual Basic NET
›
VB.NET > Functions > CType CType function returns the result of explicitly converting an expression to a specified data type. ...
Tuesday, July 16, 2013
Events C#
›
Events in C# are based on the delegate model. To declare an event in a class the delegate type for the event must be declared. Events use...
Logger class Delegate Example
›
C# > Delegate Logger class Delegate Example Example: using System; using System.Collections.Generic; using System.Component...
Square brackets ([]) operator C#
›
C# > Operators > [] Operator Square brackets ( [] ) operator is used for arrays, indexers, and attributes. Examples //arra...
Monday, July 15, 2013
Abstract classes, MustInherit, MustOverride , Overrides VB NET
›
VB.NET > OOP > Abstract Class A bstract classes specify members that must be implemented in the inheriting classes. Any class can i...
‹
›
Home
View web version