Hello World. Welcome to my blog. After procastinating for no one knows how long, it has finally happened. And welcome to my first post. I am calling this series of posts “Bet you didn’t know that”. This is where I will flaunt my coding tips and tricks that will make your life a little bit easier. Please feel free to comment down below. So here we go!

alt text

Do you find yourself copying and pasting a lot of codes? If yes, then you might have found yourself agitated while you copied and pasted multiple separate line(s) of code between two or more files. Well here is a trick for that.

Visual Studio and Sql Server Management Studio has a feature called Clipboard Ring. Using this feature you can copy/cut number of items to your clipboard and cycle through them while pasting using CTRL + SHIFT + V. The clipboard ring saves last 20 items you copied to your clipboard.

Now only if this was available natively in windows.

alt text