This book is not an MVC intro book. This book is building a non-trivial app MVC! In this book Nick Beradi and Al Katawazi is transferring Marco Bellinaso's classic The Beerhouse app to MVC. And they do an okay job. You need this book if you don't know how to build a non-trivial app MVC, at the time
ASP.NET 2.0 Website Programming: Problem - Design - Solution
โ Scribed by Marco Bellinaso
- Publisher
- Wrox
- Year
- 2006
- Tongue
- English
- Leaves
- 600
- Series
- Programmer to Programmer
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
ASP.NET 2.0 Programming: Problem Design Solution is aimed at describing, designing, and implementing a site much like the ones you're probably working on or will be soon, while taking the opportunity to introduce and explain many of the new features that the new great ASP.NET 2.0 framework offers. Difficult problems are addressed head-on so you'll be ready for most of the problems you'll typically face when writing a modern website, and have one or more solutions ready for them.Unlike many other ASP.NET books that show examples for individual pages or features, the example in this book is an integrated end-to-end site (written in C#). The entire book and site has been written specifically for ASP.NET 2.0, to use the ASP.NET 2.0 features wherever they make sense.The end-result is a website which features a layout with user-selectable themes, a membership system, a content management system for publishing and syndicating articles and photos, polls, mailing lists, forums, an e-commerce store with support for real-time credit card processing, homepage personalization, and localization. The book leads the reader through development of a site with: * Account registration, personalization and theming * News and events, organized into categories * Opinion polls * Newsletter * Forums * E-commerce store with shopping cart and order management * Localization Administration of a site will be covered including: * Full online back-end administrative section, to manage practically all data from an intuitive user interface * Site deployment In building these site features, you'll learn these new ASP.NET 2.0 features: * Master pages * Theming * Personalization & Web parts * Membership & Profile modules * Personalization * The new server-side UI controls such as GridView, DetailsView, FormView, Wizard, MultiView, the new xxxDataSource and navigation controls, among others. * The new compilation mode and deployment modes * The new framework for instrumenting the site, as well as handling & logging exceptions * The new ADO.NET 2.0 features (e.g. caching with database dependency) * The new classes for easy distributed transactions Management
๐ SIMILAR VOLUMES
Perfectly suited to the innovative Problem ? Design ? Solution approach, ASP.NET MVC is a new development model that separates code for the data, look, and business processes of a Web site. This nuts-and-bolts guide thoroughly covers creating a Web site with MVC and discusses solving the most common
The C# edition of ASP.NET Website Programming problem-design-solution has been phenomenally successful, gaining rave reviews for its unique approach and valuable content. Now, due to demand from readers, a Visual Basic .NET edition of the book has been produced. This edition will offer the same ble
The concepts in this book are first class material for every website. However coding while following the book is impossible, unless you are Chris Love himself(No step-by-step procedures for implementing from scratch). The frustration of this would have been ok if the download-able code for this webs