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 »

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 »

04/05/2014 by Nitesh

How To Create Multi Level Menu Dynamically Using C# in ASP.Net

Friends, This is Part 4 of the series “Creating Menus”. We have already seen how to create a single level menu dynamically in ASP.Net here. This post will explain how to create a multi-level menu dynamically using C# in Asp.Net. You can also read the other 2 posts in this series with the links mentioned…

Continue Reading »

29/04/2014 by Nitesh

How to Create Single Level Menu Dynamically Using C# in ASP.Net

Friends, This is Part 3 of the series “Creating Menus”. This post will explain how to create a single level menu dynamically using C# in Asp.Net. You can read the other 2 posts in this series with the links mentioned below – Part 2 Part 1 In this post we will create a dynamic single-level…

Continue Reading »

1 5 6 7 8 9 10