jdhardy / IronPythonSamples

Sample IronPython applications
65 stars 20 forks source link

ASP.NET and/or MVC example #1

Closed donamk closed 6 years ago

donamk commented 12 years ago

Could you provide ASP.NET and/or ASP.NET MVC(above ver 3) with IronPython example?

Cheers

jdhardy commented 12 years ago

I'm planning to, eventually. MVC is a bit harder, but I would like to provide a WebForms example and possibly a Web API example, if it turns out to be usable.

donamk commented 12 years ago

Thank you. WebForms and Web API examples are good. Just curious, what make hard to use Ironpyhon with asp.net mvc? Django with ironpython is good choice rather than asp.net mvc with ironpython?

jdhardy commented 12 years ago

I tried MVC once, and it was a bit of a rabbit hole - I kept needing to introduce more and more changes to make it play nice with dynamic code. That was a while ago though (MVC 1 I think) so maybe it's better now.

Django doesn't work on IronPython right now. It's a huge project, and no one has stepped up to take it on yet.