pderksen

Stories kicked by pderksen

Categorized Item List with jQuery and ASP.NET MVC - Part 4: AJAX(philderksen.com)

submitted by pderksenpderksen(20) 2 years, 7 months ago

Part 4 of a series on how to build a drag and drop categorized item list in jQuery, jQuery UI and ASP.NET MVC. read more...

add a comment |category: |Views: 21

tags: another

Facebook + ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework. This article tries to break down the options. read more...

add a comment |category: |Views: 538

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

Multiple Roles with Authorize Attribute using Enums in ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

This details a custom AuthorizationAttribute in ASP.NET MVC I wrote, that will allow you to specify multiple security roles using a typed enum rather than comma delimited strings which can cause compile time exceptions. read more...

add a comment |category: |Views: 436

tags: another

Drag and Drop Categorized Item List with jQuery and ASP.NET MVC(philderksen.com)

submitted by pderksenpderksen(20) 2 years, 11 months ago

How to drag items between categories (sections) and sections between columns using jQuery and ASP.NET MVC. Part 1 focuses on layout and using jQuery UI's sortable functionality. read more...

add a comment |category: |Views: 300

tags: another