What Are ASP.NET Master Pages

March 9, 2009 | 1 Comments

Master pages were introduced into the .NET Framework in version 2.0. They are web pages that can contain XHTML, server-side controls and user controls just like normal ASP.NET page (with .aspx extension), but with a .master extension. A master page serves as a template for ASP.NET pages that are based on it to help render a common appearance between them.

Read more…

Filed Under: ASP.NET

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.

Read more…

Filed Under: Code Editors

What are Code Snippets in Visual Studio

February 7, 2009 | 0 Comments

Code Snippets
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.

Read more…

Filed Under: Code Editors

Installing the AJAX Controls Toolkit 3.5

February 5, 2009 | 2 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.

Read more…

Filed Under: ASP.NET, Code Editors

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

January 16, 2009 | 5 Comments

The Project Location is Not Trusted
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:

Read more…

Filed Under: Code Editors

Some of Visual Studio’s Shortcuts

January 6, 2009 | 1 Comments

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

Read more…

Filed Under: Code Editors