Malicious Visual Studio Code Snippets

February 15, 2009 | 0 Comments

Although such threats are not common, but a developer can create a malicious Visual Studio code snippet in three different ways. The first is of course writing the malicious code straight into the snippet’s code element. This could be avoided by reading the code.

Filed Under: Code Editors

What are Code Snippets in Visual Studio

February 7, 2009 | 0 Comments

Code Snippets are ready-made snippets of code that can be inserted in your code. They improve the developers efficiency and accuracy because they reduces typing and help code reuse.

Filed Under: Code Editors