In this article i am going to show how to use generics using dictionary .
basically dictionary uses key value pair to display record.
we can add , remove , insert data in dictionary using key / value pair .
but this is that you need to follow some rules.
To declare or define dictionary...
Dictionary(Generics) in c# asp.net | example and output
