Archive for Code Editors

Malicious Visual Studio Code Snippets

Amgad Suliman | 15/02/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

Amgad Suliman | 07/02/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

Installing the AJAX Controls Toolkit 3.5

Amgad Suliman | 05/02/2009 | 0 Comments

The AJAX Controls Toolkit is an open source toolkit developed by Microsoft and the ASP.NET community. The latest version is for .NET 3.5 and it contains 38 client side components used to create Rich Internet Applications.

Filed Under: ASP.NET, Code Editors

Visual Studio’s “The Project Location is not Trusted” Message

Amgad Suliman | 16/01/2009 | 3 Comments

Just like all the other developers using Visual Studio, I got this message too. The reason I wrote this post is every post I found about this message gives one of the two reasons listed below although the second reason is the most common and it is not mentioned in MSDN. So the reasons are:

Filed Under: Code Editors

Some of Visual Studio’s Shortcuts

Amgad Suliman | 06/01/2009 | 1 Comments

Here are some Visual Studio shortcuts that helped me increase my coding speed.

Filed Under: Code Editors