background preloader

Web development

Facebook Twitter

Asp.net mvc generic controller. In asp.net mvc is it possible to make a generic controller. Tip: Shadow Copy and your \bin directory - .net DEvHammer. One of the things that makes developing ASP.NET applications very cool is that you can rapidly prototype, tweak, and update your application, without having to stop and restart the web server.

Tip: Shadow Copy and your \bin directory - .net DEvHammer

This includes assemblies (DLLs) used by your application for things like business logic and/or data access. You can simply drag and drop a new copy of a DLL into the \bin directory, and ASP.NET will automatically start using the new DLL with the next request. The way that this works is that ASP.NET makes a shadow copy of the contents of the \bin directory, and loads the DLLs from the copy.

Hosted Libraries - Developer's Guide - Make the Web Faster. Apps Script – Google Apps Script. Best Practices for Speeding Up Your Web Site. The Exceptional Performance team has identified a number of best practices for making web pages fast.

Best Practices for Speeding Up Your Web Site

The list includes 35 best practices divided into 7 categories. Minimize HTTP Requests tag: content.