.NET news » Search results

Search results for query "cache using ajax" (79):

Implementing a super-fast, size-constrained generic cache

I work with performance-critical software that often requires some form of cache to function efficiently. However, there is also often a need to constrain memory usage, so I set out to create a high-performance cache with a maximum size.

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Part 1

Since AJAX involves many disparate technologies at different layers in the networking stack, implementing AJAX without the use of an AJAX framework is difficult and error-prone. Fortunately, Microsoft has released a free AJAX framework for ASP.NET developers: Microsoft ASP.NET AJAX. This article is the first in a series of articles that examines the ASP.NET AJAX framework. This installment provides an overview of AJAX technologies and looks at getting started with Microsoft's framework. Future installments will focus on specific controls and scenarios..
2007-10-10 00:00:00   Source: Building Interactive User Interfaces with Microsoft...   Tags: Ajax ASP.NET

Perspectives on ASP.NET AJAX

Microsoft ASP.NET AJAX (formerly referred to as "Atlas") adds many new capabilities to ASP.NET 2.0, all of which are geared towards making it easy to add AJAX-based functionality to your Web sites. In this month's column, I examine ASP.NET AJAX, looking closely at some of its key features..
2006-12-20 18:00:00   Source: Perspectives on ASP.NET AJAX   Tags: Ajax

Online Article: Using the Ajax.NET Framework

What developer wants to spend hours manually writing Ajax pluming when the Ajax.NET framework does this for free? The Ajax.NET Framework presents a remarkably easy-to-use framework that will simplify Ajax development and allow developers to spend more time on implementation details and less time on parsing XML.
2006-02-17 02:00:00   Source: Online Article: Using the Ajax.NET Framework   Tags: Ajax

Exploring ASP.NET Session State and Cache data

An article showing how to create quick, "easy to use" views of session state and cache.
2007-01-10 06:09:00   Source: Exploring ASP.NET Session State and Cache data   Tags: ASP.NET

ScriptManager Enables AJAX In Your Web Apps

ASP.NET AJAX was released by Microsoft to answer this need in Web application development. My goal in writing this article is to expand your knowledge of a central component of ASP.NET AJAX called the ScriptManager control and to show how advanced programming of ASP.NET AJAX is achieved using it. ScriptManager is a server-side control that sits on your Web Form and enables the core of ASP.NET AJAX. Its primary role is the arbitration of all other ASP.NET AJAX controls on the Web Form and the addition of the right scripting libraries to the Web browser so that the client portion of ASP.NET AJAX can function. Often you will find yourself using the ScriptManager to register other controls, Web services, and client scripts...
2007-07-16 19:00:00   Source: ScriptManager Enables AJAX In Your Web Apps   Tags: ASP.NET Ajax

Microsoft ASP.NET AJAX: Using the UpdatePanel

Over the past several years web developers have started using JavaScript to make asynchronous postbacks to the web server that only transmit and receive the necessary data; these techniques are commonly referred to as AJAX. Microsoft has released a free AJAX framework for ASP.NET developers named Microsoft ASP.NET AJAX. This article series examines using Microsoft's ASP.NET AJAX framework to build responsive user interfaces.
2007-10-24 00:00:00   Source: Microsoft ASP.NET AJAX: Using the UpdatePanel   Tags: Ajax ASP.NET

AJAX Test Automation

The popularity of Web applications that use AJAX (Asynchronous JavaScript And XML) technology has increased steadily over the past year. When written correctly, AJAX can yield significant improvements in performance and user experience compared with non-AJAX Web applications. However, because AJAX Web applications work asynchronously, traditional synchronous test automation techniques generally don't work. In this month's column, I present a technique that allows you to write lightweight test automation to verify the functionality of AJAX Web applications.
2007-01-19 17:24:22   Source: AJAX Test Automation   Tags: Testing Ajax

AJAX Test Automation

The popularity of Web applications that use AJAX (Asynchronous JavaScript And XML) technology has increased steadily over the past year. When written correctly, AJAX can yield significant improvements in performance and user experience compared with non-AJAX Web applications. However, because AJAX Web applications work asynchronously, traditional synchronous test automation techniques generally don't work. In this month's column, I present a technique that allows you to write lightweight test automation to verify the functionality of AJAX Web applications.
2006-12-20 18:00:00   Source: AJAX Test Automation   Tags: Ajax Testing

An Introduction to AJAX Techniques and Frameworks for ASP.NET

This article introduces AJAX to ASP.NET developers, implementing an example web page in different ways using ASP.NET Atlas, ASP.NET callbacks, Ajax.Net, Anthem.Net, and MagicAjax.Net.
« Previous12345678Next »