Tag: Development

Community

Socket Programming in C#…

(Joydip Kanjilal) A Computer Network implies two or more computers linked together through some software or hardware for the purpose of exchanging data and information. Microsoft .NET provides excellent support for writing programs that can make use of sockets for communication between two or more p

Community

Static and Non-Static Fields in C#

(Abhimanyu Kumar Vatsa) A static class is basically the same as a non-static class, but there is one difference: a static class cannot be instantiated. In other word, we cannot use the new keyword to create a variable of the class type. Because there is no instance variable, we access the members of