Al Programming

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

Thursday, August 4, 2016

GIT - How to revert a faulty merge

›
git revert -m 1 3c6539c where 3c6539c is the revision of the faulty merge
Friday, July 29, 2016

Get value from object using Lambda expression

›
C# > Linq > Expressions > Expression > Compile Compiles the lambda expression described by the expression tree into executable...

SQLITE Get All Tables

›
SQLITE > Get all tables SELECT name FROM sqlite_master   WHERE type='table'
Friday, July 8, 2016

SQLite C# Example

›
C# >  SQLite SQLiteConnection .CreateFile( "MyDatabase.sqlite" ); SQLiteConnection   m_dbConnection = new SQLiteConnectio...
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 ...
‹
›
Home
View web version
Powered by Blogger.