Stories recently tagged with 'cache'

Silverlight Cached Assemblies and you can to!(timheuer.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 6 months ago

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. read more...

add a comment |category: |Views: 5

tags: another

Caching Application Block and database backing store(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 3 months ago

Caching can help to overcome some of the challenges associated with enterprise-scale distributed web applications: Performance - Caching improves application performance by storing relevant data as close as possible to the data consumer. This avoids repetitive data creation, processing and transportation Scalability - Storing information in a cache helps save resources and increases scalability as the demands on the application increase Availability - By storing data in a local cache, the application may be able to survive system failures such as network latency, web service problems, and hardware failures read more...

add a comment |category: |Views: 54

tags: another

How to enable - disable caching programatically and on demand(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 3 years, 4 months ago

Sometimes, when you're doing something programmatically, like moving tabs around, you really don't want caching in your way in any form, since there's a great danger it'll affect the outcome. For some reason, programmatically clearing the cache may not be enough - you just don't need any caching around when you do certain stuff, and you don't want to oblige any host user to manually clear the cache. Here's a really simple way to disable caching programmatically. read more...

add a comment |category: |Views: 68

tags: another

Microsoft Project Code Named “Velocity” CTP1(microsoft.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

From Overview: "Velocity is a distributed in-memory application cache platform for developing scalable, available, and high-performance applications. It can be configured to run as a service accessed over the network or can be run embedded with the distributed application. “Velocity” includes an ASP.NET session provider object enabling storage of ASP.NET session objects in the distributed cache without having to write to databases, which increases the performance and scalability of ASP.NET applications." read more...

2 comments |category: |Views: 24

tags: another

Internet Explorer, HTTPS/SSL and ASPX pretending to be XLS(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 3 months ago

"Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." This is an error you can suddenly get after moving your ASP.NET application to a secure server. This post explains why and how to solve this. read more...

add a comment |category: |Views: 45

tags: another

10 Tips for writing high performance ASP.NET apps(msdn.microsoft.com)

submitted by superghostsuperghost(2260) 4 years, 4 months ago

This article discusses: Common ASP.NET performance myths. Useful performance tips and tricks for ASP.NET. Suggestions for working with a database from ASP.NET. Caching and background processing with ASP.NET read more...

add a comment |category: |Views: 19

tags: another

Easier way to manage your ASP.NET Cache (weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

Coolest way to do caching... create a CacheManager!!! read more...

2 comments |category: |Views: 35

tags: another

SharpCacheSessionManager(aspadvice.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

The SharpCacheSessionManager is a HttpHandler that allows to display the entries stored in the Cache, Session and Application object. You can view the data stored inside the objects and you can also remove the objects from the corresponding storage. read more...

1 comment |category: |Views: 11

tags: another

Distributed Cache Synchronization in WCF(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years ago

Advice on creating a distributed cache using Windows Communication Foundation. read more...

1 comment |category: |Views: 145

tags: another

The Secret Life Of NHibernates Caches(ayende.com)

submitted by UnquaLeUnquaLe(375) 5 years, 9 months ago

Ayende talks about NHibernate caches ! read more...

add a comment |category: |Views: 23

tags: another