ASP.NET

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
ASP.NET

< Programming languages bookshelf

Contents

[edit] Introduction

ASP.NET is a web programming platform developed by Microsoft. It is the successor to Active Server Pages. The term "classic ASP" is often used to distinguish previous versions of Active Server Pages with the .NET (pronounced "dot net") versions.

This wikibook is an introduction to ASP.NET. It assumes no prior experience with web programming or with any particular web programming language or platform (including classic ASP), though we will often compare ways of doing things in ASP.NET with ways of doing them in other languages, especially PHP. We believe the differences between classic ASP and ASP.NET are substantial enough to merit

[edit] Getting Started

About ASP.NET 
About the ASP.NET Language
Your First Page 
Building Your First ASP.NET Page
Examining The Page Structure 
Examining ASP.NET's Page Structure
Adding A Little Interactivity 

[edit] Adding Some Interactivity

So far, we haven't done anything we couldn't have done much more easily with straight HTML and a bit of CSS. But we have to start with the basics and work up, as in any subject.

[edit] Advanced Topics

[edit] A Quick Summary

  • Web Server Controls
  • User Controls
  • Custom Control
  • Data Grid, Grid View (ASP.NET 2.0)
  • Array, Collections
  • Interoperability in refering any unmanaged assemblies into your Web Site.
  • Ajax & Atlas (Asyncronous Page development)

[edit] Related Links

[edit] ASP.NET Forums

Microsoft Asp.net Forums


[edit] Links about ASP.NET Providers

Personal tools
In other languages