Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, May 28, 2014
Lower SQL Server Example
›
SQL Server > Built-in Functions > LOWER Converts uppercase character data to lowercase. Example SELECT lower ( 'SQL S...
Friday, May 23, 2014
Dictionary C# Example
›
C# > Generics > Dictionary Dictionary is a collection of keys and values. Retrieving a value by using its key is very fast b...
Thursday, May 22, 2014
Join two tables Linq example C#
›
C# > LINQ > Join Join is association of objects that share a common attribute. Example: D ataTable dtOrder = new Da...
Tuesday, May 20, 2014
StringBuilder C# Example
›
C# > Text > StringBuilder StringBuilder is used when you want to create or modify a string without creating a new object i...
XElement C# Example
›
C# > LINQ > LINQ TO XML > XElement XElement is an XML element. With XElement you can create, change, delete elements. Exa...
Monday, May 19, 2014
LINQ Enumerable Except Example
›
C# > LINQ > Enumerable > Except Produces the set difference of two sequences Example double [] num1 = { 1...
Determining NLS_DATE_FORMAT Oracle
›
Oracle > NLS_DATE_FORMAT NLS_DATE _FORMAT specifies the default date format to use with the TO_CHAR and TO_DATE functions Exam...
‹
›
Home
View web version