ASP.NET

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

Interesting Links

Are You Using a Popular Programming Language

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

WinForms

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

Interesting Links

Another 6 Free Online Web Tools for Webmasters

A continuation to the previous post. Read More ›

Interesting Links

6 Free Online Web Tools for Webmasters

This is a list of online tools webmasters and developers will find useful. Read More ›

WinForms

Programming for Multiple Screens in DotNET

This is a piece of code I used for an application that needed to be displayed in 2 screens setup as extended view. I used a simple calculation to know the selected screen's coordinates and Read More ›

Interesting Links

15 Free Website Templates Providers

Like most if not all programmers, I am artistically challenged. So I depend on these websites to make my web applications look good. I hope you find them useful too. Read More ›

ASP.NET

Moving the aspnetdb.mdf Database to a Production SQL Server

One of the least documented features in ASP.NET is the way to move the user access and profiles tables in aspnetdb.mdf to a production SQL Server. Read More ›

Interesting Links

Sites for the DotNET Developer

The following websites help you finish your project in time. Read More ›

ASP.NET · WinForms

Creating Your Own Travian Utilities

Travian the well known browser game has a downloadable file for developers in each of its servers that provides details of all the players of the server. Read More ›