Passing arguments to action methods. It’s often necessary when calling an action method to pass to it variables necessary for… Read more MVC: Action Methods with Parameters
Category: web
MVC: Action Methods using GET & POST
Enabling specific actions for GET and POST calls. MVC provided an elegant method to specify actions based on the type… Read more MVC: Action Methods using GET & POST
Knockout: Updating the ViewModel
Using Knockout.js to dynamically bind events to fields. In most web applications, the user drives the business process being invoked.… Read more Knockout: Updating the ViewModel
Knockout: Input fields
Using knockout.js to dynamically reflect changes to input fields. As described on the Knockout.js website, it provides impressive features such… Read more Knockout: Input fields
Knockout: Edit fields
Using knockout.js to dynamically reflect changes to edit fields. Continuing from my last Knockout.js: Input fields article where I illustrated… Read more Knockout: Edit fields