Tag: ViewModel

  • Asp.NET MVC and DOS – re-using the ViewModels

    (Please read first : http://msprogrammer.serviciipeweb.ro/2010/03/29/asp-net-mvc-orm-and-viewmodels/ ) One of the biggest challenges in programming was write once- GUI everywhere ( Ok,ORM impedance mismatch is another story) I mean by that re-using the logic from an application in another application. ASP.NET MVC,with the commitment to strongly viewmodels,make me think that it will be now easier to transfer…

  • ASP.NET MVC,ORM and ViewModels

    Since I am active on asp.net/mvc I find many peoples asking about One to many relationship . Dropdownlist How to use MVC with other ORM frameworks instead of Linq To Sql(L2S) ? What is a ViewModel and what is his purpose ? For answering,I have made a small application with MVC2 in order to detail…