Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, June 24, 2015
C# Regex to match the words with dot
›
C# > Text > Regular Expressions > Split with dot string [] substrings = Regex .Split( "test.regex.dot" , @...
Thursday, June 18, 2015
Remove border Telerik RadGridView
›
Telerik > RadGridView > Remove border radGridView1.GridViewElement.DrawBorder = false ; radGridView1.GridViewElement.GroupP...
Monday, June 15, 2015
KeyNotFoundException Collection C# Example
›
Collections > Generic > KeyNotFoundException This is thrown when try to retrieve an element from a collection using a key that doe...
Wednesday, May 20, 2015
Print PictureBox Image C# Example Using PrintDocument
›
C# > Print > PrintDocument PrintDocument sends out to the printer. Example Print image using System; using ...
Tuesday, May 19, 2015
System tables SQL Server
›
SQL Server > System tables sysobjects
Monday, May 18, 2015
Subtract SQL Server example
›
SQL Server > Operators > Subtract - Operator (minus) subtracts two numbers or a number (in days) from date. Example 1. Sub...
C# unit test using Moq verify property has been set
›
C# > Unit test > Moq > Verify property has been set SetupSet : Specifies a setup on the mocked type for a call to a property s...
‹
›
Home
View web version