Menu
Category

System

Contains fundamental classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions.

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 the newspaper that a delegate from another country is coming to our country to meet a high official. This person is a delegate because they have come to our country to represent their own country….

C# Programmer’s Cookbook Part 1

Manipulate the Contents of a String Efficiently. Encode a String Using Alternate Character Encoding. Convert Basic Value Types to Byte Arrays. Encode Binary Data as Text. Validate Input Using Regular Expressions. Create Dates and Times from Strings.