Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Beginning Visual Basic 2010 (Wrox Programmer to Programmer)
 
 

Beginning Visual Basic 2010 (Wrox Programmer to Programmer) [ペーパーバック]

Thearon Willis , Bryan Newsome

参考価格: ¥ 3,546
価格: ¥ 3,413 通常配送無料 詳細
OFF: ¥ 133 (4%)
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
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
1点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

This book is designed to teach you how to write useful programs in Visual Basic 2010 as quickly and easily as possible.

There are two kinds of beginners for whom this book is ideal:

  • You're a beginner to programming and you've chosen Visual Basic 2010 as the place to start. That's a great choice! Visual Basic 2010 is not only easy to learn, it's also fun to use and very powerful.

  • You can program in another language but you're a beginner to .NET programming. Again, you've made a great choice! Whether you've come from Fortran or Visual Basic 6, you'll find that this book quickly gets you up to speed on what you need to know to get the most from Visual Basic 2010.

Visual Basic 2010 offers a great deal of functionality in both tools and language. No one book could ever cover Visual Basic 2010 in its entiretyyou would need a library of books. What this book aims to do is to get you started as quickly and easily as possible. It shows you the roadmap, so to speak, of what there is and where to go. Once we've taught you the basics of creating working applications (creating the windows and controls, how your code should handle unexpected events, what object-oriented programming is, how to use it in your applications, and so on) we’ll show you some of the areas you might want to try your hand at next:

  • Chapters 1 through 9 provide an introduction to Visual Studio 2010 and Windows programming. These chapters will help you install the Visual Studio 2010 IDE you'll use to create Visual Basic 2010 applications and learn your way around the interface. You'll be introduced to the .NET Framework and the CLR (Common Language Runtime). You'll learn to use variables, data types, comments, methods, and control software flow with the If statement and loops. You'll work with data in arrays, enumerations, constants, structures, ArrayLists, Collections, and tables. Chapter 6 provides an introduction to XAML and Windows Presentation Foundation (WPF) programming. XAML and WPF are the most recent addition to how VB programmers create user interfaces for their applications. You'll also work with events, create toolbars, buttons, forms, display dialog boxes, and create menus.

  • Chapter 10 provides an introduction to application debugging and error handling.

  • Chapters 11 through 13 provide an introduction to object-oriented programming (OOP) and building objects. You'll use classes, learn about reusability, work with constructors and inheritance, and see .NET Framework classes and namespaces. You’ll learn to work with OOP memory management, class libraries, you'll register assemblies, and see how to use third party class libraries.

  • Chapter 14 provides an introduction to creating Windows Forms user controls. While WPF user interfaces are newer, Windows forms are still in widespread use. You'll create and test controls and work with their properties.

  • Chapters 15 and 16 provide an introduction to programming with databases and covers Access, SQL Server, and ADO.NET. The chapters walk you through the SQL SELECT statement, Access queries, data access components, and data binding.

  • Chapters 17 and 18 provide an introduction to Dynamic Data Web Sites and ASP.NET and show you how to write applications for the Web. You'll work with the most current ASP.NET 4 web techniques in Visual Studio 2010.

  • Chapter 19 provides a brief introduction to XML, a powerful tool for integrating your applications with othersregardless of the language they were written in.

  • Chapter 20 introduces you to deploying applications using ClickOnce technology.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

著者について

Thearon Willis is an author or coauthor of nearly a dozen books and a senior consultant who develops intranet applications using ASP.NET, DHTML, XML, JavaScript, VBScript, VB COM components, and SQL Server.

Bryan Newsome is an author or coauthor of many books and works for a Microsoft Partner in Charlotte specializing in Custom Software Solutions. He provides clients with solutions and mentoring on leading-edge Microsoft technologies.


登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  6件のカスタマーレビュー
26 人中、26人の方が、「このレビューが参考になった」と投票しています。
Excellent! Use it! 2010/8/11
By JustMe - (Amazon.com)
形式:ペーパーバック
This is an excellent guide to learning VB 2010.NET for several reasons.

1) It provides many "try it yourself" exercises which give you ample opportunities to use what you read about.
2) It provides "exercises" at the end of each chapter, where you have the opportunity to write simple programs on your own, rather than simply copying code from the book. Answers are provided in an appendix.
3) The book provides the user exposure to a very large number of classes, properties, etc., while, at the same time, clearly explaining what classes, methods, etc. are - as well as their differences. Examples are also provided and are very clear.
4) This book is a step above the 'Step by Step' books, and if you have gone through the 'Step by Step' book, this is a great next book to go through because it provides so much exposure to the methods, classes, modules, etc. which the 'Step by Step' book introduces, but does not give the user much, if any, practical experience. (Personally, I found the 'Step by Step' book to be very useful simply because I am a complete novice .NET programmer - so I am NOT saying the STEP by STEP book is junk! It is most definitely NOT!).
5) If you have some experience with scientific programming languages like IDL or Matlab, but do not have any experience with a .NET language (which is my specific experience), this is a great book to help 'bridge the gap', so to speak, as the two types of programming are very different and it can be very difficult for a Matlab or IDL user to switch to a .NET language (or vice-versa).
6) If you learn by doing, which is probably most of you, buy this book! You will benefit!!!

ENJOY!!!!

P.S. I never would have thought learning to program could be fun - but it is with this book!
2 人中、1人の方が、「このレビューが参考になった」と投票しています。
get something else 2012/1/17
By BarryTN - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
Yuk. This book is really terrible for anyone who wants to learn VB programming. Too little explanation, and a really horrible excuse for an index.
If you want something far better that will also serve as a reference for future use, try Murach's Visual Basic 2010.
12 人中、7人の方が、「このレビューが参考になった」と投票しています。
Difficult for a beginners book 2011/9/26
By saserfrac - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I made the slow crawl to chapter 6 before I finally surrendered. It's been a long time since I've let a book get the best of me, but with this author's terribly illogical way of approaching the subject I could waste my time no longer. Chalked it up as a loss and made sure I wrote this review to deter any other VB beginners from making the same mistake I made.
It's laughable how the author thanks god for "the many talents that he has blessed me with" in the Acknowledgments. Well, Mr. Willis I can assure you god didn't bless you with the ability to teach.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換