show/hide this revision's text 2 edited body

Both Django and ASP.NET MVC allow you to create MVC applications, however those frameworks differs in many places.

Django is more mature and there are a lot of available components you can use. There is ORM so using database is very easy. Testing is simple and community is very responsive.

ASP.NET MVC and ASP.NET are completely different things. ASP.NET MVC is in a very first stage of development, it is not even in beta.

Although it is now just preview 5 this framework is quite good. However there are a lot of unsolved issues, for example it is not stated how you can reuse parts of applications. In Django there are plugins, in KohanaPHP there are modules.

Unit tests in ASP.NET MVC are very easy and you can use NUnit. From .NET 3.5 there is ORM for .NET framework called LinQ, which is very different to ORM in Django.

I think that Django is great, very mature and well designed. ASP.NET MVC is very young project and not all features available in Django you can find there.

If I were in your place I would check plugins for Django and see how can they can simplify my project, if not much, I would choose ASP.NET MVC because I'm better ASP.NET programmer.

    Post Made Community Wiki by Community
show/hide this revision's text 1

Both Django and ASP.NET MVC allow you to create MVC applications, however those frameworks differs in many places.

Django is more mature and there are a lot of available components you can use. There is ORM so using database is very easy. Testing is simple and community is very responsive.

ASP.NET MVC and ASP.NET are completely different things. ASP.NET MVC is in a very first stage of development, it is not even in beta.

Although it is now just preview 5 this framework is quite good. However there are a lot of unsolved issues, for example it is not stated how you can reuse parts of applications. In Django there are plugins, in KohanaPHP there are modules.

Unit tests in ASP.NET MVC are very easy and you can use NUnit. From .NET 3.5 there is ORM for .NET framework called LinQ, which is very different to ORM in Django.

I think that Django is great, very mature and well designed. ASP.NET MVC is very young project and not all features available in Django you can find there.

If I were in your place I would check plugins for Django and see how can they simplify my project, if not much, I would choose ASP.NET MVC because I'm better ASP.NET programmer.