Skip to main content

Home/ Groups/ ASP.Net MVC
Jacques Bosch

RequestReduce - Automatic CSS background image optimization and spriting as well as Jav... - 0 views

shared by Jacques Bosch on 14 Dec 11 - No Cached
  •  
    "Super Simple Auto Spriting, Minification and Bundling solution No need to tell RequestReduce where your resources are Your CSS and Javascript can be anywhere - even on an external host RequestReduce finds them at runtime automatically"
Jacques Bosch

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."
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
Jacques Bosch

blowery.Web.HttpCompress.xml - kadirtour - for tour company - Google Project Hosting - 0 views

  •  
    " An HttpModule that hooks onto the Response.Filter property of the current request and tries to compress the output, based on what the browser supports"
Jacques Bosch

Speed Up Your Site! 8 ASP.NET Performance Tips (part 3) - Programming Discussions - 0 views

  •  
    " The open source HttpCompress library is very easy to incorporate into an ASP.NET web site. First, download the latest version of HttpCompress from the official web site. "
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.
Jean-Paul Malherbe

LESS « The Dynamic Stylesheet language - 0 views

shared by Jean-Paul Malherbe on 16 Jun 11 - Cached
  •  
    The dynamic stylesheet language. LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js.
Peter Munnings

Before you use an IoC tool, some concepts to know first | Jeremy D. Miller - 0 views

  •  
    Di Concepts
  •  
    This is a great article on Dependency Injection and what it means
Jacques Bosch

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."
Jean-Paul Malherbe

js-test-driver - Remote javascript console - Google Project Hosting - 0 views

  •  
    The goal of JsTestDriver is to build a JavaScript test runner which: easily integrates with continuous builds systems andallows running tests on multiple browsers quickly to ease TDD style development.
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."
Johann Strydom

Rat's Random Ramblings - 0 views

  •  
    My blog
  •  
    Booking-marking your own blog! I know you are gonna say it is so that you can share it with us. Tut tut. ;)
Wicked Tunez

Credit Card Validator Attribute for ASP.NET MVC 3 - 0 views

  •  
    Quickly and simply validate your credit card fields by adding this attribute to your POCO model class.
Wicked Tunez

ASP.NET MVC 4 Beta issues workarounds - .NET Code Geeks - 0 views

  •  
    ASP.NET MVC 4 Beta and WebAPI
« First ‹ Previous 81 - 100 Next › Last »
Showing 20 items per page