Asp.net 5 Unleashed (Unleashed)

Asp.net 5 Unleashed (Unleashed)

  • Sams(2019/11発売)
  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Hardcover:ハードカバー版/ページ数 850 p.
  • 言語 ENG
  • 商品コード 9780672337413
  • DDC分類 005

Full Description


The most comprehensive book on Microsoft's new ASP.NET 5, ASP.NET 5 Unleashed covers all facets of ASP.NET development. Microsoft ASP.NET guru and author Stephen Walther thoroughly covers the entire platform.The author first introduces the ASP.NET Framework's basic controls and show how to create common site-wide layouts and styles. Next, he covers all aspects of accessing, presenting, organizing, and editing data. You'll find thorough and practical sections on building custom components and controls, providing effective site navigation, securing sites and applications, and much more. This book presents hundreds of realistic code examples, reflecting the authors' unsurpassed experience with ASP.NET both inside and outside Microsoft.

Contents

Part I. Building Server-Side ASP.NET PagesChapter 1. Building Your First ASP.NET PageChapter 2. Using Visual Studio Chapter 3. Using Web Form ControlsChapter 4. Form ValidationChapter 5. Routing and NavigationChapter 6. Session and Application StateChapter 7. Creating Custom Web Form ControlsChapter 8. Localizing Applications for Multiple LanguagesChapter 9. Working with the HTTP RuntimeChapter 10. Writing Unit Tests for Web FormsPart II. Designing ASP.NET WebsitesChapter 11. Master Pages and User ControlsChapter 12. Styling Your App with Bootstrap Part III. Working with DataChapter 13. Displaying Data with the ListView and GridView ControlsChapter 14. Using the FormView and DetailsView ControlsChapter 15. Using the Entity FrameworkChapter 16. Data MigrationsChapter 17. Using the Repository PatternChapter 18. Writing Unit Tests for Data Access CodePart IV. SecurityChapter 19. Using the Login ControlsChapter 20. Working with ASP.NET IdentityThe new membership system for ASP.NET.Chapter 21. Integrating with Facebook, Google, and LinkedInPart V. Building Mobile ASP.NET WebsitesChapter 22. jQuery MobileChapter 23. Using Mobile ViewsThis chapter discusses view switching for mobile sites.Part VI. Improving Application PerformanceChapter 24. Bundling and MinificationChapter 25. Caching Pages and DataPart VII. Building Client-Side ASP.NET PagesChapter 26. Exposing Data with the Web APIChapter 27. Making Ajax CallsChapter 28. Creating Client Views with KnockoutJSChapter 29. Client-Side Routing and DataChapter 30. Building Real-Time Apps with SignalRChapter 31. Writing Unit Tests for Client-Side CodePart VIII. Building an End-to-End ApplicationChapter 32. Creating an Issue Tracker App