| .NET Console Password Input By Masking Keyed-In Characters |
| The Code Project |
| Demonstrates how to intercept .NET console keyboard input and display a * in place of each actual typed-in character. |
|
| .NET Data Persistence: SQL Server vs. Matisse vs. FastObjects |
| The Code Project |
| An article with source code examining the development speed and performance capability of .NET, Matisse and FastObjects |
|
| .NET Distributed Transactions on Enterprise Services: a demo |
| The Code Project |
| This demo shows you how to develop .NET components capable of participating in distributed transactions coordinated by .NET Enterprise Services |
|
| .NET MD5 Class Library |
| The Code Project |
| a MD5 Class Library for .NET supporting advanced features like Random Salt values embedded into the MD5 hash. |
|
| .NET Scheduled Timer |
| The Code Project |
| A timer that easily supports absolute schedules like run at 4:00 AM every day or at 5:00 PM on Fridays |
|
| A CBC Stream Cipher in C# (With wrappers for two open source AES implementations in C# and C) |
| The Code Project |
| An article on .NET cryptography |
|
| A library to simplify access to image metadata |
| The Code Project |
| A library to simplify access to image metadata. |
|
| A Magical Edit Menu Manager |
| The Code Project |
| A magical edit menu that works with no connections to the rest of your project |
|
| A Simple Beep - Reminiscing about ZX Spectrum audio |
| The Code Project |
| Driving the PC Speaker from .NET |
|
| A Simple C# Toolbar Docking Framework |
| The Code Project |
| An example framework for toolbar handling, written in C#. |
|
| A small tool to remove SCC information of a VS2003.NET project file |
| The Code Project |
| This tool removes the information saved in the project and solution files of VS2003.NET which are relative to Source Code Control. |
|
| An Intro to Constructors in C# |
| The Code Project |
| This is the article on Constructors in C# for the beginner level programmers. It covers simple constructors, constructors overloading, behaviour of constructors in inheritance, constructor chaining and static constructors. At the end it contains the general FAQs about constructors. |
|
| An Intro to Destructors in C# |
| The Code Project |
| This article gives an overview of the destructor in C#. It covers basics, behaviour of destructors in inheritance scenario, how .NET framework manages the destructor internally. It contains some sample codes, along with the genaral FAQs about the destructor. |
|
| An introduction to a post-relational database for .NET : Matisse - Part 4 |
| The Code Project |
| ADO.NET programming with a post-relational database |
|
| An introduction to a post-relational database for .NET, Matisse - Part 1 - |
| The Code Project |
| Step by step introduction to a new generation database for .NET |
|
| An introduction to a post-relational database for .NET, Matisse - Part 2 - |
| The Code Project |
| Step by step introduction to a new generation database for .NET: Schema definition |
|
| An introduction to a post-relational database for .NET, Matisse - Part 3 |
| The Code Project |
| Step by step guide for .NET programming with a Post-Relational Database |
|
| An RSS 2.0 Blog Reader Written In MyXaml |
| The Code Project |
| An RSS 2.0 Blog Reader Written in MyXaml |
|
| Analyse IL and say hello (or goodbye) to your memory |
| The Code Project |
| Avoid unnecessary variable declaration and redundant instructions, analysing and understanding the compiler and generated IL instructions in a simple example, saving your memory. |
|
| ASP.NET and SQL 2000 Reporting Services |
| The Code Project |
| Walktrhu of generating a report from a SQL 2000 server using the Reporting Services |
|
| ASP.NET Session Management Internals |
| The Code Project |
| This article goes through the internals of ASP.NET session management. |
|
| Automated Registration of Visual Studio Custom Tools |
| The Code Project |
| Describes a utility to simplify the registration of a VS.NET custom tool |
|
| Binary to Text Encode/Decode Class |
| The Code Project |
| A .NET class Library to handle the encoding/decoding of QuotedPrintable, UUEncode, Base64 and Yenc algorithms. |
|
| Blog Reader Add-In for Visual Studio .NET |
| The Code Project |
| A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet |
|
| Boxing and UnBoxing in C# |
| The Code Project |
| This article explains the concepts of Boxing and UnBoxing in C# |
|