.NET news » C# C# Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >
download
The use of Stacks in C#
Using a stack to manage priorities
5 Jan 2007, 15:53:00   Source: The use of Stacks in C#   Tags: C#
How Events Work Under the Surface
Shows what goes on behind the "magic" that the compiler does when you declare a simple event member in a class.
1 Jan 2007, 09:00:00   Source: How Events Work Under the Surface   Tags: C#
Back to basics - Generic Data Structures and Algorithms In .NET 2.0
Implementations of generic data structures and algorithms in .NET 2.0.
29 Nov 2006, 09:13:00   Source: Back to basics - Generic Data Structures and Algorithms...   Tags: C#
When and How to Use Dispose and Finalize in C#
Although the .NET framework frees managed memory and resources transparently, it's not as adept at freeing unmanaged resources; you have to help it out by implementing the Dispose and Finalize patterns in your code.
27 Nov 2006, 16:36:09   Source: When and How to Use Dispose and Finalize in C#   Tags: C#
Fun with Singletons in C# 2.0
This article will show you how to create generic singletons that honor all of their properties and at the same time are extensible enough to handle not so obvious scenarios.
21 Nov 2006, 10:10:00   Source: Fun with Singletons in C# 2.0   Tags: C#
Observable property pattern, memory leaks, and weak delegates for .NET
This article is dedicated to the observable property design pattern, a very nice pattern used in the Microsoft .NET Framework, a possible memory leak problem with it, and gives a couple of ways to solve it.
13 Nov 2006, 12:11:00   Source: Observable property pattern, memory leaks, and weak...   Tags: C# Performance
MethodLogger - Hook into method calls in .NET binaries
Modifies .NET MSIL binaries to call configured methods at the beginning and end of methods in the binaries.
13 Nov 2006, 09:51:00   Source: MethodLogger - Hook into method calls in .NET binaries   Tags: C# Debug
Dynamic Dispatching
This article demonstrates how to work around problems with the classical Visitor pattern by employing dynamic dispatching.
7 Nov 2006, 03:46:00   Source: Dynamic Dispatching   Tags: C#
Dynamic Action Dispatcher or Dynamic Visitor
This article demonstrates how to use code generation at runtime to allow dynamic dispatch of method calls
26 Oct 2006, 06:03:00   Source: Dynamic Action Dispatcher or Dynamic Visitor   Tags: C#
A Deque Class in C#
A class that implements the deque data structure in C#.
16 Oct 2006, 13:31:00   Source: A Deque Class in C#   Tags: C#
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >