web 2.0

Pluggable Generic ASP.NET Cache Manager

In this article I’ll provide a simple way in order to build a Pluggable Generic ASP.NET Cache Manager. [More]

Views(4780)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET

Useful Cache and Session Method Extensions for ASP.NET

Hi, In the line of Method Extensions here is some Extensions for Cache and Session for ASP.NET. These uses the Cache and Session Compression of my previous post. Compression Extensions public static class CompressionExtensions { /// <summary> /// Compresses the specified data. ... [More]

Views(1861)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

ASP.NET | C#

[EN] Css Caching and Compression with HttpModule for ASP.NET

Hi, In this post i'll continue talking about ASP.NET Optimizations and more specificaly about CSS Caching and Compression using and HttpModule which use our CompressedCache class cf . my previous post. Why use HttpModule ? HttpModules are able to process requests when they are processed by ASP.NE... [More]

Views(1749)

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

ASP.NET

Compression ASP.NET Session et Cache

Bonjour, Aujourd'hui nous allons parler de compression de la Session et du Cache ASP.NET afin d'optimiser l'espace mémoire de notre serveur web. Scott Hanselman à discuté sur son blog de cet éventualité et ne traitait que l'utilisation de "String". Je vous prop... [More]

Views(1897)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

ASP.NET | C#

Generic ASP.NET CacheWrapper

Bonjour, Ce matin en me reveillant, les yeux encore tous collés :) je me suis dis et si on parlait de Cache ? Il m'est alors venu a l'esprit qu'il est assez embetant de devoir sans arret jouer avec le boxing/unboxing lorsque l'on utilise le Cache ASP.NET, d'ou la création d'un petit Gener... [More]

Views(827)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

ASP.NET | C#

Technorati Profile