Indexers in C# Indexers in C# are a simple way to permit a class to be used like an array. The advantage of using indexers rather than exposing an array or generic list object 07-17-2011 by marywendice Tags indexers, programming
What is a Static Class in C#? In this article we'll be taking a look at static classes in C# and when to use them in your programs and libraries. First of all, the difference between a 02-21-2011 by dannyquinn Tags class, programming