Always remain updated about current software development trends

Articles having tag: WINDOWS

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.

Basics of Signing and Verifying code

How to sign code with digital signatures and associating them with files

A Beginner's Tutorial on Caching in ASP.NET

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

JQueryUI smartAutocomplete

This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.

Dynamic Table Mapping for Linq-to-SQL

Dynamic table mapping for Linq-to-SQL, suitable for data horizontal partitioning (Shard)

A WPF/MVVM Countdown Timer

A countdown timer implemented in WPF using the MVVM pattern

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