Always remain updated about current software development trends

Articles having tag: INTERMEDIATE

A Public D3 Database C# Class

Access the D3 (Pick) Database using ODBC with a common/public C# class

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

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.

Basics of Signing and Verifying code

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

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.