Popular recipes tagged "dotnet"http://code.activestate.com/recipes/tags/dotnet/2014-11-07T13:03:18-08:00ActiveState Code RecipesProxying WCF service (XML)
2014-11-07T13:03:18-08:00Tomáš Rampashttp://code.activestate.com/recipes/users/4179816/http://code.activestate.com/recipes/578958-proxying-wcf-service/
<p style="color: grey">
XML
recipe 578958
by <a href="/recipes/users/4179816/">Tomáš Rampas</a>
(<a href="/recipes/tags/dotnet/">dotnet</a>, <a href="/recipes/tags/fiddler/">fiddler</a>, <a href="/recipes/tags/wcf/">wcf</a>).
</p>
<p>Sometimes capturing WCF service communication e.g. with Fiddler is necessary.
Following is the part of WCF service application config proxying WCF to localhost:8888</p>
A small python script to detect .net framwork versions installed on your local windows machine (Python)
2012-05-23T15:33:13-07:00Yong Zhaohttp://code.activestate.com/recipes/users/4182173/http://code.activestate.com/recipes/578143-a-small-python-script-to-detect-net-framwork-versi/
<p style="color: grey">
Python
recipe 578143
by <a href="/recipes/users/4182173/">Yong Zhao</a>
(<a href="/recipes/tags/dotnet/">dotnet</a>, <a href="/recipes/tags/framework/">framework</a>, <a href="/recipes/tags/python_scripts/">python_scripts</a>, <a href="/recipes/tags/windows_registry/">windows_registry</a>, <a href="/recipes/tags/_winreg/">_winreg</a>).
</p>
<p>This small script uses the _winreg module to find out the .net framwork versions installed on your local machine. tested using IronPython 2.7.1.</p>