Frameworks Integration

TwitterFacebook
Get flash to fully experience Pearltrees

MVC Render Partial Modal Pop Up Via jQuery and Colorbox – Part 2 « weirdlover

http://www.weirdlover.com/2010/05/20/mvc-render-partial-modal-pop-up-via-jquery-and-colorbox-part-2/ In my previous post , we built a modal popup that grabbed its contents from a good old-fashioned MVC partial.
The last few years, nearly every web application I’ve built has been using the MVC pattern , and pretty much all of those using the ASP.NET MVC framework . I’ve worked out some repeatable patterns that make building a certain kind of application (straightforward CRUD and similar apps) very straightforward.

MVVM Library For Javascript: KnockoutJS

http://www.wynia.org/wordpress/2011/03/mvvm-library-for-javascript-knockoutjs
http://habrahabr.ru/post/88304/

Скринкаст об основах ExtJS — DataStore и GridPanel

21 марта 2010 в 01:36 Автор книги ExtJs in Action Jesus Garcia представлят очень подробный 49-минутный скринкаст с большим количеством наглядных схем, записанный за 20 часов материала, которые он представит позже Сам скринкаст на английском, но много схем и кода (напомню в HD качестве), так что думаю будет понятен большинству. Ссылка на скринкаст Сайт автора Черновик (1-10 главы) книги ExtJs in Action можно скачать по ссылке: Ext_JS_in_Action_-_Jesus_D.
http://www.search-this.com/2010/04/26/asp-net-linq-jquery-json-ajax-oh-my/ In this article we will be looking at a different type of architecture.

ASP.NET, LINQ, jQuery, JSON, Ajax – Oh my!

Using Panel as a Modal "Please Wait" or "Loading" Indicator The Panel can be used to display a temporary message is automatically dismissed when a task has completed. In this tutorial, we will build a Panel that will be displayed while content is being loaded from an external data source, and will be dismissed when the content has finished loading.

YUI Library Examples: Container Family: Creating a Modal "Loading" Panel

http://developer.yahoo.com/yui/examples/container/panel-loading.html
Knockout is designed to allow you to use arbitrary JavaScript objects as view models. As long as some of your view model’s properties are observables , you can use KO to bind to them to your UI, and the UI will be updated automatically whenever the observable properties change. Most applications need to fetch data from a backend server. http://knockoutjs.com/documentation/plugins-mapping.html

Knockout : Mapping

http://blogs.msdn.com/b/vyunev/archive/2011/04/24/asp-net-mvc-3-jqueryui-nuget.aspx В ходе обучения новым технологиям перед новичками часто возникают типовые задачи, которые не так просто решить.

ASP.NET MVC 3 для начинающих: добавляем ввод даты с помощью jQueryUI и NuGet - Блог Владимира Юнева

ASP.NET MVC 3: Integrating with the jQuery UI date picker and adding a jQuery validate date range validator - Stuart Leeks

UPDATE: I've blogged about an more flexible way to wire up the editor template here . This is post looks at working with dates in ASP.NET MVC 3. We will see how to integrate the jQuery UI date picker control automatically for model properties that are dates and then see an example of a custom validator that ensures that the specified date is in a specified range. http://blogs.msdn.com/b/stuartleeks/archive/2011/01/25/asp-net-mvc-3-integrating-with-the-jquery-ui-date-picker-and-adding-a-jquery-validate-date-range-validator.aspx

Ajax Control Toolkit: new controls, bug fixes - Tales from the Evil Empire

And we have a new release of Ajax Control Toolkit. I didn’t work on this one but there are some nice things in there nonetheless :) First, new controls!
I'm a huge CodeRush and Refactor user and DevExpress fan, but my day job is developing web sites so I thought I'd give the DevExpress MVC Extensions a run to see how they work. The DevExpress MVC Extensions are sort of like web controls - like HtmlHelper methods combined with some client-side script - that allow you to easily provide rich client-side widgetry in your MVC applications. I'm always interested in easy ways to provide a nice experience, so this sounds pretty good to me.

Trying Out DevExpress MVC Extensions

ASP.NET MVC and jQuery Part 4 – Advanced Model Binding

This is the fourth post in a series about jQuery and ASP.NET MVC 2 in Visual Studio 2010.

jQuery UI Multiple Select Widget | Eric Hynds

This is the successor and port of my original jQuery MultiSelect Plugin to a jQuery UI widget. While both will actively be maintained, I highly recommend you use this version over the plugin version. It has a more robust feature set, is faster, and is much more flexible. MultiSelect turns an ordinary HTML select control into an elegant drop down list of checkboxes with themeroller support.