Code Project just posted my article Three Methods for Root-finding in C#. The article discusses the pros and cons of bisection, Newton’s method, and Brent’s method and gives C# implementations of each.
Related posts:
C# random number generation code
Free C# book
Floating point numbers are a leaky abstraction

