Cargando…

Beginning ASP.NET 4.5.1 in C♯ and VB /

Build your ASP.NET 4.5.1 skills with real-world instructionIn this comprehensive guide to getting started with ASP.NET 4.5.1, best-selling author Imar Spaanjaars provides a firm foundation for coders new to ASP.NET and key insights for those not yet familiar with the important updates in the 4.5.1 r...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Spaanjaars, Imar (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis : John Wiley & Sons, [2014]
Colección:Wrox beginning guides.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Beginning ASP.NET 4.5.1: in C♯ and VB; Copyright; About the Author; Credits; Acknowledgments; Contents; Foreword; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Getting Started with ASP.NET 4.5.1; Microsoft Visual Studio Express for Web; Getting Visual Studio; Installing Visual Studio Express for Web (VSEW); Creating Your First ASP.NET 4.5.1 Website; An Introduction to ASP.NET 4.5.1; Understanding HTML; A First Look at ASP.NET Markup; A Tour of the IDE.
  • The Main Development AreaInformational Windows; Customizing the IDE; Rearranging Windows; Modifying the Toolbox; Customizing the Document Window; Customizing Toolbars; Customizing Keyboard Shortcuts; Resetting Your Changes; The Sample Application; Practical Tips on Visual Studio; Summary; Chapter 2: Building an ASP.NET Website; Creating Websites with Visual Studio 2013; Different Project Types; Choosing the Right Website Template; Creating and Opening a New Website; Working with Files in Your Website; The Many File Types of an ASP.NET Website; Adding Existing Files; Organizing Your Site.
  • Special File TypesWorking with Web Forms; The Different Views on Web Forms; Choosing between Code Behind and Pages with Inline Code; Adding Markup to Your Page; Connecting Pages; Practical Tips on Working with Web Forms; Summary; Chapter 3: Designing Your Web Pages; Why Do You Need CSS?; Problems with Using HTML Formatting; How CSS Fixes Formatting Problems; An Introduction to CSS; CSS
  • The Language; The Style Sheet; Adding CSS to Your Pages; Working with CSS in Visual Studio; Using the CSS Editor; Creating Embedded and Inline Style Sheets; Applying Styles; Managing Styles.
  • 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; Defining Controls in Your Pages; Common Properties for All Controls; Types of Controls; Standard Controls; HTML Controls; Data Controls; Validation Controls; Navigation Controls; Login Controls; Ajax Extensions; WebParts; Dynamic Data; The ASP.NET State Engine; What Is State and Why Is It Important?; How the State Engine Works; Not All Controls Rely on View State; A Note about View State and Performance.
  • Practical Tips on Working with ControlsSummary; Chapter 5: Programming Your ASP.NET Web Pages; Introduction to Programming; Data Types and Variables; Converting and Casting Data Types; Using Arrays and Collections; Statements; Operators; Making Decisions; Loops; Organizing Code; Methods: Functions and Subroutines; The App_Code Folder; Organizing Code with Namespaces; Writing Comments; Object Orientation Basics; Important OO Terminology; Events; Practical Tips on Programming; Summary; Chapter 6: Creating Consistent Looking Websites; Consistent Page Layout with Master Pages.