home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / quickstart.aspx < prev    next >
Encoding:
Text File  |  2000-06-08  |  1.8 KB  |  20 lines

  1. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  2.  
  3. <h4>Welcome to the ASP+ QuickStart Tutorial</h4>
  4.  
  5. The ASP+ QuickStart is a series of ASP+ samples and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP+ web programming framework. The QuickStart samples are designed to be short, easy-to-understand illustrations of ASP+ features.  By the time you have completed the QuickStart tutorial, you will be familiar with:
  6. <ul>
  7. <li><b>ASP+ Syntax.</b> While some of the ASP+ syntax elements will be familiar to veteran ASP developers, several are unique to the new framework.  The QuickStart samples cover each element in detail.
  8. <li><b>ASP+ Architecture and Features.</b> The QuickStart introduces the features of ASP+ that enable developers to build interactive, world-class applications with much less time and effort than ever before.
  9. <li><b>Best Practices.</b> The QuickStart samples discuss the best ways to exercise the power of ASP+ while avoiding potential pitfalls along the way.
  10. </ul>
  11.  
  12. <p>
  13.  
  14. <span class="caption">What Level of Expertise Is Assumed in the QuickStart?</span><br>
  15. If you've never developed Web pages before, then the QuickStart is not for you. You should be fluent in HTML and general Web development terminology. You do not need previous ASP experience, but you should be familiar with the concepts behind interactive Web pages, including forms, scripts, and data access.
  16. <p>
  17. <span class="caption">Working with the QuickStart Samples</span><br>
  18. The QuickStart samples are best experienced in the presented sequence. Each sample builds on concepts discussed in the previous sample. The sequence begins with a simple form submittal and builds up to integrated application scenarios.
  19.  
  20. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->