What are the options for dynamically typed .NET web development at this time?

What options do you currently have for dynamically typed .NET web development?

Ruby on Rails with IronRuby?

Django (with a few changes) and IronPython?

I do not want to switch to the Phalanger route. I ended up with PHP.

I suppose there is a way to make ASP.NET MVC more dynamic ... but can you fully use this in .NET 3.5? There is a work by Haack / Lam / Schementi. Message Has anyone looked at this?

What can FubuMVC and MonoRail do with dynamic languages? I am not very familiar with them.

+3
source share
5 answers

There is a full implementation of ASP.NET MVC with IronRuby. This is a much more dynamic feeling than regular ASP.NET MVC.

MVC is an example of separation of duties, so I don’t see that this is related to a more or less dynamic one. From what I get from your post, you want dynamic gaining kindness and that the material is implemented in ironrubymvc. http://github.com/jschementi/ironrubymvc

You can also use Rails with IronRuby at this point, so this will be a different option for you, but accessing the data may require re-viewing, although you must use one of the .NET OR / M's to work with .NET.

+7
source

I think the possibilities are:

  • Ruby on Rails with IronRuby
  • Django and IronPython
  • ASP.Net + ASP.Net MVC IronRuby/IronPython

- , , , # 4.0, - ASP.Net/ASP.Net MVC.

.

+2

, . , IronPython , # , , # , , . IronPython # , # 4.0 .

Python Django. Django, , -, . django IronPython . , , , IronPython 2.6 -, .

Django .NET/Mono #, , , , .

+1

NWSGI http://www.codeplex.com/Wiki/View.aspx?ProjectName=NWSGI, .Net- WSGI Python.

- Python ( kazillion)

+1

IronScheme -. , , Lisp .NET.

0

Source: https://habr.com/ru/post/1714336/


All Articles