is it possible to include a library created in python/php in a .net application. In this scenario the library handles authentication for an API.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s absolutely possible to use a Python script with IronPython. You’ll even find that it integrates very nicely with .NET 4.0’s DLR. And while 4.0 is the recommended framework, there are versions compatible with 2.0 and upwards, so the fact that you’re using VS2008 isn’t a problem.
There are some possibilities with PHP as well: Phalanger claims to compile PHP scripts to MSIL.