05/06/2014 by Nitesh

How To Check If a Column Exists in DataRow

Friends, This is a very small post to explain how can you check whether a column exists in a DataRow. This is a very handy tip when you are working with a set of data and you’re not sure everytime the query will return a specific column. Let us assume we have a DataRow named…

Continue Reading »

29/05/2014 by Nitesh

Solution – TF51011: The specified iteration path does not exist in Visual Studio

Friends, While working with TFS and Visual Studio, I suddenly started getting the error message as “TF51011: The specified iteration path does not exist. The error is caused by Project\Release 1\Sprint 1” while trying to run the following Shared Queries – Blocked tasks Open Impediments Sprint Backlog Test Cases Unfinished Work Work In Progress An…

Continue Reading »

20/05/2014 by Nitesh

Options: Configure BotDetect Captcha on your website

Friends, In my last post I discussed how can you add captcha to your website in just 5 minutes. In this post, we will see what are the options available for you to customize the captcha. BotDetect provides a long set of options to customize your captcha. Few of the options are listed below –…

Continue Reading »

08/05/2014 by Nitesh

How To Convert a Future Date Time to “X minutes from now” in C#

Friends, In my previous post, we saw how can we convert a Date Time value to “X Minutes Ago” feature using C#. A user interestingly asked me for a function that can do something similar but for future dates. Today, in this post we will see how we can achieve similar functionality for a future…

Continue Reading »

07/05/2014 by Nitesh

How To Convert a Date Time to “X minutes ago” in C#

Friends, In one of our previous post, we saw how can we convert a Date Time value to “X Minutes Ago” feature using jQuery. Today, in this post we will see how we can achieve the same functionality in C#. In this post we will write a C# function that will take a DateTime as…

Continue Reading »

1 7 8 9 10 11 14