2012

How to read incoming and outgoing message in wcf

In this post, I will show you how to read the outgoing and incoming message in WCF. Create a new console application and add the follow...

santosh 6 Oct, 2012

How to read namespace based xml using Linq

In this post, I will show you how to read XML with the namespace. For this demo, I will use the following XML structure <?xml versio...

santosh 5 Oct, 2012

Run Python Script From C#

In this post, I will show you how to call python generator in c#. Create a Console Application and then right-click on the project and add ...

santosh 30 Jul, 2012

How to call python class in c#

In this post, I will show you how to call python class in c#, Create a new python class named Person.py and paste the following code class...

santosh 30 Jul, 2012

IronPython and C#

What is IronPython IronPython is an open-source implementation of the Python programming language which is tightly integrated with the ...

santosh 30 Jul, 2012

Passing complex objects into a WCF Rest Service

In this post, I will show you how to pass complex JSON data from jquery to WCF service. Create a new website in visual studio. Add a ...

santosh 14 Jul, 2012

WCF self-hosted service with SSL certificate

WCF is a unified framework from Microsoft for creating a service-oriented application. Before WCF, we used multiple frameworks to create...

santosh 28 Jun, 2012