Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 1
page 1 of 9
Published: 28 Jul 2008
Abstract
In this first part of the series, Xianzhong Zhu examines the development of a simple popular blog system under the ASP.NET 3.5 environment and using ASP.NET AJAX Server-Centric techniques. After a brief introduction, he provides a detailed overview of the basic system requirements required for building the blog. He then delves deeper into the front-end and back-end pages, architecture and database design of the system and the connection string used for the project. At the end of the article, Xianzhong demonstrates the development of the login page and the homepage of the blog along with the relevant source codes.
by Xianzhong Zhu
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 40662/ 64

Introduction

ASP.NET AJAX framework provides us with two types of patterns to build richer, more interactive, standards-based Web 2.0 applications: the server-centric programming model and client-centric one, with each holding its own advantages and disadvantages. According to Dino Esposito, "For now, however, the best way out is to implement AJAX through the UpdatePanel control."  For now, we are suggested to follow the server-centric programming model to develop ASP.NET AJAX based applications. After more than two years of researching into the ASP.NET AJAX framework, I greatly approve of his viewpoint. The server-centric programming model enables you to “…modify existing pages at your convenience. Also, it's unobtrusive and doesn't require you to learn many new things before starting.”

In contrast, although the ASP.NET AJAX Client-Centric programming model can leverage full power of client-side JavaScript/XHTML and provide cross-browser richer and more interactive user experience, developers have to spend plenty of time to grasp multifold related techniques of both the server side and the client side. Especially Visual Studio 2005, but even the newest Visual Studio 2008 has not provided better support for the client-side xml-script declarative programming mode, which in some degree adds the difficulty in writing the xml-script code.

In this series (3 articles), I will try to show you how to follow the ASP.NET AJAX server-centric programming model to develop a mini blog system under ASP.NET 2.0 environments. In this first installment of this series, we are going to focus upon the general design related issues, while in the second part we are to construct the backend system around the manager management, and in the last part to discuss the common user related things as well as conclude the crucial techniques and skills utilized in the blog system.


View Entire Article

User Comments

Title: Khabar   
Name: Sarfraz
Date: 2010-12-20 8:55:44 AM
Comment:
Hello Nice






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-20 9:30:47 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search