Quick tip on SQL Server square bracket search 12 years ago Here is a quick tip, when you are searching for a text that contains square brackets "[]" in Microsoft SQL… Tips on Hiring for startups 12 years ago Here are 4 tips on Hiring for startups 1) Hire well rounded senior developers. If you hire junior developers you… C# tip use Dictionary TryGetValue 12 years ago Here is another C# tip. Most of the time when you are trying to get a value from dictionary you… WPF DataTemplate bind property to Parent ViewModel 12 years ago Here is a hint when using WPF and you may come into a situation where you want to databind an… IIS8 HTTP Error 500.19 – Internal Server Error 13 years ago If you are running Windows Server 2012 with IIS8 and you got this error HTTP Error 500.19 - Internal Server… C# tip: use params for method that takes variable number of arguments 13 years ago In C# there is a params keyword which allows a method parameter to take variable number of arguments. MSDN Some… Phantomjs talk in Ottawa JS Meetup 13 years ago Thanks to everyone who came out last night at OttawaJS for the phantomjs talk, the slides are located at slid.es.… C# tip: out parameter keyword 13 years ago In C# there is the out parameter keyword which causes arguments to be passed by reference. It is like the… C# the use of ref keyword 13 years ago In C# when using the ref keyword it causes an argument to be passed by reference, not by value. In… C# tip: Use Path Combine for file or directory path information 13 years ago .NET provides in its System.IO namespace the Path class which performs operations on String instances that contain file or directory… Next» « Previous