Author: SSWUG Research

Community

MVC and MVVM with WPF

(Peter Lu) In any MVC pattern, there is no argument about the definition of the view. View is the user interface that user interact with the software system. In classic window app, it is the Window form, and controls. In classic ASP.Net app, it is the ASPX page. In MVC.Net it is the ASPX page made u

Community

Mixing Web Forms and ASP.NET MVC

(Dino Esposito) Just because you’re using Web Forms, it doesn’t mean that you need be stuck in a technical time-warp. If you want to liven up a site with new features using Ajax and libraries such as jQuery, Bootstrap or KnockoutJS, then you can always integrate a Web API layer into a Web Forms app