This book was written to introduce you to the features and capabilities that ASP.NET 3.5 offers, as well as to give you an explanation of the foundation that ASP.NET provides. We assume you have a general understanding of Web technologies, such as previous versions of ASP.NET, Active Server Pages 2.0/3.0, or JavaServer Pages. We also assume you understand basic programming constructs, such as variables,ForEachloops, and object-oriented programming.When the code differs substantially, this book provides examples in both VB and C#. Coverage includes:ASP.NET folders and files, compiling code, and cross-page postingUsing the available server controlsMaster pages, themes, and skinshow to present data with ASP.NET controlsWorking with LINQ, ADO.NET, and XM...