Tag: Development

Community

Defining Templates with jTemplate

(Peter Vogel) In my article, Integrating jQuery, Web Services, and AJAX and ASP.NET , I used a combination of client-side coding and ASP.NET controls to create a page that displayed and updated a single customer record. In this article, I’m going to extend that case study to display multiple records

Community

Multi-Tier Performance Analysis

(Daryush Laqab) Think of a typical three-tier application; the one that has, let’s say, an ASP.NET UI, a business logic layer, and a data access layer which talks to a SQL Server instance. Ever wondered which queries are executed as a result of serving a page? Ever wondered how long it takes to exec