Tuesday, April 30, 2013

.NET Serialization

Serialization is another great feature of .NET. This article talks about overall serialization in the .NET Framework and various available types such as binary, XML and SOAP. The prime objective of serialization is to persist and retrieve the state of an object. There are various scenarios where the ability to serialize objects is handy. 

I am a C# Corner MVP


I was awared by C# Corner MVP in Apr 2013. Read the post here
 
 

 



 

Friday, April 19, 2013

Cross Language Interoperability With C# .NET

As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called by C# and vice-versa.  Read my full article on .NET Cross Language Interoperability at C# Corner