Beginning ASP.NET 2.0 with C# (Wrox Beginning Guides) und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr


oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Beginning ASP.NET 2.0 with C# (Wrox Beginning Guides)
 
 
Beginnen Sie mit dem Lesen von Beginning ASP.NET 2.0 with C# (Wrox Beginning Guides) auf Ihrem Kindle in weniger als einer Minute.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Beginning ASP.NET 2.0 with C# (Wrox Beginning Guides) [Englisch] [Taschenbuch]

Chris Hart , John Kauffman , David Sussman , Chris Ullman

Preis: EUR 33,99 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Nur noch 1 Stück auf Lager - jetzt bestellen.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 23,18  
Taschenbuch EUR 33,99  

Produktinformation


Mehr über den Autor

David Sussman
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von David Sussman auf Amazon

Produktbeschreibungen

Kurzbeschreibung

"Beginning ASP.NET 2.0 with C#" ist der ultimative Anfänger-Leitfaden für alle Webentwickler, die dynamische Websites und komplexe Webanwendungen mit wenig Code-Aufwand entwickeln wollen. Der erste Teil des Buches enthält Projekte, die mit sehr wenig Code auskommen. Hier lernt der Leser, wie einfach es ist, eine Website mit ASP.NET 2.0 und Visual Web Developer zu erstellen. Im zweiten Teil werden die Projekte zwar codeintensiver, wobei die Autoren aber darauf achten, dass der Codeumfang auf das absolut notwendige Minimum beschränkt bleibt, um die gestellte Aufgabe erfolgreich zu lösen. Der Schwerpunkt liegt dabei auf der intensiven Verwendung der Visual Web Developer Tools. Darüber hinaus erläutern sie auch, wie man XML integriert, die Site Performance überwacht und verbessert, Code- und Site-Debugging durchführt, eine Website installiert und Sicherheitsfunktionen implementiert. Mit detaillierten Anleitungen und umfangreichen Codebeispielen in C#. In diesem Buch werden Sie Schritt für Schritt mit allen wichtigen ASP.NET Tools und Tricks vertraut gemacht. Mit begleitender Website. Sie enthält u.a. nützliche Information zu Membership und Login, zur Layoutgestaltung mit Themes und zum Integrieren von E-Commerce-Funktionalität. Geschrieben von einem erfahrenen Expertenteam.
Ein typisches Wrox Press-Buch für Anfänger: Geschrieben von Programmierern für Programmierer. Es vermittelt alle notwendigen Grundkenntnisse, praktische Übungen und bewährte Übungstechniken.

Synopsis

ASP.NET 2.0 is an amazing technology that allows you to develop web sites and applications with very little hassle, and its power and depth enable it to host even the most complex applications available. Using code examples in C#, this invaluable beginner's guide shows you how to program web applications in ASP.NET 2.0 and see dynamic results with minimal effort. Through detailed explanations and working C# code examples, this popular author team eases you into the world of ASP.NET development and gradually introduces you to all sorts of interesting ASP.NET tricks and tools. You'll quickly see how ASP.NET 2.0 is designed to ensure a significant reduction in the amount of code you have to write - and, in turn, to make your life easier.What you will learn from this book: why Visual Web Developer is an ideal environment for building feature-rich ASP.NET 2.0 applications with C#; how to secure web sites, providing login functionality and role-based access to content; useful techniques for safely updating data, using ASP.NET 2.0

's built-in data handling capabilities; how centralized site design can be easily achieved; how to add e-commerce functionality to a site; and, methods for enhancing an application's performance.Who this book is for? This book is for anyone new to web programming who wants to program dynamic, feature-rich web applications in ASP.NET 2.0. It will also be ideal for programmers seeking to upgrade their ASP 3 knowledge to ASP.NET, or programmers from non-Microsoft web disciplines who need to learn ASP.NET 2.0. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.


In diesem Buch (Mehr dazu)
Einleitungssatz
At the end of the twentieth century something unprecedented happened to personal computers. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  13 Rezensionen
13 von 14 Kunden fanden die folgende Rezension hilfreich
Great ASP.NET book! 1. Mai 2006
Von Frank Stepanski - Veröffentlicht auf Amazon.com
Format:Taschenbuch
With Microsoft's update to ASP.NET to version 2.0, everybody is getting re-excited with this stable web development framework from Microsoft. It seems every publisher is updating their existing ASP.NET 1.1 books with just the new features of the latest version. But not this book...

This book gives a great introduction to what ASP.NET is and what advances are available with the latest version. The whole goes through every aspect of ASP.NET 2.0 basics in developing an interactive, database-driven website (WROX United Applciation). Reviewing it this way really gives the reader how all the features of ASP.NET and what can really been done with it, instead of just explaining different topics individually.

The next chapter reviews the basics of site design and how to setup your ASP.NET pages with one of the big features of ASP.NET 2.0 with is Master Pages. The next chapter continues from Chapter 2 with the design attributes of the site and goes into greater detail of using Visual Studio 2005 in some great explanations of what dynamic content is.

The next couple chapters explain sing memberships, themes (new ASP.NET 2.0 feature), events (new events in ASP.NET 2.0), and a 2 great chapters (7 and 8) on reading and writing data using web controls. One of the most powerful features of ASP.NET (both versions) are the web controls (design and data). These controls provide instant functionality to displaying, formatting, storing data from the user or from a datasource.

This book assumes no experience in programming in C# or Visual Studio 2005 and starts from the basics to really teach the reader how to create your dynamic web site.

A great book from WROX for getting people up to speed on ASP.NET 2.0 for the beginner or the ASP.NET 1.1 user who needs refreshing on the latests features.
12 von 15 Kunden fanden die folgende Rezension hilfreich
Have fun! 22. Juli 2006
Von Jeff S. Bridges - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Getting past setting the examples up. Whole directories are mentioned out of the blue where they didn't exist before. Unzip to <this> directory. Now open up <that> directory...

(Of course <that> directory isn't even previously mentioned)

And now let's work with *another* file/directory...that doesn't exist....

Sheesh...if you can't trust 'em to get *this* right, how can you trust 'em in the rest of the book?
3 von 3 Kunden fanden die folgende Rezension hilfreich
5/5 for beginners like myself, some drawbacks 19. Januar 2007
Von Joseph C. - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Overall, this is an excellent book for beginners like myself. After going through this book I felt confident in my abilities as an ASP.NET 2.0 developer, and it made excellent use of Visual Web Developer 2005. The idea behind this book is great, have the person learning the language and technology go through making an entire website.

However, for me there were a few things that bugged me about this process of making the website. It was sometimes annoying that at certain parts it was hard to keep track of what EXACTLY I was doing while "creating" the website. There might be a sentence here and there where you get confused.

Still, for the most part the book does a very good job explaining the coding that you did, as well as covering the important things in depth. I like the process the beginner goes through and I think it's the best book for beginning ASP.NET 2.0 with C# out there. It doesnt get the best rating from me because it could have used a bit more editing. Definitely worth the money.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de