Monday, 2 December 2013 0 comments

Attributes in C#

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.

Click Here to Download Program
Monday, 25 November 2013 0 comments

Cryptography in C#

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


Click Here to Download Program
Monday, 11 November 2013 0 comments

Regular Expression in C#

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/


Click Here to Download Program
Monday, 21 October 2013 0 comments

Processes in C#

Processes in C#

Here is the C# Process Class. You can get Running Process info and More.


Click Here to Download Program
0 comments

C# File Info Class

C# File Info and Right Class

Here is the C# File Info Program. You can get File info and Rights through this.


Click Here to Download Program
0 comments

C# XML Serialization

C# XML Serialization

Here is the C# XML Class Program. If you have any query contact me.


Click Here to Downlaod
Thursday, 10 October 2013 0 comments

C# Dictionary Class

C# Dictionary Class

Here is the C# Dictionary Class Definition and Example.

Dictionary Class

The Dictionary class gives us the opportunity to map some values to specific keys; in real life scenarios we need this mechanism to represent some values whenever we call the key associated with them according to an event.


Click Here to Downlaod Program
 
;