Home » Archives

Content tagged with: asp

[1 Nov 2011 | No Comment | ]

Steve Sanderson delivers KnockoutJS in this lightening talk. Learn how the Knockout library builds on advanced jQuery and JavaScript techniques to make even the most complex data-filled HTML forms a breeze. We’ll see jQuery, jQuery templating, JSON and live data banding applied to the MVVM pattern with Knockout, combined with ASP.NET to produce results that need to be seen to believed.

[14 Jun 2011 | No Comment | ]

The last major piece of the ASP.NET MVC Framework is the View engine. This video explores the default View Engine in MVC2, the WebForms View Engine, and shows how you can use views to display information to the user.

Video Source: http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-views/

[30 May 2011 | No Comment | ]

JQuery turned the world on its ear. Do we still write JavaScript or do we just write jQuery? Damian will answer that question with new JavaScript techniques and AJAX as well as some jQuery plugin surprises up his sleeve. What are the best libraries and practices for using jQuery and JavaScript with ASP.NET? How should balanced applications be designed to make the best use of the power of the server and the power of the client?

Download slides and videos in other formats

[21 Mar 2011 | No Comment | ]

This video looks at controllers and their role in MVC applications. You will learn how to perform model validation by implementing the IDataErrorInfo interface.

Video source: http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-controllers-and-simple-model-validation/

[7 Mar 2011 | No Comment | ]

ASP.NET MVC is great for building one off applications to solve specific problems, but not much time is given to how we can use the extensibility model built into the framework to allow our own plug-ins to add/modify functionality or create theming systems for multiple customers.
Watch this video on oredev.org