Always remain updated about current software development trends

Articles having tag: DEV

SharpGL: A C# OpenGL Class Library

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

Basic Authentication with the ASP.NET Membership API

In this post we'll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.

Memory leak finder

Custom memory handler with memory leak reporting and no-mans-land checking. Leaks are reported with call stack of allocation.

XML Visualizer v.2

XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, and 2010.

Dynamically Map SQL Resultset to Business Object

Dynamically map a DataTable to type-safe business objects using reflection and generics.

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.

What you should know about if you are new to Javascript

This article summarizes some important points and unexpected quirks in Javascript that experienced developers, especially those coming from C# or Java, should know about.