Tutorial: 3-stufige Web-Architektur für ASP.NET (VB.NET oder C#)

Für Webentwickler ist auf MSDN ein super Tutorial (leider nur auf englisch) von Scott Mitchell, Autor von sechs ASP/ASP.NET Büchern und Gründer von 4GuysFromRolla.com, verfügbar. Es beschäftigt sich mit dem Zugriff auf Daten in einer Datenbank und deren Darstellung auf einer Webseite und ist incl. Beispielcode in VB.NET und C# verfügbar.

Visual Basic .NET

Introduction
Tutorial 1: Creating a Data Access Layer
Tutorial 2: Creating a Business Logic Layer
Tutorial 3: Master Pages and Site Navigation

Basis Reporting
Tutorial 4: Displaying Data With the ObjectDataSource
Tutorial 5: Declarative Parameters
Tutorial 6: Programmatically Setting the ObjectDataSource's Parameter Values

Master/Detail
Tutorial 7: Master/Detail Filtering With a DropDownList
Tutorial 8: Master/Detail Filtering With Two DropDownLists
Tutorial 9: Master/Detail Filtering Across Two Pages
Tutorial 10: Master/Detail Using a Selectable Master GridView with a Details DetailView

C#

Introduction
Tutorial 1: Creating a Data Access Layer
Tutorial 2: Creating a Business Logic Layer
Tutorial 3: Master Pages and Site Navigation

Basis Reporting
Tutorial 4: Displaying Data With the ObjectDataSource
Tutorial 5: Declarative Parameters
Tutorial 6: Programmatically Setting the ObjectDataSource's Parameter Values

Master/Detail (Visual C#)
Tutorial 7: Master/Detail Filtering With a DropDownList
Tutorial 8: Master/Detail Filtering With Two DropDownLists
Tutorial 9: Master/Detail Filtering Across Two Pages
Tutorial 10: Master/Detail Using a Selectable Master GridView with a Details DetailView

Schöne Grüße von Daniel