Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, June 29, 2016
PlantUML Set ForeColor and BackColor
›
PlantUML > Set ForeColor and BackColor Font Color in Participants This example will set font color to white and background colo...
Tuesday, June 7, 2016
C# get property value from object using reflection
›
C# > Reflection > Property Info > GetValue Returns the property value of a specified object. Example Get property value f...
Tuesday, April 5, 2016
Validate Data Models Using DataAnnotations Attributes C#
›
C# > System > ComponentModel > DataAnnotations Provides attribute classes that are used to define metadata. Example ...
Wednesday, March 23, 2016
Rename files from a folder C#
›
C# > Files > File Class > Move Moves a specified file to a new location. option to specify a new file name Exa...
Friday, March 11, 2016
Mock Assembly Unit Test C#
›
C# > Unit tests > Mock Assembly If you try to mock var mock = new Mock < Assembly >(); You will get this error:...
Tuesday, March 8, 2016
yield C# Example with KeyValuePair
›
C# > Keywords > yield Yield returns each element one at a time. When to use: when calculate the next item in the list f...
Thursday, March 3, 2016
Concatenate list of strings c#
›
C# > Enumerable > Aggregate Aggregate p erforms a calculation over a sequence of values. Example List < string > item...
‹
›
Home
View web version