Visual C# .NET: A Guide for VB6 Developers

  Author:    Angelo Kastroulis, Brad Maiani, Marco Bellinaso, James Still, Cristian Darie
  ISBN:    1861007175
  Sales Rank:    915159
  Published:    2002-06
  Publisher:    Peer Information
  # Pages:    510
  Binding:    Paperback
  Avg. Rating:    5.0 based on 12 reviews
  Used Offers:    10 from $25.97
  Amazon Price:   
  (Data above last updated:  2008-11-18 10:04:51 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Visual C# .NET: A Guide for VB6 Developers
  
.NET is the most exciting Microsoft release for many years. As companies turn their attention to the .NET Framework, developers need to transfer their skills as quickly as possible. This book will make it easy to transfer your skills from Visual Basic 6 to C#, the language of choice of the .NET Framework.

Building on the familiar territory of VB6, this book will teach you C# and how to use it to program the .NET Framework. Packed with real-world, usable code, this book is full of practical examples. 100% relevant to your everyday programming tasks, it shows you what you really need to know to build powerful desktop applications.

With Visual C# .NET: A Guide for VB6 Developers you will learn to:

- Build powerful, effective Windows applications with C#

- Exploit Visual Studio .NET's time-saving features

- Use the power of the .NET Framework in your applications

- Benefit from code reuse through object orientation and class libraries

- Access and manipulate data sources through ADO.NET

- Build maintainable, scalable applications quickly

- Use familiar ActiveX controls in .NET applications

- Create new user controls in C#, which can be used in any .NET application

- Integrate existing Visual Basic code with C# .NET programs

                  Reader Reviews 1 - 12 of 12                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
05-06-04 4 (NA)
(Hide Review...)  Good starter reference for good vb6 developers
Reviewer Permalink
If you come from a background of com+, interface implementation, n-tier and so on, and want to get into c# then this is the book for you. It assumes a general level of OO knowledge but goes over it again as a refresher. It covers both web and win(cli/svr) forms,ado.net and more. The book gave me the confidence to keep going with it, and I often use it as a quick reference to some of the concepts. e.g. I used to do X in vb6, I can't quite remember how to do it in C#. I have other .net books but this is the one I use the most. (other books: wrox prof. vb.net; sams asp.net unleashed;ms.net(developmentor) essential asp.net with c# examples)
(Review Data Last Updated: 2008-11-18 10:07:42 EST)
02-26-03 3 1\1
(Hide Review...)  A great start, but the middle is weak
Reviewer Permalink
Newbies to C# will very much appreciate the first 5 chapters, as they cover both C# essentials plus a very nice review of OOP. Some other reviewer jokingly compared this book to the writing of Immanual Kant. If he was referring to this first section, I heartily agree.
However, prospective buyers should read the scathing treatment of another reviewer here of the subsequent chapters on GUI/Windows application programming. These middle chapters really fall short, with missing or misleading steps in writing the test application, what to do if one does not have the MSMAPI ocx component loaded on his computer (necessary for completing one of the chapters). Twice I could not finish the chapter.
The first 5 chapters deserve 6 stars. Now I have to find another book on C# to help me through the rough patches in this one.
(Review Data Last Updated: 2007-07-09 21:21:03 EST)
02-25-03 3 1\1
(Hide Review...)  A great start, but the middle is weak
Reviewer Permalink
Newbies to C# will very much appreciate the first 5 chapters, as they cover both C# essentials plus a very nice review of OOP. Some other reviewer jokingly compared this book to the writing of Immanual Kant. If he was referring to this first section, I heartily agree.
However, prospective buyers should read the scathing treatment of another reviewer here of the subsequent chapters on GUI/Windows application programming. These middle chapters really fall short, with missing or misleading steps in writing the test application, what to do if one does not have the MSMAPI ocx component loaded on his computer (necessary for completing one of the chapters). Twice I could not finish the chapter.
The first 5 chapters deserve 6 stars. Now I have to find another book on C# to help me through the rough patches in this one.
(Review Data Last Updated: 2006-10-17 00:41:04 EST)
01-17-03 5 1\1
(Hide Review...)  A very good book!
Reviewer Permalink
I am very pleased with this book. It answers all the necessary questions I have about C# and the .NET framework.

From OOP issues, to integrating C# with VB6 and visa-versa, plus a whole lot more.

It also builds on your learning by having great example games to develop as you build on your knowledge and work through the book.

I recommend it to any VB6 programmers wanting to migrate to C#.NET.

I am even more impressed because after contacting Wrox support and even one of the authors directly, they responding to my questions in less than an hour (via email); and was happy to give more information about .NET in general rather than just answering questions about their book - very helpful. Thank you guys.

Although there is a bug in one of their example games and some text refers to code we have not written yet, the book still does a good job of teaching you C#.

(Review Data Last Updated: 2007-07-09 21:21:03 EST)
10-05-02 5 2\2
(Hide Review...)  Excellent introduction to C# and .NET
Reviewer Permalink
This book provides an excellent introduction to C# and .NET for Visual Basic 6 developers. Having programmed in VC++ rather than VB for the past few years, I still rate the book highly for anyone interested in getting a grounding in .NET...

Chapter 14 provides a fitting conclusion to the book by showing us how to deploy our applications. You may be able to deploy your application with a simple XCOPY, but Visual Studio.NET provides powerful tools to create a Setup program. The authors provide a through disscussion of the Setup tools, and remind us that we must insure that the .NET runtime is installed on the target computer. ---Reviewed by Jack D.

(Review Data Last Updated: 2007-06-30 08:58:40 EST)
10-05-02 4 7\7
(Hide Review...)  Fun to code functional games early on
Reviewer Permalink
An adequate introductory on C# for Visual Basic Programmers who are new to C# and the .NET framework, it is organized around several practical applications. The book frequently comparies features between VB6 and C# which make the transition easier.

Started with a brief introduction of the .NET framework, C# language features and Visual Studio NET common tools, the book leads you directly into building a Windows applications - the SuperMind and the SweepCSharp games. It's fun to be able to code functional games early on.

Through the BookReview Manager project, the book effectively introduces the use of some common Windows Forms controls (such as TreeView control, ComboBox , Context Menu, DateTimePicker), existing ActiveX controls (e.g. Web Browser, MAPI controls), the creation of custom controls and data-binding at design time.

For VB programmers who write mainly 2-tier Client-Server applications which consist of forms that collect user data and also connect to SQL Server databases, the book will guide them into designing 3-tier applications through the KnnwledgeBase project, in which database access via ADO.NET is well covered.

The book sticks to its hands-on approach to the end by creating a setup program for the SweepCSharp game.

The book does not cover debugging tools and debugging related windows which I think are very important in .NET development.

Due to it's introductory nature, the book leaves out some advanced topics such graphics, multi-threading, object serialization, reflection. ---Reviewed by Timothy D.

(Review Data Last Updated: 2007-07-09 21:21:03 EST)
10-04-02 5 2\2
(Hide Review...)  Excellent introduction to C# and .NET
Reviewer Permalink
This book provides an excellent introduction to C# and .NET for Visual Basic 6 developers. Having programmed in VC++ rather than VB for the past few years, I still rate the book highly for anyone interested in getting a grounding in .NET...

Chapter 14 provides a fitting conclusion to the book by showing us how to deploy our applications. You may be able to deploy your application with a simple XCOPY, but Visual Studio.NET provides powerful tools to create a Setup program. The authors provide a through disscussion of the Setup tools, and remind us that we must insure that the .NET runtime is installed on the target computer. ---Reviewed by Jack D.

(Review Data Last Updated: 2006-10-17 00:41:04 EST)
10-04-02 4 7\7
(Hide Review...)  Fun to code functional games early on
Reviewer Permalink
An adequate introductory on C# for Visual Basic Programmers who are new to C# and the .NET framework, it is organized around several practical applications. The book frequently comparies features between VB6 and C# which make the transition easier.

Started with a brief introduction of the .NET framework, C# language features and Visual Studio NET common tools, the book leads you directly into building a Windows applications - the SuperMind and the SweepCSharp games. It's fun to be able to code functional games early on.

Through the BookReview Manager project, the book effectively introduces the use of some common Windows Forms controls (such as TreeView control, ComboBox , Context Menu, DateTimePicker), existing ActiveX controls (e.g. Web Browser, MAPI controls), the creation of custom controls and data-binding at design time.

For VB programmers who write mainly 2-tier Client-Server applications which consist of forms that collect user data and also connect to SQL Server databases, the book will guide them into designing 3-tier applications through the KnnwledgeBase project, in which database access via ADO.NET is well covered.

The book sticks to its hands-on approach to the end by creating a setup program for the SweepCSharp game.

The book does not cover debugging tools and debugging related windows which I think are very important in .NET development.

Due to it's introductory nature, the book leaves out some advanced topics such graphics, multi-threading, object serialization, reflection. ---Reviewed by Timothy D.

(Review Data Last Updated: 2006-10-17 00:41:04 EST)
09-25-02 2 4\9
(Hide Review...)  The problem with books with so many authors
Reviewer Permalink
The problem with books with so many authors is that just when you get a feel for an author's style, it changes completely. That problem is further compounded when the quality of the authors is so vastly different. The first few chapters of this book are actually quite good. But whichever one of these authors wrote the sections on the GUI needs to be publicly flogged, and so does the editor for allowing this dreadfully sub-par writing to mar the rest of an otherwise decent book. I pray to the gods of programming that no one who reads this book is a true beginner still learning programming theory, for these middle chapters are a painful exercise in bad and inconsistent naming conventions (what a double whammy, picking bad naming conventions, then failing to stick to them), poorly written code, and a total lack of code reuse when the first part of the book went out of its way to trumpet code reuse as one of the best parts of OOP. If you just need help adjusting to the syntax of C#, but are otherwise accomplished as a programmer, this book gets the job done. But it is painful to work through some of the exercises, and in no way whatsoever should these code samples be mistaken for examples of good programming practices.
(Review Data Last Updated: 2006-06-29 21:52:10 EST)
09-19-02 5 4\5
(Hide Review...)  I give this book 6 stars
Reviewer Permalink
I wish I could give this book 6 stars. This is one of the best computer books I have ever read. I just fished reading this book and am still wondering how a 500 pages book can contain such a rich contents, from starting Visual Studio.NET to .NET Framework, from data types to OOP. I like the way the book is organized. It uses several real-world examples to illustrate C# and OOP. It's easy to read and gives readers quite deep understanding of C# and OOP.

I thank the authors and editors for giving us such a wonderful book.

Wrox's supports are good. I am surprised to receive answers to my question regarding event handler from Technical Support Analyst Rowena Perks and Support Editor Mike Foster in just two days. Thanks.

(Review Data Last Updated: 2006-06-29 21:52:10 EST)
09-13-02 5 1\1
(Hide Review...)  Great to start
Reviewer Permalink
This book is a great start for VB6 programmers who have decided to shift to C#. It's not easy but this books covers deeply all differences between the 2 languages. I recommend this book before for experienced VB 6 programmers and then you can buy Professional C# once you master the syntax differences.
(Review Data Last Updated: 2006-06-29 21:52:10 EST)
07-06-02 5 5\6
(Hide Review...)  Visual C# .NET: A Guide for VB6 Developers
Reviewer Permalink
This is one of the most realistic and helpful programming books I've ever had the pleasure to read. If there were more publications like this one that actually focused on the tasks a programmer needs in their day-to-day work, then people would be more prone to read the theoretical books that flood the market (they'd have the time to, since their projects would be in on schedule!) Great stuff, well written, with TONS of code you'll use every day.
(Review Data Last Updated: 2006-06-29 21:52:11 EST)
  
                  Reader Reviews 1 - 12 of 12                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)