|
|||||||||||||||||||||||||||||||||||
|
22 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
34 of 35 people found the following review helpful:
5.0 out of 5 stars
Great Format, Great Content!,
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
Finally, a book with one-stop shopping for VB.NET! I've read several cookbook-style programming titles in the past, and I was pleasantly surprised to find this has much more depth than I expected. It can't cover everything (.NET is huge), but every time I pick the book up I learn something new. There are so many highlights--just browse through the table of contents and you'll see what I mean!Here are some of my favorites:
20 of 20 people found the following review helpful:
5.0 out of 5 stars
Ignore the negative review,
By Netloss (The Hinterlands) - See all my reviews
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
For a beginner, I think it's best to get two things: A really good introductory book to learn the basics, and then a cookbook that gives code samples for a variety of tasks. Otherwise you'll beat your head against the wall trying to reinvent the wheel, every time you want to perform some common task in code.
For vb.net, I'd recommend Murach's Beginning Visual Basic .Net as the introductory text (even for a non-programmer) and this book as the cookbook. This book is concise but it contains the info you want. Its problem/solution structure makes it easy to find information (much easier than digging through a typical 1,000+ page comprehensive language review). And the selection of topics/code samples is quite useful, covering a variety of common tasks. If you've learned the very basics but are struggling to write code, take a look at this book.
12 of 12 people found the following review helpful:
5.0 out of 5 stars
Solid reference, resource,
By A Customer
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
I wish I had this book a year ago when I first started developing with .NET! Even though I'm no longer a newbie, I'm already using this book as a one-stop reference. I tested it against other books, and this one gave me the quickest solutions for making thread "wrappers", serializing objects in different ways, and writing a timer-based Windows service (three tasks I had in an average week).Overall, this cookbook has a little bit of everything, and the dense examples and explanations are so much better than the typical .NET programming book (most are full of fluff and theory). Even experienced developers should find a few new tricks here. For me, the security chapter was the best new material (including how to restrict permissions on dynamically loaded assemblies, encrypt objects, and use XML signatures). The ADO.NET chapter is good, but I would have liked even more. The ASP.NET and web services chapters are also good, but hard-core ASP.NET developers will probably want a dedicated cookbook for this stuff, because many topics are not covered. The early, more basic chapters, were also great--you'll be surprised how useful it is to have a list of the core .NET interfaces (for making objects serializable, convertible, disposable, comparable, etc.) and examples how to implement them. Overall, this is a great book for browsing, reviewing, or just honing your skills.
8 of 8 people found the following review helpful:
5.0 out of 5 stars
Essential quick-reference,
By Jason Payne (Bryn Mawr, PA United States) - See all my reviews
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
This book is essentially a roughly-categorized list of neat things you can do with VB.NET. Most of the tasks are ones you would think of and could figure out, but maybe have to struggle through the helpfiles and language reference in order to determine how to do it.Not so if you own this book. Simply look up a topic it covers, and not only will it present the solution in general terms in plain, easy-to-understand, concise English, but it generally provides easy-to-apply sample code. This book is an essential reference for any VB.NET programmer and I only wish that the "cookbook" format was used for other languages (Java, C++, C#, or .NET in general).
8 of 8 people found the following review helpful:
5.0 out of 5 stars
Great Reference!,
By A Customer
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
Not a book to read from start to finish - although a real geek could. Great examples that work. If you want to know how to do something, this book will tell you and give you an example. I sat down with it and got answers to problems that hours of searches on MSDN and VB.NET sites didn't give me. I wish that I had had this book 6 months ago!!!
6 of 6 people found the following review helpful:
5.0 out of 5 stars
Fast answers to 318 problems,
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
This is exactly the book I've been looking for. It has practical how-to code that covers every aspect of the (impossibly huge) .NET framework. Recipes are lean, well explained, and very practical. This is one book I know I'll return to again and again. And when I'm done with the 318 recipes in here, I hope to get more online (the author has posted new recipes at his website http://www.prosetech.com/vbcookbook -- hopefully more will come in the future). Overall, I can't say enough about this book. Highly recommended!
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Really neat and fun book,
By
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
If you have been VB Developing for a while, then you probably know know Macdonald's name by now. Well, his book is really cool and typical of Matt's work. The book is geared toward mid level developers, but I think beginning developers will save themselves a lot of 'learning curve' time by reading it, and advanced developers will certainly appreciate many of the concepts he puts forth. There are many things that in it that are every day tasks, but I totally disagree with the reviewer that said there's not much new in this book. As far as a cookbook goes, there is going to be some common stuff in it. That's what it's all about. There are many tasks that most every program entails. But Matt has some great implementations and there is a ton of stuff that I really doubt every developer already knows. I've recommended this book to two of my friends, and while they are both C# developers, they both really liked it. Go ahead and pick up a copy, you'll like it.
2 of 2 people found the following review helpful:
3.0 out of 5 stars
Excellent Information, Poorly written.,
By
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
This book is like the college professor that is an expert in his field, knows everything, and can't teach worth a hoot. The book has all sorts of excellent information but is poorly written for someone who is trying to learn VB .NET. If what you're after is an excellent reference manual, this will do the trick. If you're after something that reads easily and guides you through creating VB .NET applications, I'd suggest you keep looking.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
WOW!!!,
By
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
If you're familiar with VB.Net, then this is a great book for you to learn how to add those tricky little details that can make or break
the professionalism of your Applications. If you are a beginner, you may want to book mark this book and get it when you feel more comfortable, because you will need it. Although just about everything can be learned from the MSDN Library and help files that come with Visual Studio. Its hard to find what your looking for when you dont really know exactly what it is that you need. Thats where this book comes in. This book covers a vast array of possibilities, that it'll truely keep you drawn into the fascinating world of VB.Net coding, and without such a headache in research. This is a book worth having as a refernce. Note: some of the examples you may need to modify to bring from a console app to a regular windows app. Which is no big deal. Just omit "Console.Writelines" for "textboxname.text = "
1 of 1 people found the following review helpful:
5.0 out of 5 stars
The standard for programming language writing,
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) (Paperback)
The author has that perfect mixture of good writing style and a profound knowledge of both the language and the .net architecture. I read through the book once, with a fairly shallow understanding. Now I refer to it all the time and find guidance for almost any project I am working on. His code snippets (which all work...unusual for a programming book) are instructive, well commented, and always elegeant and concise. He has a focus in his code for efficiency, but the logic is easy to follow.
I only wish this author wrote the C# sister book. In fact, I would read THIS book to learn C#! BY far the best programming book out there and the standard by which all others should be judged. |
|
Most Helpful First | Newest First
|
|
Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) by Matthew MacDonald (Paperback - July 2, 2003)
Used & New from: $0.94
| ||