How to save reusable code in Visual Studio 2010?

Can I save my block of code in Visual Studio 2010 and reuse it in my future web applications without the need to “ Add existing files” ? Is there a function in VS2010 that allows you to globally store these blocks of code?

Thank!

+3
source share
2 answers

Visual Studio , .

- , templates.

+4

Source: https://habr.com/ru/post/1753111/


All Articles