Start using a distributed cache or an OutProc cache in your existing Enterprise Library 2.0 Caching Application Block (CA based applications without any code change. Just change your application's configuration file to plug-in NCache as your cache provider.
CAB provides a simple stand-alone InProc cache out of the box. However, your ASP.NET application worker process keeps recycling and each time it does that you lose all the in-memory cache and have to rebuild it. And, if you have multiple worker processes running on the same server then you have multiple copies of the cache that takes more memory and can also go out of sync with each other. What you really need is an OutProc cache to be used with CAB in these situations.
Additionally, if your ASP.NET application is running in a web farm, then you must have a distributed cache which CAB does not provide out of box. However, you can plug in NCache seemlessly and start using a distributed cache with CAB.
Whichever way you look at it, NCache gives you a much more feature-rich cache for CAB regardless of whether your application is running on a single server or a web farm.
Start using a distributed cache or an OutProc cache in your existing Enterprise Library 2.0 Caching Application Block (CA based applications without any code change. Just change your application's configuration file to plug-in NCache as your cache provider.
CAB provides a simple stand-alone InProc cache out of the box. However, your ASP.NET application worker process keeps recycling and each time it does that you lose all the in-memory cache and have to rebuild it. And, if you have multiple worker processes running on the same server then you have multiple copies of the cache that takes more memory and can also go out of sync with each other. What you really need is an OutProc cache to be used with CAB in these situations.
Additionally, if your ASP.NET application is running in a web farm, then you must have a distributed cache which CAB does not provide out of box. However, you can plug in NCache seemlessly and start using a distributed cache with CAB.
Whichever way you look at it, NCache gives you a much more feature-rich cache for CAB regardless of whether your application is running on a single server or a web farm.
When a graph is drawn, the focus is kept on the actual underlying competing figures that constitute the graph. Sometimes it is difficult to make assumptions just by looking at these graphs. When looking at a geographical map of data you immediately see exactly where things are happening. This article presents a .NET geographical mapping solution that will illustrate a fairly simple way of implementing these maps.
Have you, as a web developer or designer ever been on sites where the site seems more of a puzzle then a tool to find the information you where looking for? Or are you looking to improve your web design skills? Then read on!
Design & Accessibility
This e-Book will teach you how to become a truly professional developer or designer. By taking usability and accessibility issues in account when designing your websites or applications you can make the difference and avoid a lot of (user) frustration.
Inside ASP.NET is a comprehensive guide to ASP.NET development using Microsoft's .NET development framework. This book presents information on the .NET framework that is of specific interest to Internet and intranet developers, and is split into the following sections: Introducing ASP.NET, Core ASP.NET, ASP.NET and Data Access, Advanced Technologies, Advanced Web Forms, and Putting It All Together
Each chapter tackles a specific area of ASP.NET development, first by giving a detailed overview, then presenting a series of code examples and walk-throughs that illustrate various applications of ASP.NET