Tuesday, October 17, 2006

Lesson

Today Lesson
Web Applications Development
(DMX 2004)1)Web Page Authoring(HTML--it can only format the thing that we want such as picture)
(Access 2003)2)DataBase (RDBMS--Relationship Database Management Systems)
(Web server~IIS--Internet information services)3).NET framework/applications
~~~~VB.NET
~~~~ASP.Net
~~~~C sharp
Microsoft come out with their own platform which can derive by 20 languages.
.Net framework keep on upgrading, so it may not be backward compatible.
.Net framework in the migration process cause some problems.

IDE====dreamweaver which to put all the above three together.

How Application work in the three dimension:
1)Client-Server Architecture
Pull out information what we want
Example:
We use a computer n go estudent which is an application. N we request for page such as result for exam(we call out page+dynamic data). From the web server to ASP.Net pages which process the request to DB. N from there is it back to ASP.NET to web server which contain .NET framework. Then it is pull n brought to the computer n to the screen.

No comments: