Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Tuesday, January 29, 2013
?: Operator (Ternary) (C#)
›
C# > Operators > Ternary (?:) Ternary (conditional) operator ( ?: ) returns one of two values depending on the value of a Boolea...
Verbatim String Literals (C#)
›
C# > Verbatim String Literals I n a verbatim string literal, the characters between the delimiters are interpreted verbatim, the onl...
Escape sequences (C#)
›
C# > Escape sequences The special escape character is the backslash character ( \ ). \" Display a double quotation mark. ...
Filter DataTable with LINQ (Visual Basic)
›
VB.NET > Data > DataTable > Filter with LINQ Use AsEnumerable method to return the input type DataTable as IEnumerable. T...
Thursday, January 24, 2013
Regular expression pattern Split method in C#
›
C# > Text > Regular Expressions > Split Splits an input string into an array of substrings at the positions defined by a regul...
Wednesday, January 23, 2013
Database Mail Views (SQL Server)
›
SQL Server > Catalog Views > Database Mail These views are located in the msdb database. Database Mail has views for displayin...
Set hour and minute to a date SQL Server
›
SQL Server > Datetime > Set hour and minute to a date declare @d1 datetime set @d1 = ( Select DateAdd ( hour , 6 , ...
‹
›
Home
View web version