Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Some notes on ASP.Net's caching system
- Last week, I mentioned the caching system in ASP.Net, and after some feedback from readers, I promised to write a bit specifically about caching. To be honest, I am not sure what I could say about it at the fundamental level, since the MSDN library has really everything that you...
- Tags: Web Development, Caching, ASP.NET
- Blog posts 2007-07-16
Additional Resources
- Control data caching in .NET with the Caching API
- Caching ..Good article. This type of caching will work on a single server or the data is static. If you do have a webfarm or a webgarden architecture, one needs to do caching based on an external server or a database. There is also a .net application block(is that...
- Tags: .net caching, Caching API, Control Data, ganesh@..., Microsoft .NET, programming
- Discussion threads 2006-07-05
- Some notes on ASP.Net's caching system
- Do you use caching?Do you use caching at the application or presentation layer? Why or why not? If you do, how are you going about it?J.Ja
- Tags: .NET, Justin James, Microsoft ASP.NET
- Discussion threads 2007-07-16
- MSDN Architecture Webcast: Patterns & Practices Live: Enterprise Library Caching Application Block (Level 300)
- Properly designed caching can make system more robust and increase performance dramatically, poorly designed caching ads unnecessary overhead and provides little benefit. The attendee of this webcast will learn how to make use of the new caching application block to help lessen the demand on back-end systems while increasing throughput.
- Tags: Microsoft Developer Network, Webcast, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
- Webcasts 2005-03-10
- MSDN Webcast: ASP.NET Soup to Nuts: Caching (Level 200)
- Caching is a widely used technique in computing to increase performance by keeping frequently accessed or expensive data in memory. In the context of a Web application, caching is used to retain pages or data across HyperText Transfer Protocol HTTP requests and reuse them without the expense of recreating them....
- Tags: Microsoft Developer Network, HTTP, Webcast, Microsoft ASP.NET, Web Application, Microsoft Corp., .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: ASP.NET Caching (Level 200)
- ASP .NET caching is one of the fundamentally great features inside of the Microsoft .NET framework since it provides a simple method of increasing the web application's performance. Data that is used over-and-over in the application or is updated semi-regularly (like a catalog, list of contacts, store locations, etc.) make...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- A Collaborative Approach for Caching Dynamic Data in Portal Applications
- Portals are one of the rapidly growing applications on the Web, providing a single interface to access different sources providers. Providing fast response time is one of the critical issues in such applications. The performance of such applications through caching techniques is addressed in this paper. The limitations of existing...
- Tags: Australian Computer Society, Portals, Web Technology, Internet
- White papers
- Accelerating Internet Streaming Media Delivery Using Network-Aware Partial Caching
- Internet streaming applications are adversely affected by network conditions such as high packet loss rates and long delays. This paper aims at mitigating such effects by leveraging the availability of client-side caching proxies. The paper presents a novel caching architecture and associated cache management algorithms that turn edge caches into...
- Tags: Aware, Network, Delivery, Streaming Media, Web Site Development, Web Technology, Internet, Digital Media, Engineering, Consumer Electronics, Personal Technology
- White papers
- Microsoft ASP.NET: An Overview of Caching
- In this webcast, the listener will hear about the features of the different types of caching that are available in Microsoft ASP.NET, and where to use them. The webcast will also include information that will help the listener gain a general understanding of how caching can improve performance in Web...
- Tags: Webcast, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- Five Ugly Truths about WAFS and Caching: Why caching can't meet the enterprise application acceleration challenge
- Wide Area File Systems WAFS and caching are two approaches used to accelerate specific applications over WANs. They sound good in theory -- "saving bandwidth and making files go faster over the WAN" -- but did you know there are serious limitations in the architecture of these approaches? ...
- Tags: Riverbed Technology Inc., Acceleration, Enterprise Application, WANs, Network Technology, Networking
- White papers 2006-04-01
- MSDN Architecture Webcast: Leveraging Caching in ASP.NET 2.0 (Level 200)
- Microsoft ASP.NET 2.0 has some new performance and scalability features. This webcast covers data caching based on controls, Microsoft SQL Server, and post-cache substitution. The presenters begin the discussion with controls as an easy way to configure caching. Next, using features of Microsoft SQL Server 2005, they look at how...
- Tags: Microsoft Developer Network, Substitution, Webcast, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, Digital Media, Databases, Consumer Electronics, Personal Technology, Enterprise Software, Software, Data Management
- Webcasts
- Caching in ASP.NET 2.0-Level 400
- This session is based on the Beta 1 version of ASP.NET 2.0. Learn how to use some of the powerful new capabilities of ASP.NET 2.0 to make your applications perform better. This webcast covers database cache invalidation, control caching, custom cache dependencies, disk output caching, and the new cache replacement...
- Tags: Microsoft ASP.NET, Microsoft ASP.NET 2.0, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts
- MSDN Webcast: Improving Performance of ASP.NET 2.0 Using Caching (Level 200)
- Microsoft ASP.NET 2.0 has some new performance and scalability features. The presenter of this webcast looks at data caching based on controls, Microsoft SQL Server and post-cache substitution. The webcast starts with controls as an easy way to configure caching. Then, utilizing features of Microsoft SQL Server 2005, the presenter...
- Tags: Microsoft Developer Network, Substitution, Webcast, Performance, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, Microsoft SQL Server 2005, .Net, Digital Media, Middleware, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software
- Webcasts 2005-07-21
- Improve performance and scalability metrics in enterprise applications: Caching best practices in Enterprise Library
- Caching helps reduce the amount of data transferred between processors and computers, and also reduces the amount of data processing that occurs in a system and the number of disk access operations that must occur. Therefore, designing an application that performs and scales well involves designing with caching best practices...
- Tags: Chapter, Performance, Scalability, Best Practice, Enterprise Application, Addison-Wesley
- Book chapters 2006-06-19
- Cost-Distortion Optimized Caching of Streaming Media
- Caching of Internet content in caches local to users is beneficial to both users and the network, because it reduces retrieval times for the user as well as reduces load on the network. However, it comes at the cost of storage in the cache, which can be large, particularly when...
- Tags: Multimedia, Streaming Media
- White papers 2007-11-07
- MSDN Webcast: Using Caching in ASP.NET 2.0 (Level 200)
- Microsoft ASP.NET 2.0 has some new performance and scalability features. This webcast discusses data caching based on controls, Microsoft SQL Server, and post-cache substitution. Next, utilizing features of Microsoft SQL Server 2005, this webcast explains how SQL 2005 cache invalidation can integrate with the existing caching techniques. Finally it explores...
- Tags: Microsoft Developer Network, Substitution, Webcast, Microsoft ASP.NET, Microsoft Corp., Microsoft ASP.NET 2.0, .Net, Digital Media, Middleware, Databases, Software Development, Software/Web Development, Consumer Electronics, Personal Technology, Enterprise Software, Software, Data Management
- Webcasts
- ASP.NET HOW DO I Video Series: Caching (Part 2) (msi)
- This MSI contains code that supports the video which is part two of a two-part series introducing the new caching features of ASP.NET 2.0. Topics include the new Partial-Page Output Caching feature of ASP.NET 2.0 followed by an overview of the Cache API, which demonstrates how to efficiently bind a...
- Tags: Microsoft ASP.NET, Video, Microsoft ASP.NET 2.0, .Net, Middleware, Corporate Communications, Software Development, Software/Web Development, Enterprise Software, Software, Marketing
- Software downloads 2007-08-31
- How to deploy scalable web caching solutions
- Just say no to Cisco CE'sJust a word of warning...web caching is a great idea, but stay clear of Cisco Content Engines; they're positively worthless. They produce no noticable results, cost a bundle, and I'd rather run through a gauntlet of pit bulls while wearing porkchop underwear, than try...
- Tags: Cisco Systems Inc., programming, skooboy, Web, webcaching
- Discussion threads 2006-03-21
- Offline File Caching in Longhorn Server
- This paper takes a look at some of the ways that Longhorn Server facilitates offline file caching. Longhorn Server's file caching feature has been greatly improved over the previous version. In case a person is not familiar with offline file caching, the basic idea behind it is that when a...
- Tags: Microsoft Windows Server Longhorn, Microsoft Longhorn, File, Microsoft Windows Server 2008, Microsoft Windows Vista (Longhorn), Servers, Operating Systems, Microsoft Windows, Software, Hardware
- White papers 2006-10-26
- Accelerating the Internet With ISA Server 2004 Web Caching
- Microsoft Internet Security and Acceleration ISA Server 2004 is an extensible firewall and Web-caching server that integrates with Microsoft Windows 2000 and Microsoft Windows Server 2003 to provide enterprises with policy-based access control of all communications moving through the firewall. The Web-cache capabilities of ISA Server 2004 improve both network...
- Tags: Web, Internet, Microsoft ISA Server, Microsoft Corp., Channel Management, Microsoft Windows, Firewalls, Servers, Security, Marketing, Operating Systems, Software, Networking, Hardware
- White papers 2004-06-01
- << Previous
- page 1 of 1
- Next >>