Eduardo Isaac Ballesteros

Hands-On Object-Oriented Programming with C#. Events and Delegates.

Raihan Taher What is a delegate? A delegate is a proxy, an alternative, or a representative of someone else. For example, we may read in... Details
Eduardo Isaac Ballesteros

C# Programmer’s Cookbook Part 2

Allen Jones Add, Substract, and Compare Dates and Times Problem: You need to perform basic arithmetic operations or comparisons using dates and times. Solution: Use... Details
Eduardo Isaac Ballesteros

C# Programmer’s Cookbook Part 1

Allen Jones Manipulate the Contents of a String Efficiently Problem: You need to manipulate the contents of a String object and want to avoid the... Details