Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Monday, September 28, 2015
Choose Visual Basic Example
›
VB.NET > Functions > Choose Returns a member of the list passed in Choice(). It is based on the value of Index. The first mem...
Thursday, September 24, 2015
Appends text to a file C#
›
C# > Files > File Class > AppendText Appends text to an existing file or create a new file if the specified file does not e...
Tuesday, September 15, 2015
Convert to double TimeSpan C#
›
C# > System > TimeSpan Structure TimeSpan represents a time structure. Examples 1. Convert to double TimeSpan ts...
Friday, August 14, 2015
SOUNDEX SQL Server Example
›
SQL Server > Built-in Functions > SOUNDEX SOUNDEX converts an alphanumeric string to a four-character code that is based on how ...
TRY_CAST SQL Server Example
›
SQL Server > Built-in Functions > TRY_CAST Try to cast a value to the specified data type. If the cast not succeeds returns nu...
Monday, August 10, 2015
Pow C# Example
›
C# > System > Math class > Pow Pow number raise a number to the specified power. Example: double pow = Math.Pow (2,...
Tuesday, August 4, 2015
Scroll to selected index DataGridView
›
C# > DataGridView > FirstDisplayedScrollingRowIndex Setting this property raises scroll event to match selected index. Example ...
‹
›
Home
View web version