Skip to main content

Home/ ASP.Net MVC/ Group items tagged http

Rss Feed Group items tagged

Wicked Tunez

Orchard Project - 0 views

  •  
    Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET MVC3 platform.
Wicked Tunez

SurveyMaster - web survey form engine - 1 views

  •  
    Survey Master is a free web based survey generator written in asp.net-mvc.
Jacques Bosch

Microsoft Web Protection Library - 1 views

  •  
    "The Microsoft Web Protection Library (WPL) is a set of .NET assemblies which will help you protect your web sites, current, future and past. The WPL includes "
Peter Munnings

NuGet - 0 views

  •  
    Download packages straight into your solution using this very cool package installer
Wicked Tunez

Aaronontheweb | ASP.NET MVC3 / Razor: How to Get Just the Uri for an Action Method - 1 views

  •  
    How to place a relative Uri for one of your ASP.NET MVC controller's action methods
Jacques Bosch

Granular Request Validation in ASP.NET MVC 3 - Marcin On ASP.NET - Site Home - MSDN Blogs - 1 views

  •  
    "A little while ago I wrote a blog post describing granular request validation that shipped in MVC 3 Beta. However, since then we have changed the API for this feature and that post is no longer valid. In this post I will present the new API which is usable in the recently-shipped MVC 3 Release Candidate."
Jacques Bosch

KISS Your ASP.NET MVC Routes - 0 views

  •  
    "A little bit of thinking and compromise can remove unnecessary complexity from the routes in an MVC application. "
Johann Strydom

mvcConf | Channel 9 - 1 views

  •  
    Online MVC conference
Jacques Bosch

HTML5 in the browser: Canvas, video, audio, and graphics | Application Development - In... - 2 views

  •  
    "HTML5 in the browser: Canvas, video, audio, and graphics Where Chrome, Firefox, IE, Opera, and Safari stand on HTML5 Canvas, HTML5 video, SVG, and WebGL"
Jacques Bosch

Ben Alman » jQuery throttle / debounce: Sometimes, less is more! - 0 views

  •  
    "jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways. Passing a delay and callback to $.throttle returns a new function that will execute no more than once every delay milliseconds. Passing a delay and callback to $.debounce returns a new function that will execute only once, coalescing multiple sequential calls into a single execution at either the very beginning or end."
Jacques Bosch

Using an Asynchronous Controller in ASP.NET MVC - 2 views

  •  
    "The AsyncController class enables you to write asynchronous action methods. You can use asynchronous action methods for long-running, non-CPU bound requests. This avoids blocking the Web server from performing work while the request is being processed. A typical use for the AsyncController class is long-running Web service calls."
Jacques Bosch

More on Asynchronous Processing in ASP.NET MVC 3 « Sergey Barskiy's Blog - 1 views

  •  
    "In this post I would like to cover a couple of asynchronous patterns that are available in ASP.NET MVC and jQuery as it is used in MVC."
Jacques Bosch

AsyncController v/s SessionLess Controller - Imran Baloch's Blog - 1 views

  •  
    " AsyncController is introduced in ASP.NET MVC 2 while SessionLess controller is introduced in ASP.NET MVC 3. AsyncController allows you to perform long running I/O operation(s) without making your thread idle(i.e., waiting for I/O operations to complete). On the other hand, SessionLess controller allows you to execute multiple requests simultaneously for single user, which otherwise execute multiple requests sequentially due to session synchronization. Understanding these concepts may be easy for you but I have seen a lot of guys become confused on these concepts. In this article, I will show you how to use AsyncController and SessionLess controller in ASP.NET MVC application. I will also compare them and tell you what to use when, where, and the why."
Wicked Tunez

ASP.NET MVC and Multiple Submit Buttons - 3 views

  •  
    Handy trick to pass extra data to the controler. 
Jean-Paul Malherbe

ProfiledDbConnection.cs - mvc-mini-profiler - A simple but effective mini-profiler for ... - 0 views

  •  
    A simple but effective mini-profiler for ASP.NET MVC
« First ‹ Previous 141 - 160 of 196 Next › Last »
Showing 20 items per page