Hello Friends,
I have some id which i am getting from database matching some criteria specified there. No of id may be 100. I will store all that id at somewhere at loading of application. I have one continuos running process which return id and i want to check that returned id is exist in stored IDS. So how can i check it.I am thinking about some samrt way to do it.Otherwise i can check it with Loop. I don't want to check that using my sql query because it needs server connection at that time. In C# how can i check weather stored id is exist there or not and Which type of variable should i use to store all ids?