Group items matching
in title, tags, annotations or urlLocalizing ASP.NET MVC Validation - 0 views
ASP.NET MVC 2 Custom Validation - 0 views
ASP.NET MVC 3 Remote Validation Tutorial - 0 views
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."
ASP.NET MVC 3 Tutorials Index - 0 views
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."
ASP.NET MVC and Multiple Submit Buttons - 3 views
The Difference Between @Helpers and @Functions In MVC3 / WebMatrix - 2 views
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