Skip to content Skip to sidebar Skip to footer
Showing posts with the label .net

Can Scikit Be Used From Ironpython?

I saw that numpy can be used from IronPython : https://www.enthought.com/repo/.iron/ Is it possibl… Read more Can Scikit Be Used From Ironpython?

Preventing An Active Directory User From Changing His/her Password Using Directoryservices

When creating Active Directory users from a script, I also need to set the option that they can'… Read more Preventing An Active Directory User From Changing His/her Password Using Directoryservices

How Does One Convert A .net Tick To A Python Datetime?

I have a file with dates and times listed as huge numbers like 634213557000000000. I believe this i… Read more How Does One Convert A .net Tick To A Python Datetime?

A .net Wrapper For Google App Engine?

Does anyone know of a .net wrapper around either python or java Google App Engine services? Any hel… Read more A .net Wrapper For Google App Engine?

Are There Any Free/open-source WCF Client Frameworks/libraries Out There?

I am working on a tool that will test the server of a Silverlight application. AFAIK, Silverlight u… Read more Are There Any Free/open-source WCF Client Frameworks/libraries Out There?

Python For .NET: How To Call A Method Of A Static Class Using Reflection?

I want to use a method of a static class. This is my C# code: namespace SomeNamepace { public s… Read more Python For .NET: How To Call A Method Of A Static Class Using Reflection?