ASP.NET MVC ViewModel usage and pick your best pattern - Kazi Manzur Rashid - 2 views
DarthFubuMVC/htmltags - GitHub - 0 views
-
"In general, you should avoid building strings of HTML in your applications. There are plenty of template/view engines that are much more suitable for generating dynamic markup. However, there are some situations that require you to build snippets of HTML from code (e.g., view extensions in FubuMVC or HtmlHelper extensions in ASP.NET MVC). HtmlTags is the best way to build those snippets."
Entity framework and t4 generate query objects on the fly part-1 - 2 views
Speed Up Your Site! 8 ASP.NET Performance Tips (part 3) - Programming Discussions - 0 views
Orchard Project - 0 views
LESS « The Dynamic Stylesheet language - 0 views
Microsoft C# 4.0 | Nexstara TV - 2 views
Bundling and Minification in ASP.NET 4.5 « Abhijit's World of .NET - 0 views
-
"Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance using Bundling and Minification features which is introduced with ASP.NET 4.5 Developer Preview. ASP.NET 4.5 Developer Preview introduced bundling, which combines multiple JavaScript files for faster loading with less number of requests for download and minification, which reduces the size of JavaScript and CSS files by removing unneeded characters . Combination of these bundling and minification helps web pages to load very faster. Let's have a looks how it works."
MVC 3 partial model validation - 2 views
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."
Rat's Random Ramblings - 0 views
ASP.NET MVC 4 Beta issues workarounds - .NET Code Geeks - 0 views
« First
‹ Previous
81 - 100
Next ›
Last »
Showing 20▼ items per page