ASP.NET 4.0 in Practice
eBook - ePub

ASP.NET 4.0 in Practice

  1. 504 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

About this book

Summary ASP.NET 4.0 in Practice contains over 100 real world techniques distilled from the experience of a team of MVPs. Using a practical problem-solution-discussion format, the book will guide you through the most common scenarios you will face in a typical ASP.NET application, and provide solutions and suggestions to take your applications to another level.
About the Technology
ASP.NET is an established technology to build web applications using Microsoft products. It drives a number of enterprise-level web sites around the world, but it can be scaled for projects of any size. The new version 4.0 is an evolutionary step: you will find a lot of new features that you will be able to leverage to build better web applications with minimal effort.
About the Book
ASP.NET is a massive framework that requires a large amount of know-how from developers. Fortunately, this book distills over 100 practical ASP.NET techniques from the experience of a team of MVPs, and puts them right at your fingertips.The techniques are tested and selected for their usefulness, and they are all presented in a simple problem-solution-discussion format. You'll discover methods for key new subjects like data integration with Entity Framework and ASP.NET MVC. Along the way, you'll also find ways to make your applications fast and secure.This book is written for developers familiar with the basics of ASP.NET, looking to become more productive with it. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • The Identity Map pattern in EF 4
  • Use Master Pages to define a common UI
  • Adaptive Rendering
  • Save user login data securely
  • ......and much more

========================================?=======

Table of Contents

PART 1 ASP.NET FUNDAMENTALS

  • Getting acquainted with ASP.NET 4.0
  • Data access reloaded: Entity Framework
  • Integrating Entity Framework and ASP.NET
  • PART 2 ASP.NET WEB FORMS
  • Building the user interface with ASP.NET Web Forms
  • Data binding in ASP.NET Web Forms
  • Custom controls
  • Taking control of markup
  • PART 3 ASP.NET MVC
  • Introducing ASP.NET MVC
  • Customizing and extending ASP.NET MVC
  • PART 4 SECURITY
  • ASP.NET security
  • ASP.NET authentication and authorization
  • PART 5 ADVANCED TOPICS
  • Ajax and RIAs with ASP.NET 4.0
  • State
  • Caching in ASP.NET
  • Extreme ASP.NET 4.0
  • Performance and optimizations

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access ASP.NET 4.0 in Practice by Stefano Mostarda,Marco De Sanctis,Daniele Bochicchio in PDF and/or ePUB format, as well as other popular books in Computer Science & Business Intelligence. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this Book
  7. About the Authors
  8. About the Cover Illustration
  9. Part 1. ASP.NET Fundamentals
  10. Chapter 1. Getting acquainted with ASP.NET 4.0
  11. Chapter 2. Data access reloaded: Entity Framework
  12. Chapter 3. Integrating Entity Framework and ASP.NET
  13. Part 2. ASP.NET Web Forms
  14. Chapter 4. Building the user interface with ASP.NET Web Forms
  15. Chapter 5. Data binding in ASP.NET Web Forms
  16. Chapter 6. Custom controls
  17. Chapter 7. Taking control of markup
  18. Part 3. ASP.NET MVC
  19. Chapter 8. Introducing ASP.NET MVC
  20. Chapter 9. Customizing and extending ASP.NET MVC
  21. Part 4. Security
  22. Chapter 10. ASP.NET security
  23. Chapter 11. ASP.NET authentication and authorization
  24. Part 5. Advanced topics
  25. Chapter 12. Ajax and RIAs with ASP.NET 4.0
  26. Chapter 13. State
  27. Chapter 14. Caching in ASP.NET
  28. Chapter 15. Extreme ASP.NET 4.0
  29. Chapter 16. Performance and optimizations
  30. Appendix A. ASP.NET and IIS 7.x
  31. Appendix B. Data access fundamentals
  32. Index
  33. List of Figures
  34. List of Tables
  35. List of Listings