Items related to Doing Objects in Visual Basic 2005 (Addison-wesley...

Doing Objects in Visual Basic 2005 (Addison-wesley Mircosoft Technology Series) - Softcover

 
9780321320490: Doing Objects in Visual Basic 2005 (Addison-wesley Mircosoft Technology Series)

Synopsis

Doing Objects in Visual Basic 2005 is one of the few books that I’ve seen that lays the proper object-oriented foundation to make new Visual Basic.NET developers as well as VB6 veterans successful in moving to the .NET Framework.”

–Paul Ballard, President, Rochester Consulting Partnership, Inc.

 

“Deborah Kurata’s Doing Objects in Visual Basic 2005 is salvation for every programmer beached on the forbidding isle of .NET object-oriented programming. ‘Right this way,’ she says, leading you confidently into that vaguely menacing interior. Step follows step. Suddenly the daunting and unfamiliar become doable and commonplace. You’re productive again. My goodness, you’re actually enjoying yourself!”

–Ward Bell, V.P., Product Management, IdeaBlade, Inc.

 

“When is comes to advice on programming objects in Visual Basic, nobody could be better qualified than Deborah Kurata. She’s been doing Doing Objects since VB4, and she doesn’t let us down as we move our classic VB code to the Microsoft.NET platform. From initial analysis and design, through to the final implementation, you’ll find everything you need here to take on the Visual Basic 2005 development environment. This book is a must have for every VB.NET developer!”

–Kel Good, MCT, MCITP, MCPD, Custom Software Development Inc., (www.customsoftware.ca)

 

“I’ve long been frustrated that I couldn’t recommend a book on object-oriented fundamentals in .NET. Sure, there were plenty of books on OO syntax. But what good is explanation of syntax if you don’t already understand the concepts? At last, we have the successor to the Doing Objects series for classic VB, from which so many of us learned how to think about objects and object design, completely rewritten for .NET. If you’re a VB 2005 developer who needs to add object orientation to your skill set, this is the book you need.”

–Billy Hollis, author/consultant, Next Version Systems

 

“Deborah Kurata does her Doing Objects thing again! This is the newest book from Deborah which has been completely rewritten from the ground up for the Visual Basic .Net 2005 developer. Anyone needing a solid foundation in object technology, Visual Basic .Net 2005, and Visual Studio .Net 2005 should read this book. Deborah’s presentation of core topics such as class design, object state management, exception handling, events, data binding, validation, data access techniques, and many others is clear, concise, and direct. The clarity of the content, coupled with the hands-on examples make this book an easy read and a must have.”

–Ron Landers, Senior Technical Consultant, IT Professionals, Inc.

 

“Deborah Kurata continues her tradition of showing both new and experienced Visual Basic programmers the most effective ways to get their jobs done with object-oriented programming.”

–Ethan Roberts, Software Architect, Sundial Software Corporation

 

“As a VB6 programmer, it was a huge leap for me to go from VB6 to VB.Net; Deborah’s book helped me do that. If you’re trying to make that jump, reading this will enable you to do so with minimal pain.”

–Robin Shahan, VB Developer

 

The definitive guide to object-oriented development with Visual Basic 2005

 

Doing Objects in Visual Basic 2005 is the authoritative guide to object-oriented design, architecture, and development with Visual Basic 2005. Author Deborah Kurata is the original pioneer in building object-oriented applications with Visual Basic. In this book she continues to offer clarity and deliver best practices for using object-oriented techniques in Visual Basic 2005. She has been honored with Microsoft’s prestigious MVP designation for her expertise and contributions to the community.

 

Kurata begins with a concise introduction to core object-oriented concepts and the Visual Basic 2005 features that support them. Next she introduces a pragmatic and agile approach to designing effective applications along with an application framework. From there she walks you through the process of building the user interface, business logic, and data access layers of an application, highlighting key VB 2005 techniques and best practices. Kurata’s step-by-step “building along” activities provide you with deep hands-on mastery; your finished application can serve as the starting point for virtually any custom project. This book

 

  • Shows how the tools in Visual Studio 2005 combined with a solid object-oriented approach can help minimize the complexities of software development and improve productivity
  • Clearly explains the fundamental concepts of object development: classes, inheritance, interfaces, scenarios, and more
  • Presents a pragmatic agile software design methodology to help analyze and design applications for the real world
  • Covers building the user interface layer using a base form class, programmatic interfaces, and object binding
  • Details building the business logic layer using a base business object class and validation rules
  • Demonstrates how to build the data access layer using ADO.NET
  • Provides best practices and tips for experienced .NET developers, those new to .NET, and for those developers moving from VB6 to .NET


Foreward

Preface


Chapter 1: Introduction to OO in .NET

Chapter 2: Designing Software

Chapter 3: Building Projects

Chapter 4: Building the User Interface Layer

Chapter 5: Building the Business Logic Layer

Chapter 6: Class Tools and Techniques

Chapter 7: Binding the User Interface to the Business Objects

Chapter 8: Building the Data Access Layer

 

"synopsis" may belong to another edition of this title.

About the Author

Deborah Kurata is cofounder of InStep Technologies Inc. (http://www. insteptech.com), a professional consulting firm that focuses on turning your business vision into reality using Microsoft .NET technologies. InStep provides premier software design, development, and consulting services to the most successful companies in Silicon Valley, the San Francisco Bay area, and other locations nationwide. You can reach InStep at 925-730-1000 or at info@insteptech.com.

 

Deborah has more than 15 years of experience in architecting, designing, and developing successful applications. She has authored several books, including the Doing Objects in Visual Basic series (Sams), Best Kept Secrets in .NET (Apress), and Doing Web Development: Client-Side Techniques (Apress). She also writes for MSDN and CoDe magazine (http://www.code-magazine.com/).

 

Deborah speaks at .NET user groups all over the country as a member of the INETA Speaker’s Bureau (http://www.ineta.org/) and at conferences such as VSLive, DevDays, and TechEd. For her work in support of software development and software developers, she has been recognized with the Microsoft Most Valuable Professional (MVP) award. After a hard day of coding and taking care of her family, Deborah enjoys blowing stuff up (on the XBox, of course).

 

Deborah holds degrees in physics and mathematics from the University of Wisconsin―Eau Claire and an MBA from the College of William and Mary.

From the Back Cover

Doing Objects in Visual Basic 2005 is one of the few books that I’ve seen that lays the proper object-oriented foundation to make new Visual Basic.NET developers as well as VB6 veterans successful in moving to the .NET Framework.”

–Paul Ballard, President, Rochester Consulting Partnership, Inc.

 

“Deborah Kurata’s Doing Objects in Visual Basic 2005 is salvation for every programmer beached on the forbidding isle of .NET object-oriented programming. ‘Right this way,’ she says, leading you confidently into that vaguely menacing interior. Step follows step. Suddenly the daunting and unfamiliar become doable and commonplace. You’re productive again. My goodness, you’re actually enjoying yourself!”

–Ward Bell, V.P., Product Management, IdeaBlade, Inc.

 

“When is comes to advice on programming objects in Visual Basic, nobody could be better qualified than Deborah Kurata. She’s been doing Doing Objects since VB4, and she doesn’t let us down as we move our classic VB code to the Microsoft.NET platform. From initial analysis and design, through to the final implementation, you’ll find everything you need here to take on the Visual Basic 2005 development environment. This book is a must have for every VB.NET developer!”

–Kel Good, MCT, MCITP, MCPD, Custom Software Development Inc., (www.customsoftware.ca)

 

“I’ve long been frustrated that I couldn’t recommend a book on object-oriented fundamentals in .NET. Sure, there were plenty of books on OO syntax. But what good is explanation of syntax if you don’t already understand the concepts? At last, we have the successor to the Doing Objects series for classic VB, from which so many of us learned how to think about objects and object design, completely rewritten for .NET. If you’re a VB 2005 developer who needs to add object orientation to your skill set, this is the book you need.”

–Billy Hollis, author/consultant, Next Version Systems

 

“Deborah Kurata does her Doing Objects thing again! This is the newest book from Deborah which has been completely rewritten from the ground up for the Visual Basic .Net 2005 developer. Anyone needing a solid foundation in object technology, Visual Basic .Net 2005, and Visual Studio .Net 2005 should read this book. Deborah’s presentation of core topics such as class design, object state management, exception handling, events, data binding, validation, data access techniques, and many others is clear, concise, and direct. The clarity of the content, coupled with the hands-on examples make this book an easy read and a must have.”

–Ron Landers, Senior Technical Consultant, IT Professionals, Inc.

 

“Deborah Kurata continues her tradition of showing both new and experienced Visual Basic programmers the most effective ways to get their jobs done with object-oriented programming.”

–Ethan Roberts, Software Architect, Sundial Software Corporation

 

“As a VB6 programmer, it was a huge leap for me to go from VB6 to VB.Net; Deborah’s book helped me do that. If you’re trying to make that jump, reading this will enable you to do so with minimal pain.”

–Robin Shahan, VB Developer

 

The definitive guide to object-oriented development with Visual Basic 2005

 

Doing Objects in Visual Basic 2005 is the authoritative guide to object-oriented design, architecture, and development with Visual Basic 2005. Author Deborah Kurata is the original pioneer in building object-oriented applications with Visual Basic. In this book she continues to offer clarity and deliver best practices for using object-oriented techniques in Visual Basic 2005. She has been honored with Microsoft’s prestigious MVP designation for her expertise and contributions to the community.

 

Kurata begins with a concise introduction to core object-oriented concepts and the Visual Basic 2005 features that support them. Next she introduces a pragmatic and agile approach to designing effective applications along with an application framework. From there she walks you through the process of building the user interface, business logic, and data access layers of an application, highlighting key VB 2005 techniques and best practices. Kurata’s step-by-step “building along” activities provide you with deep hands-on mastery; your finished application can serve as the starting point for virtually any custom project. This book

 

  • Shows how the tools in Visual Studio 2005 combined with a solid object-oriented approach can help minimize the complexities of software development and improve productivity
  • Clearly explains the fundamental concepts of object development: classes, inheritance, interfaces, scenarios, and more
  • Presents a pragmatic agile software design methodology to help analyze and design applications for the real world
  • Covers building the user interface layer using a base form class, programmatic interfaces, and object binding
  • Details building the business logic layer using a base business object class and validation rules
  • Demonstrates how to build the data access layer using ADO.NET
  • Provides best practices and tips for experienced .NET developers, those new to .NET, and for those developers moving from VB6 to .NET


Foreward

Preface


Chapter 1: Introduction to OO in .NET

Chapter 2: Designing Software

Chapter 3: Building Projects

Chapter 4: Building the User Interface Layer

Chapter 5: Building the Business Logic Layer

Chapter 6: Class Tools and Techniques

Chapter 7: Binding the User Interface to the Business Objects

Chapter 8: Building the Data Access Layer

 

"About this title" may belong to another edition of this title.

Buy Used

Condition: Good
Your purchase helps support Sri...
View this item

£ 2.74 shipping within United Kingdom

Destination, rates & speeds

Search results for Doing Objects in Visual Basic 2005 (Addison-wesley...

Stock Image

Kurata, Deborah
Published by Addison-Wesley Professional, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Softcover

Seller: Phatpocket Limited, Waltham Abbey, HERTS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Ex-library, so some stamps and wear, but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions. Seller Inventory # Z1-AA-001-00741

Contact seller

Buy Used

£ 3.49
Convert currency
Shipping: £ 2.74
Within United Kingdom
Destination, rates & speeds

Quantity: 5 available

Add to basket

Seller Image

Kurata, Deborah
Published by Addison Wesley, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Softcover

Seller: WeBuyBooks, Rossendale, LANCS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. Most items will be dispatched the same or the next working day. A copy that has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Seller Inventory # wbs2871040881

Contact seller

Buy Used

£ 5.22
Convert currency
Shipping: £ 2.20
Within United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Deborah Kurata
Published by Addison-Wesley Professional, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Softcover

Seller: Bookbot, Prague, Czech Republic

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Softcover. Condition: Fine. Leichte Risse. Provides information on object-oriented design, architecture, and development with Microsoft Visual Basic 2005. Seller Inventory # c1feb252-e853-4c59-9749-07ab926158fa

Contact seller

Buy Used

£ 5.39
Convert currency
Shipping: £ 8.72
From Czech Republic to United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Kurata, Deborah
Published by Pearson Education, Limited, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Softcover First Edition

Seller: Better World Books, Mishawaka, IN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. 1st Edition. Used book that is in excellent condition. May show signs of wear or have minor defects. Seller Inventory # 38967906-6

Contact seller

Buy Used

£ 10.35
Convert currency
Shipping: £ 5.65
From U.S.A. to United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Deborah Kurata
Published by Addison-Wesley Professional, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Paperback

Seller: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.72. Seller Inventory # G0321320492I3N00

Contact seller

Buy Used

£ 9.79
Convert currency
Shipping: £ 11.72
From U.S.A. to United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Kurata, Deborah
Published by Addison-Wesley Professional, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used paperback

Seller: HPB-Red, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Seller Inventory # S_428329552

Contact seller

Buy Used

£ 6.72
Convert currency
Shipping: £ 86.09
From U.S.A. to United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

SIN AUTOR
Published by PEARSON EDUCACION, 2007
ISBN 10: 0321320492 ISBN 13: 9780321320490
Used Softcover

Seller: OM Books, Sevilla, SE, Spain

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: usado - bueno. Seller Inventory # 9780321320490

Contact seller

Buy Used

£ 336.35
Convert currency
Shipping: £ 15.28
From Spain to United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket