Introduction A List is one of the generic collection classes in the "System.Collection.Generic" namespace. There are several generic collection classes in the System.Collection.Generic namespace that includes the following: DictionaryListStackQueueA
In this article I am showing you how to create a very simple game of Tic-Tac-Toe in a C# console application. Introduction Tic-Tac-Toe is a very simple two player game. So only two
About SQL Injection Many vulnerabilities exist allowing hackers to steal data from organizations and SQL Injection is one of them. It is perhaps one of the most common application layer attack techniques used
We sometimes need to hide our confidential data from other users. For that purpose we use encryption algorithms to encrypt our data. There are very many encryption algorithms but I am describing the