CoderJony

.NET

How to serialize an object to XML string?

How to serialize an object to XML string?

You can use below method to serialize an object to XML string.

Read More By Ankush Jain
How to debug a Window Service?

How to debug a Window Service?

To debug a window service you can make use of below property of Environment class:

Read More By Ankush Jain
What is difference between Debug DLL and Release DLL ?

What is difference between Debug DLL and Release DLL ?

If you are a .NET Developer then you must know that there are mainly two build configurations.

Read More By Ankush Jain