Home » Archives

Content tagged with: mvc

[11 Oct 2012 | No Comment | ]

Learn how to structure web applications by using the good old Model-View-Controller pattern in the browser rather than on the server. You’ll learn how to build models with key-value binding and custom events, collections with a rich APIs and views with declarative event handling. You’ll also learn how to connect it all to REST interfaces built with the Service Stack API. After attending this tutorial you’ll be able to build modern web applications with super snappy user interfaces using technologies you’re already familiar with.

[8 Oct 2012 | No Comment | ]

This tutorial shows how to create an extremely simple MVC boilerplate for small projects which don’t require a massive framework, like CodeIgniter or CakePHP. You will see how to build such a solution in ten minutes or so.

[16 Aug 2012 | No Comment | ]

Several JavaScript libraries which implement the Model-View-Controller pattern recently gained attention. Only few of these libraries offer a superstructure which manages the individual models, views and controllers. It’s easy to set up a simple MVC example, but an application with multiple complex interfaces will need a sophisticated overall architecture. The talk will start with the popular Backbone.js library as a basis, discuss its shortcomings and present a field-tested application architecture. As an example, the talk will show how to implement an OAuth-based client-side login via Facebook, Twitter or Google.

[1 Sep 2011 | No Comment | ]

This is a short introduction to the Model View Controller (MVC) design pattern.

[19 Aug 2010 | No Comment | ]

This screencast explains the folder structure of the ASP.NET MVC Application.

Producer: www.highoncoding.com

[15 Jul 2010 | No Comment | ]

Come hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET: MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs. Web Forms applications, and the implications for using each approach.

[29 Jun 2010 | No Comment | ]

This screencast introduces the model binders in an ASP.NET MVC application.

Producer: http://www.highoncoding.com

[8 Jun 2010 | No Comment | ]

This introduces routing in ASP.NET MVC application. Routing enables to create hackable URL which are easily indexed by the search engines.

[17 May 2010 | No Comment | ]

Learn how to build mobile Web sites using the ASP.NET MVC framework. See how to create customized mobile experiences by extending the Views in the MVC framework and using the latest device detection techniques.

[17 Mar 2010 | No Comment | ]

This screencast demonstrates how to get started with Ajax in ASP.NET MVC Framework.