Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- 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: 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
- 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
- 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
- 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
- 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
- Microsoft ASP.NET with Visual Studio.NET Presentation (exe)
- PowerPoint presentation that covers Web forms, how to secure ASP.NET applications, caching, and monitoring ASP.NET applications. This version is the first release on CNET Download.com.
- Tags: Microsoft Visual Studio.Net, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2007-08-29
- 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
- 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
- MSDN Webcast: ASP.NET Under the Covers: Creating High-Availability, Scalable Web Applications (Level 300)
- This webcast explains about maximizing the effectiveness of ASP.NET output caching on an x86 system. It also covers how to host many ASP.NET applications on a single server and how to tune ASP.NET applications that have large, complex file structures.
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Web Application, .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
- 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 Webcast: Distributed Object Caching and Distributed Sessions for .NET Applications in Server Farms (Level 200)
- Distributed object caching can significantly improve an application's performance, scalability, and availability. Additionally, .NET applications running in server farms must cache distributed objects to automatically synchronize the data among servers. Through this webcast one can learn about distributed object caching, and to find out how to use ASP.NET sessions in...
- Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Server Farm, Server, Session
- Webcasts
- Free RSS Muncher for ASP.Net (zip)
- Free RSS Muncher for ASP.Net allows you to show your users news, updates and other information published in RSS feeds from the Internet. Free RSS Muncher for ASP.Net is completely customizable to look as part of your Website. Choose any RSS feed from any subject: Finance, Technology, Sports, and Weather....
- Tags: RSS Feed, Microsoft ASP.NET, RSS, .Net, Internet, Software Development, Software/Web Development
- Software downloads 2007-11-16
- Migrating From ASP to ASP.NET
- This presentation discusses the most common migration issues, solutions, and provides a few facts that you have to be aware of when you migrate an existing ASP application to ASP.NET. You will also hear about some basic considerations for converting your ASP application to an ASP.NET application. This presentation assumes...
- Tags: Microsoft ASP, Microsoft ASP.NET, ASP Application, .Net, Scripting Languages, Middleware, Software Development, Software/Web Development, Web Development, Enterprise Software, Software
- Webcasts
- Nine ASP.NET Site Navigation Problem Solutions: Part 2
- This paper explores more advanced techniques with the final two problems hiding unauthorized pages and including database-driven content in site map data. The solution to the first problem requires a brief review of ASP.NET 2.0 authorization and page level security, while solving the second problem involves extending the Site Map...
- Tags: Microsoft ASP.NET, Jupitermedia Corp., Microsoft ASP.NET 2.0, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-08-21
- MSDN Webcast: Migrating From ASP.NET 1.1 to ASP.NET 2.0 (Level 200)
- The presenter of this webcast will explore the new features and enhancements in Microsoft ASP.NET 2.0 that offer developers a better set of options for Web development than those available in ASP.NET 1.1. The presenter will also discuss how the architecture of ASP.NET has changed to support a greater variety...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Microsoft ASP.NET 2.0, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts 2005-07-08
- MSDN Webcast: Essential ASP.NET for the Web Developer (Part 15 of 15): Caching (Level 200)
- The most requested caching feature in the first release of Microsoft ASP.NET 1.1 was Microsoft SQL Server cache invalidation, so it should come as no surprise that version 2.0 has a complete implementation of SQL cache invalidation. Even better news is that it is a completely pluggable architecture, so users...
- Tags: Web Developer, Microsoft Developer Network, Web, Webcast, Microsoft SQL Server, Microsoft ASP.NET, Microsoft Corp., Databases, .Net, Enterprise Software, Middleware, Software, Data Management, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: ASP.NET Globalization (Level 200)
- The .NET Framework and ASP.NET provide tools that make it easy to reach global markets on the Web. However, architecting applications for globalization should be part of the design phase for best results, and rapid localization cycles. This webcast will show a person how to approach ASP.NET architecture to support...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Globalization, .Net, Middleware, Digital Media, Strategy, Management, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
- Webcasts
- << Previous
- page 1 of 1
- Next >>