This is an interesting tip for the .NET Developers using Visual Studio .

It may happen sometimes that you need end up coping the code from one form to another or sometimes to the notepad and then copy to the Visual Studio .

Visual Studio has a feature that enables the developers to copy or place the code snippet to the toolbox .

Select the necessary code block and drag it to the Toolbox .

To rename the cose snippet , right click on the snippet and click Rename .

To use the snippet in other application , just drag it from the toolbox to the code editor .

Share