oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Programming Microsoft® Visual Basic® .NET for Microsoft Access Databases (Pro Developer)
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

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

Programming Microsoft® Visual Basic® .NET for Microsoft Access Databases (Pro Developer) [Englisch] [Taschenbuch]

Rick Dobson

Statt: EUR 53,99
Jetzt: EUR 48,99 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 5,00 (9%)
  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
Gewöhnlich versandfertig in 10 bis 13 Tagen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.

Produktinformation


Mehr über den Autor

Rick Dobson
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Rick Dobson auf Amazon

Produktbeschreibungen

Kurzbeschreibung

The Microsoft .NET Framework is a new world for developers who work with Microsoft Access and Visual Basic for Applications. This book provides complete, practical details on how to build or rewrite Access-based client applications with Visual Basic .NET. The author sets the stage with details about how .NET pertains to Access developers, explores programming with Visual Basic .NET and Microsoft ADO.NET, and puts it all together with details about how to develop Web applications and services with these tools. The author also provides illustrative examples and extensive sample code available in a live demonstration on the Web so that developers can see the sample code in action and learn how to apply it to working applications.

Synopsis

The Microsoft .NET Framework is a new world for developers who work with Microsoft Access and Visual Basic for Applications. This book provides complete, practical details on how to build or rewrite Access-based client applications with Visual Basic .NET. The author sets the stage with details about how .NET pertains to Access developers, explores programming with Visual Basic .NET and Microsoft ADO.NET, and puts it all together with details about how to develop Web applications and services with these tools. The author also provides illustrative examples and extensive sample code available in a live demonstration on the Web so that developers can see the sample code in action and learn how to apply it to working applications.

In diesem Buch (Mehr dazu)
Einleitungssatz
Many authors and speakers refer to the .NET Framework and its related technologies-particularly XML and XML Web services-as a revolution in computing practices and note Microsoft's total commitment to the .NET Framework. 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.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

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:  16 Rezensionen
61 von 64 Kunden fanden die folgende Rezension hilfreich
Programming VB.NET for Access Databases 24. Februar 2003
Von Rick Dobson - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I am the author of this book. I am submitting this review because I believe there's a confusion about what's in the book. This is, in part, because the title changed three times on the way to its final release, and some book sellers didn't get the last change. For example, the book title on this page is correct, but the book cover shows the wrong title. I write this review to give potential readers a good idea about what's in the book and why the content is important for those creating solutions with Access databases.
I want to begin by saying this book is about Programming Visual Basic .NET. My goal is to introduce you to the .NET Framework through Visual Basic .NET. As result, the coverage is broad without drilling deeply into any one area. For example, you'll find 3 chapters on VB.NET programming, 2 on Windows Forms, 3 on ADO.NET, 2 on ASP.NET, and 1 chapter on XML Web Services. In addition, there's an introductory chapter on the .NET Framework and an appendix on XML for Visual Basic .NET Access database developers.
The second point that I want to make about the book is that it targets Access database developers. All the database samples in the book, except one, are for Access databases, and every chapter has at least one complete sample -- most have several samples. There is a separate chapter devoted to securing .NET applications for Access databases. To say the book is about Access databases is true. However, it is not about the Access UI. If you currently create solutions exclusively with the Access UI and you want to continue doing that, this book is not for you. However, if you currently program Access solutions with either VBA or VB, then this book is an easy way to transition to VB.NET.
I want to close my review by mentioning why I think it so important for Access developers to learn VB.NET. The simple answer is that .NET is coming. Microsoft introduced it in Visual Studio .NET, and then added it to Windows 2003. A Microsoft roadmap explains that the next version of SQL Server will include the .NET Framework. Can Access and the whole of Office be far behind? Beyond the certainty that .NET will be on a growing number of computers near you, there is the issue that now is the right time to learn VB.NET. This is because VB.NET is at the beginning. It can only become richer (more complicated) with each succeeding version. The best time to learn .NET is right now. My hope is that you use my book to help you do that.
16 von 17 Kunden fanden die folgende Rezension hilfreich
For Access Developer transforming to VB.NET Developer 14. März 2003
Von A. Torng - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
This book is definitely for MS Access developer. All examples use Northwind.mdb. The first part introduces Visual Studio .NET environment using many practical MS Access examples I've used in my application systems. The 2nd part deals primarily with VB.NET capabilities. The 3rd part introduces you to ADO.NET using MS Access with many practical examples like add, change, delete, master/detail. The remaining chapters talk about ASP.NET and XML with MS Access. I've read VB.NET books and taken VB.NET course but don't have the confidence converting my applications. With this book, I'm all set to go. A must have for all MS Access developers ready to move to the .NET world.
12 von 12 Kunden fanden die folgende Rezension hilfreich
Good transition from VBA to VB.NET 16. April 2004
Von The Dude - Veröffentlicht auf Amazon.com
Format:Taschenbuch
The target audience for the book is, quite simply, Access developers who are accustomed to VBA and/or VB 6.

This book serves a good purpose, as the .NET materials I have seen to date all refer to SQL Server in their examples; they acknowledge Access, but fail to show its uses. I am not crazy about seeing "old" technology such as ADO used in some of the examples, but for a book of this nature (transitioning between coding languages) I guess that is inevitable that some old/new information would be included at various points.

Do not purchase the book if you're intending to use the built-in VBA capabilities of Access or other Office applications -- that's strictly not covered. What you will find, though, is a good sense of how VB.NET operates on its own, and how to create applications that draw upon the data stored in your Access databases.

This should be a good base point for someone who's developed in Access, and wants to investigate moving forward; it should be a means to an end, rather than the destination itself. Additional reading on ADO.NET and classes will be helpful, I believe, to continue fleshing out knowledge to be truly effective in your work, but this book does a good job of introducting those concepts.


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