Friday, November 2, 2007

My Collection of favourite links

http://www.sharinglinks.com/tags/swati.jain.development

Thursday, November 1, 2007

Google Search techniques in programming

1)For the compiler errors like

Feature 'a0e5a010-1329-49d4-9e09-f280cdbed37d' for list template '10102' is not installed in this farm. The operation could not be completed.
PostID=2220592&SiteID=1
Just you have remove the exact terms like 'a0e5a010-1329-49d4-9e09-f280cdbed37d' and '10102' and remove single quote or double quote around the error if any. and put in search engines
2) For queries ,search by adding all the terms in the query to search engines
3)Find out the related forums with the query. Put the exact terms inn its search engine

Tuesday, September 18, 2007

Visual Studio With Useful Micros

1)Here's a handy little Visual Studio .NET macro which searches for the currently highlighted term in Google. The search is launched as a new tab within the IDE when you press ALT+F1
http://www.codinghorror.com/blog/archives/000428.html
2)Set of useful Micros
http://www.codeguru.com/cpp/v-s/devstudio_macros/

Be Quick Using Frequently needed External Tools

Hi,
You can pin up your visual studio IDE tools with frequently needed external tools. Go to Tools--->Add external tool---> Set the commandname property to Path of the exe to execute

for notepad C:\WINDOWS\system32\notepad.exe
Initial Diectory:$(SolutionDir)$(ProjectDir)
This is an good idea rather than going to Start-->run-->notepad

Wednesday, September 12, 2007

Learn from errors

Tip:Whatever you are studying ,Study it with the help of search engines. For example if you are studying DetailsView in Asp.net then append DetailsView with ' Errors' and put in search engine .
to get the nuts and bolts of the funda

1)SQL Errors:
http://technet.microsoft.com/en-us/library/ms164014.aspx
2)ADO.net Errors:
http://www.kbalertz.com/technology_13_2.aspx
3)XML Errors:
http://www.perfectxml.com/DotNetXMLKBs.asp?t=P

Monday, September 10, 2007

Amazing tools for Amazing work

1) Xml tool :
Online XML XPath Tool
http://www.zrinity.com/developers/xml/xpath/

XML Editors:http://www.perfectxml.com/soft.asp?cat=6

2)ToolBar for adding your favourite site :http://www.furl.net/

http://www.sharinglinks.com/importbrowser/

3)Tool for Parsing the binary file:http://www.sweetscape.com/010editor/templates/

4)Send a fax from ASP.NET with no installations using the Interfax SOAP/WSDL Web Service:http://www.interfax.net/en/dev/webservice/samples/fax_asp_net_sendfaxex2.html

5)File Manipulation tools .........Very Cool:http://searchvb.techtarget.com/generic/0,295582,sid8_gci1147660,00.html

6)Very essential SQL tool:http://www.red-gate.com/

7)SQL Query engine for multiple databases:http://sqlzoo.net

Friday, September 7, 2007