Skip to main content

Home/ ASP.Net MVC/ Group items tagged MVC

Rss Feed Group items tagged

Johann Strydom

ASP.NET MVC 2 Custom Validation - 0 views

  •  
    Explains how to implement a custom validation attribute
Wicked Tunez

ASP.NET MVC 3 and NuGet 1.0 Released (Including Source Code!) - 0 views

  •  
    Helpfull links to documentation, releasenotes, sourcecode.
Jacques Bosch

ASP.NET MVC3 Razor Script Loading Tips - Kazi Manzur Rashid - 1 views

  •  
    "Lately, I have been playing with few JavaScript frameworks and in today's modern web applications it is very common that we are including tons of JavaScript files in our application. One of the thing that plays important role in application performance is how fast these script files are delivered into the browsers. I have extensively blogged on combining, compression and caching of JavaScript files in my old blog, in this post I will show you, how you can achieve parallelism in delivering the scripts in the browser with the Head JS library. If you do not know what parallel script downloading is and how does it impact on page speed, then I would suggest to read this article of the YSlow creator. In short, when a browser encounters a script tag in a page it halts its rending until it downloads the script file, the parallelism is actually archived by adding the script dynamically or by XHR depending upon the browser it is running."
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."
Wicked Tunez

ASP.NET MVC and Multiple Submit Buttons - 3 views

  •  
    Handy trick to pass extra data to the controler. 
Johann Strydom

Uploading a File (Or Files) With ASP.NET MVC - 1 views

  • form action="" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" />
« First ‹ Previous 101 - 120 of 144 Next › Last »
Showing 20 items per page