|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

ASP.NET MVC in Aktion: mit Mvccontrib, Nibernate und mehr

by Palermo, Jeffrey; Scheirman,... | PB | Acceptable
ThriftBooks
(3933435)
Angemeldet als gewerblicher Verkäufer
US $12,60
Ca.CHF 9,98
Artikelzustand:
Akzeptabel
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... Mehr erfahrenÜber den Artikelzustand
Ganz entspannt. Kostenloser Versand & Rückversand.
Versand:
Kostenlos Economy Shipping.
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Mo, 28. Jul und Do, 31. Jul nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:146451476240
Zuletzt aktualisiert am 09. Jul. 2025 17:55:54 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Akzeptabel
Buch mit deutlichen Gebrauchsspuren. Der Einband kann einige Beschädigungen aufweisen, ist aber in seiner Gesamtheit noch intakt. Die Bindung ist möglicherweise leicht beschädigt, in ihrer Gesamtheit aber noch intakt. In den Randbereichen wurden evtl. Notizen gemacht, der Text kann Unterstreichungen und Markierungen enthalten, es fehlen aber keine Seiten und es ist alles vorhanden, was für die Lesbarkeit oder das Verständnis des Textes notwendig ist. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Book Title
ASP.NET MVC in Action
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9781933988627

Über dieses Produkt

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1933988622
ISBN-13
9781933988627
eBay Product ID (ePID)
77996779

Product Key Features

Number of Pages
350 Pages
Language
English
Publication Name
Asp. Net Mvc in Action
Publication Year
2009
Subject
Programming Languages / C#, Web / Design, Internet / Application Development, Programming / Microsoft, Programming Languages / Asp.Net
Type
Textbook
Author
Jeffrey Palermo, Ben Scheirman, Jimmy Bogard
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.9 in
Item Weight
23.2 Oz
Item Length
7.4 in
Item Width
9.2 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2010-483382
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.276
Synopsis
The Model-View-Controller pattern--universally known as MVC--provides a stable, testable approach to web application development by separating the major functions--or concerns--of an application into independently defined roles. ASP.NET MVC in Action is a comprehensive guide to MVC-based development using this powerful framework. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the MVC approach. The focus is on creating real, maintainable web applications--so don't expect toy examples and short snippets. The authors lead you from first-use through real-life scenarios. One of the key benefits of the MVC approach is introducing a high degree of testability to your applications and process. ASP.NET MVC in Action shows you how to test each piece of your ASP.NET application and how to introduce principles of test-driven development into your process. Because the framework is completely pluggable, you'll learn how to work with external Inversion of Control containers like StructureMap, Windsor, and Spring.NET and open-source persistence layers like NHibernate. Throughout the book, the authors sprinkle in MvcContrib, an extremely useful tool that provides common extensions so you don't have to write them yourself. Along the way, you'll benefit from the wide-ranging experience of the authors, who have extensive experience with ASP.NET, Monorail, and Ruby on Rails. This book assumes that you already know how to build a standard ASP.NET application and presents most examples in C#. What's inside? Getting started with the ASP.NET MVC Framework The model in depth The controller in depth The view in depth Routing Customizing and extending the ASP.NET MVC Framework Scaling the architecture for complex sites Leveraging existing ASP.NET features AJAX in ASP.NET MVC Hosting and deployment Exploring MonoRail and Ruby on Rails Best practices Recipes 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 reviewers are saying "Shows how to put all the features of ASP.NET MVC together to build a great application." -From the Foreword by Phil Haack, Senior Program Manager, ASP.NET MVC Team, Microsoft "This book put me in control of ASP.NET MVC." -Mark Monster, Software Engineer, Rubicon "Highly recommended for those switching from Web Forms to MVC." -Frank Wang, Chief Software Architect, DigitalVelocity LLC "I'd highly recommend this to anyone who is serious about building web applications with ASP.NET MVC." -Jeremy Skinner, ASP.NET developer and technical proofreader of the book ..".does a good job of not only showing you what to do, but also provides cautionary words to avoid poor practices that may lead to maintenance issues on non-trivial applications." -Venkat Subramanian, NoFluffJustStuff Blogs "I really enjoyed ASP.NET MVC in Action and highly recommend it for a fresh look at the ASP.NET MVC Framework." -David Hayden, MVP "In the end the authors] not only did an excellent job of putting together a great practical guide to ASP.NET MVC they also successfully embedded some subversive ALT.NET concepts that will hopeful make us all better developers. And at the end of the day that is a damn fine accomplishment." -Bobby Johnson " ASP.NET MVC in Action will guide you from your first project through advanced topics such as AJAX and deploying on suboptimal hosting environments. The writing style is clear and concise. Diagrams and code examples are abundant. I recommend it for anyone looking for a great resource for learning about or becoming a better user of the ASP.NET MVC framework." -Nathan Stott, Partner and Software Engineer at White, HIGHLIGHT An insider's perspective on the ASP.NET MVC framework, a highly-anticipated product that forms the basis for the next version of ASP.NET. DESCRIPTION The MVC pattern is widely accepted as the best practice for web development and is at the core of Rails, Zend Framework, and other modern web dev tools. Microsoft's new ASP.NET MVC Framework offers a fully-supported way for developers to implement MVC in ASP.NET. ASP.NET MVC in Action is a comprehensive guide to MVC-based development for Microsoft ASP.NET developers. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the MVC approach. The focus is on creating real, maintainable web applications, guiding readers from first-use through real-life scenarios. ASP.NET MVC in Action shows readers how to test each piece of an ASP.NET application using the principles of test-driven development. This book assumes that readers know how to build a standard ASP.NET application and presents most examples in C#. KEY POINTS * Expert insider authors have been working with ASP.NET MVC since well before it was publicly announced * Written for the working ASP.NET developer * Introduces test driven development and Agile processes--which may be unfamiliar to Microsoft developers MARKET INFORMATION Microsoft's ASP.NET is one of the most popular web development tools available, but it is no longer on the leading edge of innovation. Rails, Django, Seaside, and other frameworks have challenged Microsoft to improve ASP.NET. ASP.NET MVC represents the first major step in ASP.NET in many years, and will be embraced rapidly by ASP.NET developers., HIGHLIGHT An insider's perspective on the ASP.NET MVC framework, a highly-anticipated product that forms the basis for the next version of ASP.NET. DESCRIPTION The MVC pattern is widely accepted as the best practice for web development and is at the core of Rails, Zend Framework, and other modern web dev tools. Microsoft's new ASP.NET MVC ......, HIGHLIGHT An insider's perspective on the ASP.NET MVC framework, a highly-anticipated product that forms the basis for the next version of ASP.NET. DESCRIPTION The MVC pattern is widely accepted as the best practice for web development and is at the core of Rails, Zend Framework, and other modern web dev tools. Microsoft's new ASP.NET MVC Framework offers a fully-supported way for developers to implement MVC in ASP.NET. ASP.NET MVC in Action is a comprehensive guide to MVC-based development for Microsoft ASP.NET developers. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the MVC approach. The focus is on creating real, maintainable web applications, guiding readers from first-use through real-life scenarios. ASP.NET MVC in Action shows readers how to test each piece of an ASP.NET application using the principles of test-driven development. This book assumes that readers know how to build a standard ASP.NET application and presents most examples in C#. KEY POINTS - Expert insider authors have been working with ASP.NET MVC since well before it was publicly announced - Written for the working ASP.NET developer - Introduces test driven development and Agile processes--which may be unfamiliar to Microsoft developers MARKET INFORMATION Microsoft's ASP.NET is one of the most popular web development tools available, but it is no longer on the leading edge of innovation. Rails, Django, Seaside, and other frameworks have challenged Microsoft to improve ASP.NET. ASP.NET MVC represents the first major step in ASP.NET in many years, and will be embraced rapidly by ASP.NET developers.
LC Classification Number
TK5105.8885.A26

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

ThriftBooks

98,9% positive Bewertungen19.7 Mio. Artikel verkauft

Mitglied seit Mär 2015
Angemeldet als gewerblicher Verkäufer
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (5'686'816)

Alle Bewertungen
Positiv
Neutral
Negativ