Al Programming
Free source code programming in C#, VB.Net, Java, SQL
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 ...
Friday, July 31, 2015
Read fast text file line by line C#
›
C# > Files > File Class > OpenText Open text file for reading line by line. Example Read fast text file line by line...
Monday, July 27, 2015
INSERT SQL Server Example
›
SQL Server > DML > INSERT INSERT adds one or more rows to a table or a view. When insert data into a view, the view must r...
Friday, July 24, 2015
How to bind to a parent DataContext WPF
›
WPF > RelativeSource IsEnabled ="{ Binding RelativeSource ={ RelativeSource FindAncestor , AncestorType ={ x : Type User...
‹
›
Home
View web version