I have faced lot of issues to install the Microsoft SQL 2005 client. Finally I found in the solution in Microsoft help site
I mentioned things to download Microsoft SQL Server Management Studio Express (SSMSE)
Download following files
************************************************************************1. DOTNET 2.0
http://www.microsoft.com/downloads/details.aspx?FamilyId=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en
************************************************************************
2.XML schema
http://www.microsoft.com/downloads/details.aspx?FamilyId=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
************************************************************************
3.SQL client ((SSMSE)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&displaylang=en
Tuesday, December 2, 2008
Sunday, July 6, 2008
Top 10 keyword searches by search engines
These links would show the top 10 keywords searches by search engines (google/yahoo)
http://buzz.yahoo.com/
http://www.google.com/trends
I have found those links when i was working on my new project (skin-care.in)..
http://buzz.yahoo.com/
http://www.google.com/trends
I have found those links when i was working on my new project (skin-care.in)..
Wednesday, June 18, 2008
ADO.NET 2.0 new features
Here I share some interesting features in the ADO.net 2.0
1. Ado.net 2.0 provides MARS ( multiple active resultsets which allows you to have two datareader on one connection open at sametime.
2. Ado.net 2.0 provide bulk copy facility.
3. Ado.net 2.0 provides table adapters and hence allows easy to create DAL.
1. Ado.net 2.0 provides MARS ( multiple active resultsets which allows you to have two datareader on one connection open at sametime.
2. Ado.net 2.0 provide bulk copy facility.
3. Ado.net 2.0 provides table adapters and hence allows easy to create DAL.
What is Google bowling
refer the thread discussed in the Google
http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_thread/thread/f57c3a6f0eced03d/b92ae7593882e0ca
Googlebowling is a term used to describe the method of knocking out a page from the Google search results. Googlebowling is conducted by linking to a particular site from sites within bad neighborhoods. Rand over at SEOMoz.org posted recent information he learned about Googlebowling while at SES London a week ago.
To successfully deploy Googlebowling, Rand writes that you need to "use patterns that would show that the site has 'participated' in [a spammy linking] program."
Specifically, this means you would point spammy links at the places the site you are targeting links to. If this is implemented properly and the site you are targeting is not a super authority, the site may be penalized for a long time. Note that the advice here is given not to encourage Googlebowling but to help people understand how it might be possible to impact their own sites.
Rand continues to explain that if a site is Googlebowled, you most likely will want to start fresh and drop the site that was penalized completely. I have discussed Googlebowling a few times at the Search Engine Roundtable.
Two entries I would like to point out are:
+ Google Bowling For Dollars by Chris Boggs+ Google Bowling Supporters Thread by myself
refere links for google bowling
http://www.webmasterworld.com/google/3202434.htm
http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_thread/thread/f57c3a6f0eced03d/b92ae7593882e0ca
Googlebowling is a term used to describe the method of knocking out a page from the Google search results. Googlebowling is conducted by linking to a particular site from sites within bad neighborhoods. Rand over at SEOMoz.org posted recent information he learned about Googlebowling while at SES London a week ago.
To successfully deploy Googlebowling, Rand writes that you need to "use patterns that would show that the site has 'participated' in [a spammy linking] program."
Specifically, this means you would point spammy links at the places the site you are targeting links to. If this is implemented properly and the site you are targeting is not a super authority, the site may be penalized for a long time. Note that the advice here is given not to encourage Googlebowling but to help people understand how it might be possible to impact their own sites.
Rand continues to explain that if a site is Googlebowled, you most likely will want to start fresh and drop the site that was penalized completely. I have discussed Googlebowling a few times at the Search Engine Roundtable.
Two entries I would like to point out are:
+ Google Bowling For Dollars by Chris Boggs+ Google Bowling Supporters Thread by myself
refere links for google bowling
http://www.webmasterworld.com/google/3202434.htm
Sunday, May 25, 2008
How to use XmlDataSource -Asp.net 2.0
It is amazing to use XmlDataSource in asp.net , In asp.net 1.1 i wrote lengthy code to populate the XML source into server side page.now simple one line code is doing whole functionality...
we need to mention
1.Datafile-->source of the XML file.
2.Xpath-->which is used to pickup the exact node in the xml file.
3.Transfom file-->XMLT binding
Code:
we need to mention
1.Datafile-->source of the XML file.
2.Xpath-->which is used to pickup the exact node in the xml file.
3.Transfom file-->XMLT binding
Code:

Subscribe to:
Posts (Atom)