Error!
Success!

By tag: caching

showing:  of
0
kicks

Website Performance with ASP.NET - Part4 - Use Cache Headers  (Unpublished)

See how cache headers can help you to improve you page load times and how to implement them in ASP.NET Websites.


Kicked By:
Drop Kicked By:
0
kicks

Silverlight Cached Assemblies and you can to!  (Unpublished)

One of the new features I mentioned in my What’s new/changed post on Silverlight 3 is the fact that any application developer can take advantage of the cached assembly functionality provided by Silverlight. Let me show you how and start with the current situation.


Kicked By:
Drop Kicked By:
0
kicks

Memoizer Attribute Using Post Sharp  (Unpublished)

You can add this attribute to any method to memoize it. It modifies your complied code to intercept the method call and it checks for a cached result before returning anything.


Kicked By:
Drop Kicked By:
0
kicks

Cross-Cutting Concerns should be handled on ALL projects. No Excuses  (Unpublished)

The title say it all. All cross-cutting concerns in a project should be handled or given some thought on ALL PROJECTS. No exceptions. No excuses.


Kicked By:
Drop Kicked By:
0
kicks

Caching Roles For Better Site Performance  (Unpublished)

If you use roles in your ASP.NET application, by default ASP.NET queries the database with every page request in order to fetch the list of roles the current user belongs to. Considering the performance overhead that entails, it's surprising that so many developers forget to enable role caching in t...


Kicked By:
Drop Kicked By:
0
kicks

Donut Caching in ASP.Net MVC - Revisited by Phil Haack  (Unpublished)

In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute


Kicked By:
Drop Kicked By:
0
kicks

Caching the results of Linq queries  (Unpublished)

Source code and implementation discussion for a "FromCache" extension method which can be applied to any LINQ query.


Kicked By:
Drop Kicked By:
0
kicks

Extending ASP.NET MVC OutputCache ActionFilterAttribute - Substitution  (Unpublished)

In this post, Maarten Balliauw explains how to add partial caching (a.k.a. substitution) to his previously created OutputCahce filter for the ASP.NET MVC framework.


Kicked By:
Drop Kicked By:
0
kicks

Caching In 10 Minutes  (Unpublished)

A quick overview of 4 types of caching available to you in an asp.net application: 1. Viewstate, #2. Context, Session, and Application, #3. Cache API, and #4. HTML Output Caching


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Using the ASP.NET 2.0 SQL Server Cache Dependency  (Unpublished)

Performance is a key requirement for any application or piece of code that you develop. The browser helps with client-side caching of text and images, whereas the server-side caching you choose to implement is vital for creating the best possible performance. Caching is the process of storing freque...


Kicked By:
Drop Kicked By:
0
kicks

Caching Application Block : Usage Notes  (Unpublished)

Caching Application Block : Usage Notes


Kicked By:
Drop Kicked By:
0
kicks

Who Needs a Database? How I Built a Fully Functioning Website Without  (Unpublished)

A tutorial about implementing an interactive site with no database backend using flat files, caching and ASP.NET 2.0


Kicked By:
Drop Kicked By:
0
kicks

ASP.Net Quick Tips - Caching  (Unpublished)

A list of quick tips on asp.net caching.


Kicked By:
Drop Kicked By:
0
kicks

Fibonacci Numbers, Caching and Closures  (Unpublished)

In this article, I tinker with the classic Fibonacci number sequence and how to calculate them with lightning fast, thread-safe code using closures in C# 2.0.


Kicked By:
Drop Kicked By: