MS SQL - Random Tips

Stored Procedure

  • You cannot use FUNCTIONS like GETDATE(), in assigning default value to the Stored Procedure input parameters.
Read More...

Forest - Stay Focused, Stop Phubbing - App of the week

Forest App - App home page.

Read More...

Integrating Gulp and Laravel 5

Short Intro about GULP

Used to do repeated works.

Read More...

Integrating Beyond Compare with TortoiseSVN as Diff Viewer and 3 way Merge Tool!

###Diff

  • Select Settings from Explorer’s TortoiseSVN submenu.
  • Switch to the Diff Viewer tab.
  • Change the radio buttons from TortoiseMerge to External.
  • In the path edits, enter: "C:\Program Files (x86)\Beyond Compare 4\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly
  • To use Beyond Compare for image comparisons either replace the file "C:\Program Files\TortoiseSVN\bin\TortoiseIDiff.exe with a copy of BComp.exe, or click the Advanced button on the Diff Viewer tab and add each image type’s extension with the same command line as above.
Read More...

GIT tips and best practices!

will be updated frequently. Last updated on 21-April-2015
Read More...