C# Static Class
A static class is a class where all the members are static. Static classes are used to group […]
A static class is a class where all the members are static. Static classes are used to group […]
A local constant is much like a local variable, except that once it is initialized, its value can’t […]
In a previous post we discussed static fields. The first thing to note is that static methods of […]
Extreme Programming takes normal programming practices to extreme levels. What does this mean? One example of a normal […]
Agile software development believes that software requirements and solutions evolve through the collaborative effort of self-organizing and cross-functional […]
Wikipedia says the following about Agile: “Agile software development is an approach to software development under which requirements […]
James Martin is one of the pioneers of RAD in the 1980’s. He wrote a book called Rapid […]
Software engineering’s objectives are to develop useful software on time and on budget. However, it is not realistic […]
ildasm stands for Intermediate Language Dis-assembler. What is it? It is a tool that lets you view the […]
This is our second series of posts on C# Classes. The list of posts is shown on the […]
The book Illustrated C# 7, Fifth Edition by Daniel Solis and Cal Schrotenboer published by Apress has a […]
You probably won’t need to use the this keyword very often, partly because it can only be used […]