ASP.NET is a web-server scripting platform

Timeframe:

1- Brief history and explanation
2- Advantages / Disadvantages
3- Case Studies

Summarized ASP.NET Version History:

.NET 1.1 starts in 2003:  Basic ASPX page object structure is initially introduced with "code-behind" for each page which allows for compiled execution.
.NET 2.0 starts in 2005:  Object structure is improved to include navigational sitemaps, master pages, and globalization
.NET 3.0 starts in 2006:  Support for dynamic client objects is added
.NET 3.5 starts in 2007:  Support for speech synthesis is added

Do you understand server/client structure used in the internet?

TYPICAL Request and Response:
 Client ------> Server
 Client <------ Server
Web Server:
File storage
execute response program
Web Client:
makes request
received response from server
displays response to user

Why ASP.NET?

Advantages

Disadvantages

========= Case studies ==========

Case Study #1: Small Business Template

Source code: http://www.uacsoft.com/software/presentations/smbiz_templ.zip
Live Demo: http://www.uacsoft.com/software/

ADVANTAGES

DISADVANTAGES

Case Study #2: DotNetNuke CMS

Source code: http://www.dotnetnuke.com
Live Demo: http://www.uacsoft.com/dnn/friends/
Free test site:http://www.uacsoft.com/dnn/test/
     username: test
     password: password

ADVANTAGES

DISADVANTAGES

Case Study #3: TheBeerHouse

Live Demo: http://mb-serv.no-ip.org/TheBeerHouse/

DISADVANTAGES

Case Study #4: Club Codeplex

Live Demo: http://mb-serv.no-ip.org/club_codeplex/

ADVANTAGES

DISADVANTAGES

Recent developments

High Tech, High Touch by John Naisbitt explains that the more technology is developed, the more human interaction we crave.
Thus, online chat or instant operator contact pages are becoming more popular. Instant messageing is also a way to get in touch
with people without worrying about junk-mail filters putting your important mails in the trash bin.

Learn More

If you want to LEARN MORE, then please contact me ANYTIME.
Information is also continually posted on my blog at http://www.uacsoft.com/software/
More information is also available about ASP.NET developement at the MSDN website.