Al Programming

Free source code programming in C#, VB.Net, Java, SQL

Friday, March 29, 2013

PadLeft and PadRight C#

›
C# > String >  PadRight  &  PadLeft PadRight left aligns the characters in this string, padding on the right with a specified...

StartWith string C#

›
C# > String > Methods >  StartWith StartWith determines whether the beginning of  a string matches the specified value. str...

String.Join Method C#

›
C# > String > Join Join concatenates a specified separator string between each element of a specified String array. Example ...

Rowversion SQL Server

›
SQL Server  > Types > Rowversion Rowversion in SQL Server is a data type that exposes automatically generated, unique binary numbe...
Wednesday, March 27, 2013

Substring function C#

›
C# > String > Substring Substring function returns a string in a string Parameters:          [starting position] [ leng...
Tuesday, March 26, 2013

Insert multiple rows WITHOUT repeating INSERT INTO SQL Server

›
SQL Server  > Scripts > Insert multiple rows create table #user ( id int , superiorid int ) insert into #user ( id , su...

Get all children of a parent SQL Server

›
SQL Server > With > Scripts Get all children of a parent SQL Server In a hierarchical structure of tables is necessary to tr...
‹
›
Home
View web version
Powered by Blogger.