Friday 23 January 2015

Tuesday 20 January 2015

My Sql : Incorrect key file for Table

Check Database Server that you have enough disk space on it .if disks are full this error is displayed.
Now, which  folders you should look at it depends on your setup.

Monday 12 January 2015

Linq To Objects Group bY Syntax

 FROM  selectVariable IN  dataSourceorList GROUPBY selectVariable.variable INTO RANGEVARIABLE Select new { };