Search Results

7
votes
8answers
3k views

ASP.NET MVC vs. Django - Which framework should I learn?

I am starting a new web project where using MVC framework seems appropriate. My background is mostly with .Net / ASP.NET, so using ASP.NET MVC looks like the easiest way. I read that django …
0
votes

Reuse MVC arhitecture; Have two layers of UI : ASP.NET MVC and .NET Winforms

You can check the User Interface Process Application Block for .NET. I don't think it will work with ASP.NET MVC t …