MyTechFinds.com

  • Increase font size
  • Default font size
  • Decrease font size
MyTechFinds.com

Some useful Xpath expressions

E-mail Print PDF
Here are some useful Xpath expression which were a little hard to figure out for a newbie like me so I am making an attempt to document them. Here are 2 of them,
  1. Get unique values using xpath
  2. Get leaf node only using xpath

( 0 Votes )
Last Updated on Friday, 26 March 2010 13:44 Read more...
 

Sample of Pivot SQL

E-mail Print PDF
As a part of reporting, my friend faced a simple looking problem. He was struggling for almost half a day to solve this by a SQL query. When he showed me the problem, I just realized that it is something that we usually do in excel called pivot tables and I asked him to look over the internet if there is something called "pivot query" and to our surprise there is something called as that...we just didn't know, so I am going to document it.
( 0 Votes )
Last Updated on Monday, 19 April 2010 17:52 Read more...
 

Database Deployment through MSBuild and TFS build

E-mail Print PDF
I recently came across a problem where I had to deploy a database as part of the TFS (Team Foundation Server) build process. The default build process templates you get out of the box does not have a way to deploy database as part of a build process. There are 2 ways to do this depending on which build definition you use -
  1. If you are using TFS 2010 build definition, add custom steps/actions in build process template to deploy database,
  2. If you are using old MSBuild 2008 – TFSBuild.proj file, you can call external batch file or command(s) to deploy database.
Last Updated on Monday, 14 March 2011 14:21 Read more...
 

Microsoft Test Manager 2010 - Tips and Tricks

E-mail Print PDF

( 0 Votes )
Last Updated on Friday, 16 July 2010 09:01 Read more...
 

Retain a Microsoft.NET site’s ranking with search engines with the help of 301 redirection

E-mail Print PDF

Web sites on the internet need to undergo technological changes or revamps. This results in the same features and functions to be available at a different URL.

If visitors to your site have bookmarked such pages of the site prior to it undergoing the revamp, their attempts to access the site after the revamp are going to result into 404 (page not found) errors.

This causes the site to be black listed / de-ranked with search engines.

Assuming that your new site is built using Microsoft .NET, this document is to illustrate an easy way in .NET to retain a site’s ranking with the help of a 301 re-direction.

Last Updated on Monday, 11 May 2009 19:55 Read more...
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  Next 
  •  End 
  • »


Page 1 of 5

Login

Like it? Share it!