Always remain updated about current software development trends

Articles in CSHARP

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.

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

Code Generation in Visual Studio From XML Files - A Simpler Approach

In this post, we'll explore how to generate code from a simple XML model, with in Visual Studio - For a lot of scenarios