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