
80
Open
Admin User
Rohit Nakarmi, Sadan Maharjan, Sanit Maharjan, Vishnu Kumar Rana (Supervisor)
October 2013
Thesis or project
Computer science
BscCSIT, CSC-404: Project work
Bachelor
2009
This project titled “Blogging Web Application” is an attempt to research on blog, know
its working mechanism and then develop a working blogging web application that can
provide basic functionality of a blogging application.
A blog is a discussion or informational site published on the World Wide Web and
consisting of discrete entries typically displayed in reverse chronological order. This
project made a study on blog, its current trend and development. Blog has become
integral part of online world. Realizing the potential, authors have attempted to develop
such application.
This project attempt to make and web based application in ASP.NET which can be
used by any users. This project demonstrates how a simple blogging application can be
created easily using ASP.NET. This application provides basic functions that a
blogging application must perform. Any user can view and comment blogs and register.
Registered uses can start to post their blogs.
"Blogging Web Application” uses Microsoft’s technology ASP.NET along MS-SQL
server and ADO.Net which helps connecting with database and access data with ease
and requires a web server to run. The web application created is three tier based
architecture. Many web server controls have been used extensively to create web form.
Code behind page, which uses C#, has been used to create the logic of the application.
This application has been created using tools like Visual Studio 2010 professional
edition and SQL server management studio.
This application developed during project, although not equal to its real world
counterpart, is fully functional. This project demonstrates basic features of a blogging
application and shows how it can be implemented.