Beginning ASP.NET 4.5 in C# and VB

The ultimate programming guide to ASP.NET 4.5, by popular author and Microsoft MVP Imar Spaanjaars Updated for ASP.NET 4.5, this introductory book is filled with helpful examples and contains a user-friendly, step-by-step format. Written by popular author and Microsoft ASP.NET MVP Imar Spaanjaars,...

Descripción completa

Detalles Bibliográficos
Autor principal: Spaanjaars, Imar (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis, Ind. : J. Wiley & Sons, Inc 2013.
Indianapolis, IN : 2013.
Edición:1st edition
Colección:Wrox beginning guides.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628575006719
Tabla de Contenidos:
  • Cover; Chapter 1: Getting Started with ASP.NET 4.5; Microsoft Visual Studio Express for Web; Creating Your First ASP.NET 4.5 Website; An Introduction to ASP.NET 4.5; A Tour of the IDE; Customizing the IDE; The Sample Application; Practical Tips on Visual Studio; Summary; Chapter 2: Building an ASP.NET Website; Creating Websites with Visual Studio 2012; Working with Files in Your Website; Working with Web Forms; Practical Tips on Working with Web Forms; Summary; Chapter 3: Designing Your Web Pages; Why Do You Need CSS?; An Introduction to CSS; Working with CSS in Visual Studio
  • Practical Tips on Working with CSSSummary; Chapter 4: Working with ASP.NET Server Controls; Introduction to Server Controls; A Closer Look at ASP.NET Server Controls; Types of Controls; The ASP.NET State Engine; Practical Tips on Working with Controls; Summary; Chapter 5: Programming Your ASP.NET Web Pages; Introduction to Programming; Data Types and Variables; Statements; Organizing Code; Object Orientation Basics; Practical Tips on Programming; Summary; Chapter 6: Creating Consistent Looking Websites; Consistent Page Layout with Master Pages; Using a Centralized Base Page; Themes; Skins
  • Practical Tips on Creating Consistent PagesSummary; Chapter 7: Navigation; Different Ways to Move Around Your Site; Using the Navigation Controls; Programmatic Redirection; Practical Tips on Navigation; Summary; Chapter 8: User Controls; Introduction to User Controls; Adding Logic to Your User Controls; Practical Tips on User Controls; Summary; Chapter 9: Validating User Input; Gathering Data from the User; Processing Data at the Server; Practical Tips on Validating Data; Summary; Chapter 10: ASP.NET AJAX; Introducing Ajax; Using ASP.NET AJAX in Your Projects
  • Using Web Services and Page Methods in Ajax WebsitesPractical Ajax Tips; Summary; Chapter 11: jQuery; An Introduction to jQuery; jQuery Syntax; Modifying the DOM with jQuery; Effects with jQuery; jQuery and Validation; Practical Tips on jQuery; Summary; Chapter 12: Introducing Databases; What Is a Database?; Different Kinds of Relational Databases; Using SQL to Work with Database Data; Retrieving and Manipulating Data with SQL; Creating Your Own Tables; Practical Database Tips; Summary; Chapter 13: Displaying and Updating Data; Data Controls
  • Data Source and Data-Bound Controls Working TogetherCustomizing the Appearance of the Data Controls; Updating and Inserting Data; Practical Tips for Displaying and Updating Data; Summary; Chapter 14: LINQ and the ADO.NET Entity Framework; Introducing LINQ; Introducing the ADO.NET Entity Framework; Mapping Your Data Model to an Object Model; Introducing Query Syntax; Using Server Controls with LINQ Queries; Practical LINQ and ADO.NET Entity Framework Tips; Summary; Chapter 15: Working with Data-Advanced Topics; Wrox.com Code Downloads for this Chapter; Formatting Your Controls Using Styles
  • Handling Events