|
|||||||||||||||||||||||||||||||||||
|
14 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
9 of 10 people found the following review helpful:
3.0 out of 5 stars
No exactly a collection of .NET "secrets", but good writing,
By
This review is from: Best Kept Secrets in .NET (Paperback)
Although I'm giving this book high marks for thoroughness of content, I did feel slightly dejected after expecting it, based on its title, to be a cornucopia of gems of little-known facts that .NET developers of varying levels could use. And while it certainly contains a lot of good remarks about how to work faster and/or more efficiently with have better performing code, it's not exactly a collection of "secrets".
I'm a somewhat experienced programmer, and a lot of what I read I found to be best practices that most introductory books on a variety of subjects will feature. The book's magic is that the tips are consolidated to within a single bound title, relieving the reader of needing to buy and read multiple titles to acquire such knowledge. The book's finer points are evident in the many code samples being featured in both Visual Basic .NET and C#, and the book's succinct nature. Author Deborah Kurata doesn't spend hours poring over concepts; she just gets right to the point and lets you know how you can use a certain trick in your .NET programming. On that point, there's also a nice discussion of using regular expressions and operator overloading, and a good preview of refactoring in Visual Studio 2005 (at the time of this writing still in early beta). However, I was disappointed in the fact that there wasn't a chapter on such secrets for web development with ASP.NET, and leans heavily towards those programming for Windows Forms (there are faint mentions of using web.config for web projects, but that's about it). This makes the book more applicable to desktop developers, and unfairly denies the browser crowd of using this book for their work. Still, I came away with a couple of morsels that I'll take with me, such as the ability to use VB .NET's IsNumeric function in C# by referencing Microsoft.VisualBasic.dll. As with most APress titles, it's made the stand the test of time, with heavy paper and sturdy binding, so it's great as a desktop reference. Overall it makes for a nice, quick read - priced pretty decently.
5 of 5 people found the following review helpful:
3.0 out of 5 stars
Average Read for Beginers and Mid-level Dev,
By
This review is from: Best Kept Secrets in .NET (Paperback)
Like other reviewers have pointed out, "Best Kept Secrets in .NET" is a bit misleading title. From a developer's jargon, it would mean internals of assembly binding redirection or uncharted waters of machine.config etc however, this book is more about shortcuts and development techniques from an IDE perspective. "Literally" speaking, its a cross between Visual Studio Hacks and Code to Developer.
Apart from its name, it's generally a good book for beginers and average book for mid-level devs and skim through for seniors in case they won't know how to store code snippets in toolbox. I liked the improving unit testing and defensive development sections along with much ADO and hidden tricks in VS.NET. The Apress roadmap explains the intended audience and its a good match but generally, I'd recommend Coder to Developer for this particular genre of IDE/Process learning.
6 of 7 people found the following review helpful:
4.0 out of 5 stars
Not quite secrets, but interesting anyway,
By Jack D. Herrington "engineer and author" (Silicon Valley, CA) - See all my reviews (VINE VOICE) (REAL NAME)
This review is from: Best Kept Secrets in .NET (Paperback)
There is a lot of interesting information in this book, that cuts across the range of .NET developers. It starts with tips about how to modify and use your Visual Studio environment, and ends with tips on the code in a data access layer. And at a mere two hundred pages the coverage is never in-depth. It's fragments of information, presented as secrets, from all over the .NET world.
The book is well written, and the graphics are used effectively. What is there is done well. But you need to make sure that there is enough that will be helpful to you in there before you buy. I definitely recommend reading the index and checking it out in person before you buy.
4 of 5 people found the following review helpful:
4.0 out of 5 stars
A must for junior programmers,
This review is from: Best Kept Secrets in .NET (Paperback)
I sure that many of you are just as busy as I am. You probably don't have time to read all of the books that you need to read. That's one of the reasons that I like Best Kept Secrets in .NET. This book, written by Deborah Kurata and published by Apress, is a collection of useful tips instead of an in-depth tutorial. You can pick it up, read a few pages, and put it back down again. (I managed to read the entire book while getting ready for work each morning.)
Deborah is a frequent contributor to CoDe magazine, which I always read, so I had high expectations. While I think that the tips and techniques don't always qualify as "best kept secrets", they are all very valuable. In fact, I believe that all junior programers should be required to read this book. Here's a small sample of the topics in the book: 12 ways to search for code Shortcut keystrokes Accessing External Tools Windows Forms techniques Typecasting Aliasing Data Types Regular Expressions ADO "Defensive" Development I have to admit that I already knew most of these techniques. Why do I like this book then? Because I've been using .NET exclusively for over 3 years now, and I've had to learn this information the hard way. This is why I'm recommending the book to all junior programmers and those less familiar with .NET. This book will help you learn to use Visual Studio and .NET to get the most productivity out of your programming time.
3 of 4 people found the following review helpful:
5.0 out of 5 stars
Very informational for a .NET newbie!,
By TM (Houston, TX) - See all my reviews
This review is from: Best Kept Secrets in .NET (Paperback)
Excellent book! There is lots of good information about Visual Studio .NET. VS .NET includes so many features that there is no way that any one person could find all the features. This book shows you some of the "little" features that you wouldn't ordinarily know about. It covers the IDE, windows forms, coding tricks, ADO, and defensive development. Unfortunately, what it doesn't cover is ASP.NET.
This is a great book for beginning and intermediate .NET programmers. It helps you to quickly find the tools that will make your programming life much easier. All code samples are in VB.NET and C#. There are lots of screen shots to help you visualize what you're reading without having to go into the development environment to find it. The book is well laid out and well written. It is straight to the point and very easy to read. It's definitely a book I plan to keep handy when I'm programming.
3 of 4 people found the following review helpful:
4.0 out of 5 stars
Very details oriented,
By
This review is from: Best Kept Secrets in .NET (Paperback)
As the .NET framework gets built out by Microsoft and others, experience has been gained by some of its users. It is encouraging news for .NET users that part of this experience is being disseminated by Kurata in her book. From her own dealings with .NET and feedback she's gotten from many other users, she gives us examples of tweaks here and there that were overlooked or unappreciated in first generation books on .NET.
There is no radical style improvement offered here. No dazzling new overview of .NET. And no new design patterns either. Instead, there are nifty code tricks in C#, Visual Basic, Visual Studio or MS Windows Forms. Typically, the different chapters have nothing in common except .NET itself. Payoffs are incremental gains in coding or runtime efficiency. A details book that can fill gaps in your .NET knowledge. Lest you think I'm damning with faint praise, note that there is room in your computing library for books like this. Limited scope, perhaps. But the details in it are the implementation. With this book, you can quickly understand each trick the author shows. Plus, if you decide to use it, then you can do so immediately. Which usually doesn't happen with higher level books.
6 of 9 people found the following review helpful:
5.0 out of 5 stars
So much cool stuff in such a small book,
By
This review is from: Best Kept Secrets in .NET (Paperback)
Not since the C#/VB.NET Programmers Cookbook have I come across something with soooo much cool stuff in it. There are tons of great .NET books. But usually you have to read through things (and that's fine - it's the way you should learn stuff). But sometimes, you know you've come across something and you want to do it right without searching all over the place. I often forget which of my books I read a given technique in and search and search. Well, in 207 Pages you'll never have to look far.
Chapter 1 - Hidden Treasures in Visual Studio - A must read for any .NET Developer. I'm pretty well versed in VS.NEt but the reference of shortcut keys, organizing your code snippets and Executing VS Commands all had more than a few tricks that I'm GLAD I came across. Chapter II - Designing Winforms - Well, it's a little late - I wish this was out 3 years ago. However that doesn't detract from it. Virtually every subtley nuanced little winforms trick I wanted to do in my career is here in one form or another. I hate Winforms programming so I didn't like the chapter personally as much as the other ones, but that's only becaues I don't like Winforms programming and i've stumbled through, often painfully, a lot of what's covered. It's still kick a33 as a reference though. Code Tricks - another great, GREAT chapter. The discussion on Regexs is one of the most clear I've come across but that's just the beginning. Overloading operators is discussed very to the point and even though that's hardly a major task, her discussion is just so to the point that it's about the best I've come across. Debugging - This is so Good even John Robbins would have to give her props - and he's written the best debugging book ever written. ADO.NET - well, that's probably where I spend most of my time - but she taught me a trick or two. The discussion on validatoin and using Extended Properties is second to none - and that's not just because it's hardly ever touched up anywhere else. Defensive Programming - EVERYONE should have to read this chapter. Everyone (Particularly VB6 programmers ;-) ) Anyway, this is another superb title that APress put out and at this rate, if the others don't catch up, APRess and Addison-Wesley are going to be the only real players in the developer market.
2 of 3 people found the following review helpful:
5.0 out of 5 stars
Good for the one step up from Beginner,
By
This review is from: Best Kept Secrets in .NET (Paperback)
This is one of those books that you read and suddenly a light bulb comes on and you think "what a nifty way to do that." Yeah, if you really looked you'd find that you could get a description of that "way" out of several books, out of really going over all the options on all the menus, or perhaps even through the help feature. But how often do you really go to the help screens?
Here are a bunch (I didn't count them) of useful little hints and tips that will help you move up a step in the competence department. The book is aimed at (in my opinion) someone who is just a step up from being an absolute beginner. Someone who has started working with .NET and learned the basics can get the most out of this book. It isn't a book that starts out with "This is the Visual Studio IDE." Instead it starts out "When you are using the IDE, sometimes it is helpful if...." This book is said to be aimed at the Beginner-Intermediate level. I agree. If you know everything that's in this book you aren't one of them. Good Job.
5.0 out of 5 stars
Excellent Author & Book,
By
This review is from: Best Kept Secrets in .NET (Paperback)
I am an Answerer in MSDN forums and I see Deborah a lot answering questions in many different forums and she is extremely bright. All this time I didn't even know she was the author of this.
I liked this book so much I actually bought two, one for my desk at work and one at home. Thanks Deb and see you at MSDN, John Grove
1.0 out of 5 stars
A Waste of Paper,
This review is from: Best Kept Secrets in .NET (Paperback)
I read this entire book. Those who have praised this book as a "good book for newbies" have apparently forgot that the book is entitled "Best Kept Secrets". These are not secrets. Much of the book goes into painful detail of basic procedures in Visual Studio that you can figure out easily by using the program for a few days. The title of this book is absolutely fraudulent.
What's really funny is that, at the end of the book, the author declares that if you said "I didn't know that" at least once while reading her book, then the book "met its objective of revealing the best kept secrets in .NET." That self-congratulatory statement is so illogical and false I don't know whether to laugh or cry. Literally 90% (I made careful marks of the content that was at least slightly informative to me) of the book's "secrets" are extremely basic, tepid, well-known practices. |
|
Most Helpful First | Newest First
|
|
Best Kept Secrets in .NET by Deborah Kurata (Paperback - September 13, 2004)
$29.99
In Stock | ||