Always remain updated about current software development trends

Articles in LANGUAGE

SharpGL: A C# OpenGL Class Library

Use OpenGL in WinForms or WPF applications, directly or with a powerful Scene Graph.

Remote Administration using telnet and HTTP

Embedding a telnet and HTTP server in an application

Understanding ASP.NET Validation Techniques

This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.

jQuery DataTables and ASP.NET MVC Integration - Part I

This article contains code samples which explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications.

A Beginner's Tutorial on Caching in ASP.NET

This article is a beginner's tutorial on ASP.NET caching mechanism.

Flexible List Control

Building a list control that allows anything to be added to it.

Night Vision

A Window with 80% opacity having a whole at mouse pointer

Asteroids, C#, 3D and OpenGL

Today's project is a simple example of using OpenGL, C#/WinForm to build a introductory game. What I liked about it is that it really is pretty simple, simple to follow the code, simple to understand and simply easy to get started with...A Basic 3D Asteroid...

Python Diary: Python advantages over PHP

Articles relating to PHP and Python can be found all over the Internet with both parties arguing about which one is better. Keeping an open mind, both languages are good in their own context. I started out in my web developer days using PHP and knew nothing...