Reflection in C#
Reflection is the process by which a program can read its own
metadata. A program is said to reflect on itself, extracting metadata
from its assembly and using that metadata either to inform the user or
to modify its own behavior.
Attributes in C#
Attributes are a mechanism for adding metadata, such as
compiler instructions and other data about your data, methods, and
classes, to the program itself. Attributes are inserted into the
metadata and are visible through ILDasm and other metadata-reading tools.
Cryptography in C#
Here is the C# Cryptography Class. Cryptography is the Process of Hiding Your Information in Specific Format that Another Person Couldn't Understand.
Two Types of Cryptography:
1. Symmetric (have public key)
2. Asymmetric (have public and private key which knows by Sender and Receiver)
Namespace for Cryptography is System.Security.Cryptography
Regular Expression in C#
Here is the C# Regular Expression Class. Regular Expression is used for set the Restriction in your Text. If you want that someone can insert only number in TextBox or Alphabets then you have to use Regular Expression for this..
Namspace for Regular Expression is System.Text.RegularExpression
Class is Regex
Regular Expression Short Cut and Cheat Sheat :
http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/
Processes in C#
Here is the C# Process Class. You can get Running Process info and More.
C# File Info and Right Class
Here is the C# File Info Program. You can get File info and Rights through this.
C# XML Serialization
Here is the C# XML Class Program. If you have any query contact me.
;
- Follow Us on Twitter!
- "Join Us on Facebook!
- RSS
Contact