Tag: Code Snippets

Malicious Visual Studio Code Snippets

February 15, 2009 | By | Add a Comment

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.

Continue Reading

What are Code Snippets in Visual Studio

February 7, 2009 | By | Add a Comment

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.

Continue Reading