Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 2
page 1 of 4
Published: 04 Aug 2008
Abstract
In the previous part, Xianzhong Zhu discusses the general architecture of the blog system which he is developing. In this second part, you will master the management of the blog application. He provides comprehensive coverage of the creation of various administration back-end tools like category, article, link, and message management modules with the help of relevant screenshots and source code.
by Xianzhong Zhu
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 27855/ 38

Overview

In the first part of this long article we introduced the general architecture of the sample blog system and took a quick look at the login system and the homepage layout. Although you are just setting your feet on the long journey, you should become aware that during the construction of an ASP.NET AJAX Server-Centric based system the ASP.NET techniques themselves still play the leading role, while the ASP.NET AJAX server controls together with the numerous ASP.NET AJAX Control Toolkit extenders only play the minor role. And again, we should firmly bear in mind that the key features of AJAX lies in the two aspects--the ASYNCHRONOUS mode and PARTIAL update. At the same time, no matter how many ASP.NET AJAX Control Toolkit extenders you put into use in your system, they merely help to extend the client-side functionalities and enhance the user experience to some extent. That is to say, the setup of the business logics of the system still falls back upon the ASP.NET platform itself as well as the related backend supporting languages such as C# and VB.

Moreover, to achieve the aim of bringing to the website a completely brand-new user experience requires that the developer be very familiar with the extender components, which in turn possibly cost a great deal of time. So, as you have may guessed, we have also utilized just a few of the AJAX Control Toolkit extenders with merely the aim to gain some AJAX experience in combination with the ASP.NET 2.0 techniques.

In this second part we will roll up our sleeves to write the blog sample application from the point of view of the background manager management.

But first of all, let us take a back look at the backend manager management related modules and their relations, as is depicted in Figure 1.

Figure 1 - The backend administrator related modules

Now with the backend modules in mind, we can start to dwell upon the above modules one by one.


View Entire Article

User Comments

No comments posted yet.






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


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