Web Development with ASP.NET 2.0 - PowerPoint PPT Presentation

1 / 21
About This Presentation
Title:

Web Development with ASP.NET 2.0

Description:

Web Development with ASP.NET 2.0 Ranjan K Sen Education Group Microsoft Summary on ASP ASP, ASP.NET 1.0/1.1 ASP.NET 2.0 Developer productivity Administration and ... – PowerPoint PPT presentation

Number of Views:536
Avg rating:3.0/5.0
Slides: 22
Provided by: ranj9
Category:
Tags: asp | net | development | load | oracle | test | web

less

Transcript and Presenter's Notes

Title: Web Development with ASP.NET 2.0


1
Web Development with ASP.NET 2.0
  • Ranjan K Sen
  • Education Group
  • Microsoft

2
Summary on ASP
  • ASP, ASP.NET 1.0/1.1
  • ASP.NET 2.0
  • Developer productivity
  • Administration and management
  • Performance and scalability
  • Device specific code generation
  • Development Suit
  • ASP.NET 2.0 developer infrastructure (with VS)
    includes
  • Membership/role mgmt, personalization
  • Portal framework site navigation, image
    generation,
  • Compilation system master page, theme,
  • New server controls

3
Quick overview
  • HTML pages
  • static to dynamic pages
  • MS Active Server Page (ASP) for building web
    application
  • IIS web server, database servers
  • Distributed systems integration via HTTP
  • ASP 2.0 is based on feedback from developers and
    users of earlier ASP technology
  • Make web application development easier than
    before

4
Development Environment
  • Visual Studio offerings for supporting Web
    development using ASP.NET 2.0
  • .NET 2.0
  • SQL 2005
  • Trial development tools
  • Visual Web Developer and others
  • SQL 2005 Express

5
Illustrations
  • Accessing data is easy!
  • 6 new data source controls reduces coding
  • Example SqlDataSource and GridView
  • Applying paging using AllowPagingtrue other
    declarative ways to configure GridView
  • Allowing Editing row via ShowEditButtontrue
  • Generates necessary template for editing
  • Declarative manner helps quick development
  • Bind GridView to different data source

6
Administering application
  • Administrating tool in ASP.NET 2.0

7
Performance and scalability
8
Additions/changes
  • Page Framework
  • Master page
  • Themes
  • New server controls
  • IDE changes
  • Tag navigator, page tabs, code change
    notifications, error notification, Intellisense
  • New Code behind
  • Partial class
  • New page events

9
New features
  • Membership and role management
  • Personalization
  • Portal framework
  • Site navigation
  • Image generation
  • Automatically adjustment to target device

10
Cross page posting
  • New page directives
  • PreviousPage works with cross page posting
  • Has the following attributes
  • TypeName the strong type used in the previous
    page
  • VirtualPath the path of the previous page

11
Information
  • Visual Web Developer http//msdn.microsoft.com/asp
    .net/getvwd/default.aspx
  • Download is lt 3 MB
  • MSDN Flash newsletter http//msdn.microsoft.com/fl
    ash/default.aspx
  • Hosters
  • http//msdn.microsoft.com/asp.net/beta2/hosters/de
    fault.aspx
  • QuickStart on ASP.NET
  • http//beta.asp.net/QUICKSTART/aspnet/default.aspx
  • Developer info
  • http//msdn.microsoft.com/vstudio/tryit/hosted/asp
    2/default.aspx

12
Web applications
  • Create a Web site for MSN Bookstore
  • Create a banner to go
  • Build the main content page
  • Add elements in content page
  • Build a check out page
  • Build a thank you page
  • Validate credit card

13
A taste of distributed processing..
  • Movie

14

15
www.thespoke.net
16
Movie
17
(No Transcript)
18
(No Transcript)
19
(No Transcript)
20
(No Transcript)
21
Distributed Information Processing
  • E-commerce
  • Multi tier applications involving resource such
    as clients, middle tier servers, back end
    servers, data base server etc.
  • Web service, BizTalk servers, Commerce servers
  • Multi-party collaboration, document processing
  • Sharepoint, Portal service, Office Tech
  • Backup and recovery, Fault tolerace
  • Windows 2003 server, MS SQL server cluster
Write a Comment
User Comments (0)
About PowerShow.com