WinForms

How to Download a Web Page in WinForms

Sometimes a desktop application might need to download a web page to be displayed to the user or screen scrapped Read More ›

Code Editors

Visual Studio's "The Project Location is not Trusted" Message

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 Read More ›

SEO

Top CMS Applications For 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 Read More ›

Windows Server

DOS Batch File Scripting Tips That Work in Vista

Batch files have been around since the early Ms DOS days. They are text files that contain a list of command-line executables. They can be compared to UNIX shell scripting, but are much simpler Read More ›

ASP.NET

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 Read More ›

Interesting Links

A Complete List of Travian Game Servers

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

WinForms

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 Read More ›

Code Editors

Some of Visual Studio's Shortcuts

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

WinForms

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 Read More ›

Interesting Links

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. Read More ›