Category General

Why do we need Serialization?

When you create an object in a .NET or Java application, you don’t need to think about how it is stored in memory, because the .NET/Java framework takes care of that for you and does the necessary serialization. What about…

What is GUID

GUID stands for Globally Unique Identifier. GUID is the Microsoft implementation of the Distributed Computing Environment (DCE) Universally Unique Identifier(UUID). A GUID is a 128-bit value consisting of one group of 8 hexadecimal digits, followed by three groups of 4…

What is an IP Address? What is my IP?

IP Address graphic

  What is an IP Address? No doubt you have heard the word ‘IP Address’. Let me explain what is IP address is. Definition : An IP address is a product of modern computer technology that allows one computer to communicate…