public DataTable GroupBy ( string i_sGroupByColumn , string i_sAggregateColumn , DataTable i_dSourceTable ) { DataView d... Read more »
Split parameter string from comma seperator in SQL IN clause
Introduction Many time we faced a problem in SQL Query when performing operation with IN clause to check values seperated by... Read more »
Using Max, Min and Sum aggreate functions in DataTable.Select()
Using Max, Min and Sum aggreate functions in DataTable.Select() We can use all aggreate functions in DataTable.Select method, but the ... Read more »
Understanding LINQ (C#)
Understanding LINQ (C#) Download the entire article - 44.81 KB Contents Introduction New Language Featur... Read more »
CakePHP Tutorial: Build a file sharing application
CakePHP Tutorial: Build a file sharing application | TuxRadar Linux <!-- begin ad tag ... Read more »
Creating a community in five minutes with CakePHP
Aidan Lister » Blog Archive » Creating a community in five minutes with CakePHP <!--[if lte IE 6]> <![endif] ... Read more »
Simple Auth with Users HABTM Groups in CakePHP
Simple Auth with Users HABTM Groups in CakePHP | Mr PHP Simple Auth with Users HABTM... Read more »