- 5 Ergebnisse
Kleinster Preis: € 29,99, größter Preis: € 37,00, Mittelwert: € 35,59
1
Pro ASP.NET 4 CMS - Alan Harris
Bestellen
bei lehmanns.de
€ 36,99
Bestellengesponserter Link
Alan Harris:

Pro ASP.NET 4 CMS - neues Buch

2010, ISBN: 9781430227137

Advanced Techniques for C# Developers Using the .NET 4 Framework, eBooks, eBook Download (PDF), 1st ed. I started down the road of building a content management system (CMS) as a direct r… Mehr…

Versandkosten:Does not ship to your country., zzgl. Versandkosten
2
Pro ASP.NET 4 CMS
Bestellen
bei Springer.com
€ 29,99
Versand: € 0,001
Bestellengesponserter Link
Pro ASP.NET 4 CMS - neues Buch

2010, ISBN: 9781430227137

To be a successful ASP.NET 4 developer, you need to know how to apply the vast array of new functionality available in the latest release of the .NET 4 Framework and Visual Studio 2010. T… Mehr…

Nr. 978-1-4302-2713-7. Versandkosten:Worldwide free shipping, , DE. (EUR 0.00)
3
Pro Asp. Net 4 Cms - Harris
Bestellen
bei textbooks.com
$ 39,99
(ca. € 37,00)
Versand: € 0,001
Bestellengesponserter Link
Harris:
Pro Asp. Net 4 Cms - gebrauchtes Buch

ISBN: 9781430227137

A digital copy of "Pro Asp. Net 4 Cms" by Harris. Download is immediately available upon purchase! 9781430227137,1430227133,harris,textbooks eBook, Vitalsource Technologies, Inc.

Download INSTANTLY! Format: VitalSource. Type: . Copying: Allowed, .2Â.36 selections may be copied daily for 2Â.365 days. Printable: Allowed, .2Â.36 prints daily for 2Â.365 days. Expires: No Expiration. Read Aloud?: Allowed. Sharing: Not Allowed. Software: Online: No additional software required <br> Offline: VitalSource Bookshelf. Shipping to USA only! Textbooks. Versandkosten: EUR 0.00
4
Pro ASP.NET 4 CMS - Alan Harris
Bestellen
bei Hugendubel.de
€ 36,99
Bestellengesponserter Link
Alan Harris:
Pro ASP.NET 4 CMS - neues Buch

ISBN: 9781430227137

*Pro ASP.NET 4 CMS* - Advanced Techniques for C# Developers Using the . NET 4 Framework / pdf eBook für 36.99 € / Aus dem Bereich: eBooks, Sachthemen & Ratgeber, Computer & Internet Medie… Mehr…

Versandkosten:Does not ship to your country., zzgl. Versandkosten
5
Pro ASP.NET 4 CMS - Alan Harris
Bestellen
bei eBook.de
€ 36,99
Versand: € 0,001
Bestellengesponserter Link
Alan Harris:
Pro ASP.NET 4 CMS - neues Buch

ISBN: 9781430227137

Pro ASP.NET 4 CMS - Advanced Techniques for C# Developers Using the . NET 4 Framework: ab 36.99 € eBooks > Sachthemen & Ratgeber > Computer & Internet Springer-Verlag GmbH eBook als pdf, … Mehr…

Versandkosten:in stock, , , DE. (EUR 0.00)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch

Detailangaben zum Buch - Pro ASP.NET 4 CMS


EAN (ISBN-13): 9781430227137
Erscheinungsjahr: 2010
Herausgeber: Springer-Verlag GmbH

Buch in der Datenbank seit 2007-11-27T12:59:39+01:00 (Berlin)
Detailseite zuletzt geändert am 2023-10-26T15:00:41+02:00 (Berlin)
ISBN/EAN: 9781430227137

ISBN - alternative Schreibweisen:
978-1-4302-2713-7
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: alan harris
Titel des Buches: cms, asp net


Daten vom Verlag:

Autor/in: Alan Harris
Titel: Pro ASP.NET 4 CMS - Advanced Techniques for C# Developers Using the .NET 4 Framework
Verlag: Apress; APRESS
320 Seiten
Erscheinungsjahr: 2010-07-30
Berkeley; CA; US
Sprache: Englisch
36,99 € (DE)
42,00 CHF (CH)
Available
320 p.

EA; E107; eBook; Nonbooks, PBS / Informatik, EDV/Informatik; Microsoftprogrammierung; Verstehen; ASP.NET; Ajax; CMS; Debugging; framework; jQuery; search engine optimization (SEO); A; Microsoft; Software Engineering; Professional and Applied Computing; Software Engineering; BC

Chapter 1: Visual Studio 2010 and .NET 4.0, An introduction to the terms, technology and general course of the book and what readers should hope to gain, as well as a broad overview of what's new in both Visual Studio 2010 and .NET 4.0 Chapter 2: N-Tier Architecture and Component-Based Development, An overview of n-tier architecture and how it will be utilized throughout development of the code within this book, and instruction on coding practices such as coding to interfaces and reusable components. Introduces 'Bookshelf', the storefront / review application to be built throughout the book Chapter 3: Data Tier via P/LINQ and the Entity Framework, Describes the creation of the data tier, touching on LINQ, the Entity Framework and the PLINQ extensions that allow for parallel processing of LINQ queries Chapter 4: Business Tier via DLR and MEF, Walks through creating a business tier for the shop. This chapter addresses the Dynamic Language Runtime as well as the Managed Extensibility Framework with the intention of building a business tier that can easily be expanded and modified in the future Chapter 5: Presentation Tier via MVC and AJAX, Explains how to most effectively use the MVC Framework to develop a standards-compliant, lean, fast UI that supports a variety of user-friendly AJAX features. Also explains the Routing changes made in the SP1 release of .NET 3.5 and fully integrated in .NET 4.0 with new convenience methods Chapter 6: Caching Tier via Memcached / Velocity, A functional app is not sufficient on the modern web; a functional and highly available app is the yardstick of development success. This chapter describes how to use a distributed caching system (either Memcached, which is not a Microsoft component, or alternatively I can use MS Velocity) to easethe load on the database and increase overall system responsiveness Chapter 7: VS2010 Black Box Debugging, Shows how to use the new 'black box debugging' features of Visual Studio 2010 to 'rewind' the state of an application and track down bugs in a reproducible fashion. Also explains how and why to use WinDbg when tracing and basic debugging steps fail to produce the desired solution Chapter 8: Data Mining via IronPython and Axum, Explains how to use IronPython and the Axum languages to perform data mining tasks in a highly-scalable, concurrent fashion, enabling the user to extract information from large amounts of system data Chapter 9: Search Engine Optimization, Details how to apply SEO techniques to the Bookshelf application (as well as what techniques we've already applied without explicitly walking through them previously). Also examines how to make use of the new MS SEO Toolkit that can be integrated with IIS7 to improve the way search engines view your site
This book will immerse you in a variety of advanced topics, including architecting different application data tiers, memory caching paradigms, data mining, and search engine optimization.

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9781430269946 Pro ASP.Net 4.0 CMS (Harris, Alan)


< zum Archiv...