Tuesday, December 29, 2009

C# - XPathNavigator class to navigate XML


Share/Bookmark

Wednesday, December 16, 2009

T-SQL - Synonyms


Share/Bookmark

Saturday, December 12, 2009

Visual Studio - Import and Export Settings

As you know we can customizing the IDE in Visual Studio, if you change the place of toolbox, properties window, server explorer, or some other features, you can save your setting to keep it for later and if you need to move to another machine or setting back to this point either if you changed something more and you didn't like it, just simply bring it back to your saved settings.


General settings, Browsers, Start page commands, Toolbox, help filters, options, and ... are all customizable and possible to save them all and assign a name to this set.



On the other hand, we can reload pre saved settings,


Good naming for saved settings will help a lot at this point


And at last we can reset all the customized settings to default state.


This feature is very useful but somehow hidden, customizing the environment will hep your productivity, then just using it and make it work the way you want it.
Share/Bookmark

Friday, December 11, 2009

T-SQL COALESCE


Share/Bookmark