Top CMS Applications For SEO

  • 01/14/2009
  •   SEO
CMS or Content-Management System is an application which can be very beneficial for SEO. A CMS, or in this case WCMS (Web CMS), is a software usually implemented as a Web application, for creating and …

404 and 403 Error Pages in ASP.NET

The 2 most common HTTP errors that occur are the 404 and 403. 404 is the File Not Found error and it is generated when the user clicks on a broken link or enters a …

A Complete List of Travian Game Servers

Here is a list of all the Travian servers available to date.

Shutdown or Restart the Computer Using C#

The easiest way to shutdown, restart, or hibernate a computer programmatically using C# is to use the shutdown command-line tool that comes with Windows.

Some of Visual Studio's Shortcuts

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

Multithreading in .NET With the BackgroundWorker

Sometimes a smart client application needs to do a lengthy operation that can slow down the performance of the whole application and make it unresponsive.

How to Check Your Site for Infected Links and Malware

Scandoo is Google Search wrapper that displays icons in search results that show if the page is safe or not.

Encrypting Sections of the Web.Config File in ASP.NET

In most cases some sections of the web.config file of an ASP.NET project need to be encrypted before moving project to a production server.

Are You Using a Popular Programming Language

Many developers (including me) like to compare the popularity of the programming languages they use to others.

Minimize an Application to the System Tray

To be able to use the System Tray in Visual Studio, drag and drop the NotifyIcon control. The important properties to set are Text and Icon.