- 5 Résultats
prix le plus bas: € 29,99, prix le plus élevé: € 37,00, prix moyen: € 35,59
1
Pro ASP.NET 4 CMS - Alan Harris
Commander
sur lehmanns.de
€ 36,99
CommanderLien sponsorisé
Alan Harris:

Pro ASP.NET 4 CMS - nouveau livre

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… Plus…

Frais d'envoiDoes not ship to your country., Livraison non-comprise
2
Pro ASP.NET 4 CMS
Commander
sur Springer.com
€ 29,99
Envoi: € 0,001
CommanderLien sponsorisé
Pro ASP.NET 4 CMS - nouveau livre

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… Plus…

Nr. 978-1-4302-2713-7. Frais d'envoiWorldwide free shipping, , DE. (EUR 0.00)
3
Pro Asp. Net 4 Cms - Harris
Commander
sur textbooks.com
$ 39,99
(environ € 37,00)
Envoi: € 0,001
CommanderLien sponsorisé
Harris:
Pro Asp. Net 4 Cms - livre d'occasion

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. Frais d'envoi EUR 0.00
4
Pro ASP.NET 4 CMS - Alan Harris
Commander
sur Hugendubel.de
€ 36,99
CommanderLien sponsorisé
Alan Harris:
Pro ASP.NET 4 CMS - nouveau livre

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… Plus…

Frais d'envoiDoes not ship to your country., Livraison non-comprise
5
Pro ASP.NET 4 CMS - Alan Harris
Commander
sur eBook.de
€ 36,99
Envoi: € 0,001
CommanderLien sponsorisé
Alan Harris:
Pro ASP.NET 4 CMS - nouveau livre

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, … Plus…

Frais d'envoiin stock, , , DE. (EUR 0.00)

1Comme certaines plateformes ne transmettent pas les conditions d'expédition et que celles-ci peuvent dépendre du pays de livraison, du prix d'achat, du poids et de la taille de l'article, d'une éventuelle adhésion de la plateforme, d'une livraison directe par la plateforme ou via un prestataire tiers (Marketplace), etc. il est possible que les frais de livraison indiqués par eurolivre ne correspondent pas à ceux de la plateforme qui propose l'article.

Données bibliographiques du meilleur livre correspondant

Détails sur le livre

Informations détaillées sur le livre - Pro ASP.NET 4 CMS


EAN (ISBN-13): 9781430227137
Date de parution: 2010
Editeur: Springer-Verlag GmbH

Livre dans la base de données depuis 2007-11-27T12:59:39+01:00 (Paris)
Page de détail modifiée en dernier sur 2023-10-26T15:00:41+02:00 (Paris)
ISBN/EAN: 9781430227137

ISBN - Autres types d'écriture:
978-1-4302-2713-7
Autres types d'écriture et termes associés:
Auteur du livre: alan harris
Titre du livre: cms, asp net


Données de l'éditeur

Auteur: Alan Harris
Titre: Pro ASP.NET 4 CMS - Advanced Techniques for C# Developers Using the .NET 4 Framework
Editeur: Apress; APRESS
320 Pages
Date de parution: 2010-07-30
Berkeley; CA; US
Langue: Anglais
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.

Autres livres qui pourraient ressembler au livre recherché:

Dernier livre similaire:
9781430269946 Pro ASP.Net 4.0 CMS (Harris, Alan)


< pour archiver...