Introduction to ASPNET - Start Here

download Introduction to ASPNET - Start Here

of 21

Transcript of Introduction to ASPNET - Start Here

  • 8/2/2019 Introduction to ASPNET - Start Here

    1/21

    Jorge Oblitas

    Microsoft

  • 8/2/2019 Introduction to ASPNET - Start Here

    2/21

    About the Training Structure

    This training course has 7 chapters You can follow the 7 chapters as videos using this PowerPoint presentation

    as a starting point or

    You can look the PowerPoint presentations individually for each chapter

    The folders At the root you will find this PowerPoint presentation and the following

    folders: PPTs: contains the PowerPoint presentations for each chapter

    DemoVideos: contains the demos in Windows Media format DemoCode: contains the code for the demos used in the videos

    Recommended Readings: contains links to recommended readings

    Resources: contains files you need to do the exercises (i.e. database files)

    Other folders: contains other files used by this Presentation

  • 8/2/2019 Introduction to ASPNET - Start Here

    3/21

    How to get the most from this courseWhatever way you choose to follow the course, always

    try to:

    Go through each exercise on your own

    Read the Recommended Readings

    The samples start from zero, and you will be able toreproduce them by just watching the video. If you find aproblem, you can check the sample code in theDemoCode folder.

  • 8/2/2019 Introduction to ASPNET - Start Here

    4/21

    Before you startYoull need to install:

    Visual Web Developer Express

    The .NET Framework The sample database

    You can download the first two fromhttp://www.asp.net

    You can find the database in the Resources folder

    Note: For each chapter, click on the video to start

    http://www.asp.net/http://www.asp.net/
  • 8/2/2019 Introduction to ASPNET - Start Here

    5/21

    By Merlin the Microsoft agent and his friends

  • 8/2/2019 Introduction to ASPNET - Start Here

    6/21

    Agenda Chapter 1 Preparing the terrain

    Just checking a little HTML Differences between HTML and XML Why XML is important The interpreter Static vs. Dynamic Pages

    Chapter 2 Working with the server A question for you Implications of the server process

    Chapter 3 The .aspx page

    The .aspx page as a dynamic page Aspx answers the question in the previous chapter First things first: The Tool Demo

    Chapter 4 Server controls What is a server control? Adding and working with a server control (demo) Code behind vs. inline code A formal definition for ASP.NET

    Chapter 5 Introduction to State Management and Auto Postback Why is it important? State Management in ASP.NET: Demo Auto postback appears

    Chapter 6 The search for equilibrium: Server code? Client code? A little history What ASP.NET has to say about that A little sample (validation controls)

    Chapter 7 The final demo

    VWD Express Starter Kits

  • 8/2/2019 Introduction to ASPNET - Start Here

    7/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    8/21

    What we learnedWhat a Web Server Does

    Differences between XML and HTML

    How a Dynamic Page works

    Dont forget Read all the Recommended Readings Review the lesson if you have questions Join a local community of developers to share and learn

  • 8/2/2019 Introduction to ASPNET - Start Here

    9/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    10/21

    What we learned The implications of Server side processing

    Dont forget Read all the Recommended Readings

    Review the lesson if you have questions

  • 8/2/2019 Introduction to ASPNET - Start Here

    11/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    12/21

    What we learnedWhat is the .aspx page

    What is Visual Web Developer Express

    Dont forget

    Read all the recommended Readings Review the lesson if you have questions

    DownloadVisual Web Developer Express

    Reproduce the sample shown in the video on your own

    http://msdn.microsoft.com/vstudio/express/vwd/download/http://msdn.microsoft.com/vstudio/express/vwd/download/
  • 8/2/2019 Introduction to ASPNET - Start Here

    13/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    14/21

    What we learnedWhat a server control is and how to use it

    The differences between inline code and code behind

    Dont forget

    Read all the Recommended Readings Review the lesson if you have questions

    Reproduce the sample shown in the video on your own

  • 8/2/2019 Introduction to ASPNET - Start Here

    15/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    16/21

    What we learnedWhy State Management is important

    How ASP.NET manages state

    The concept of auto postback

    Dont forget

    Read all the Recommended Readings Review the lesson if you have questions

    Reproduce the samples shown in the video on your own

  • 8/2/2019 Introduction to ASPNET - Start Here

    17/21

    By Merlin, the Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    18/21

    What we learnedWhy we need client technologies

    How ASP.NET helps us

    Dont forget

    Read all the Recommended Readings Review the lesson if you have questions

    Reproduce the samples shown in the video

  • 8/2/2019 Introduction to ASPNET - Start Here

    19/21

    By Peedy, The Microsoft Agent

    Click to Play Video

  • 8/2/2019 Introduction to ASPNET - Start Here

    20/21

    What we learnedWhere to find the Starter Kits and how to use them

    Modify one of the starter kits for personalization

    Dont forget

    Read all the Recommended Readings Review the lesson if you have questions

    Reproduce the samples shown in the video

  • 8/2/2019 Introduction to ASPNET - Start Here

    21/21

    THANK YOU VERY MUCH