Welcome to my site, this is the site of CSG175 in Northeastern University. In this course, and this website, I use ASP.NET from Microsoft. The technology I use in this website include C#, XML, Database, Javascript, Jquery, Ajax, CSS, and some .NET platform involving technology and also learn OO design.

Reference: I learn a lot from internet, the following website provide me many ideas.

MSDN

ASP.NET

Jquery official site

W3C orgnization


Projects

New Blog System
This is a Blog system implementing a important function of one blog, including compose new blog, edit blog, delete blog, save blog, view summary of blog. Also I implement a auto save function for user to save their lost data.The project use technology XML,Javascript(Jquery) Ajax, Jquery, CSS, C#, Httphandler.
Build A Dynamic Tag
This is a Dynamic tag building system. Sometimes we want to manage our tag informaiton in the database instead of write them on the page, then this system is for you. The project use technology Database, Ajax, Javasript(Jquery), CSS, C#


Experiments

Ajax Experiments
This is a series experiment of Ajax, including Ajax using asp.net Response.Write, using HttpHandler, Ajax and Database interaction and Ajax,XML file interaction. Study material from W3C school.
Jquery Experiments
This is a series experiments of Jquery and Javascript, inluding Jquery animate, Jquery selector, A Jquery simple pic slide show. Study material from Jquery Offcial website
Database Experiments
This is a series experiments of Database including database insertion, update, deletion, selection and asp.net Validator, GridView
C# Experiments
This is beginning experiment using C# to implement a sorting application.
HttpHandler Experiment
This is a index of series HttpHandler experiment.
LinQ Experiment
This is a LinQ experiment using GridView..