By Steven Mandel
December 30, 2011 02:15 PM EST
It's quite clear from reading this book that Peter Gasston is very
knowledgeable about CSS 3 and, as he points out in the preface, this book is
a culmination of five years of work that he has spent writing about CSS3.
There is a clear order to the chapters. The earlier chapters ... (more)
|
By Steven Mandel
November 24, 2011 01:15 PM EST
Beginning C# Object-Oriented Programming is a well-written book that meets
the stated goals of its author: "The target audience for this book is the
beginning C# programmer who wants to gain a foundation in object-oriented
programming along with C# language basics." This book wor... (more)
|
By Steven Mandel
May 1, 2011 11:45 AM EDT
It's a daunting task to author a book of over 1000 pages and maintain the
interest of the reader. Matthew MacDonald is able to do so for several
reasons. He maintains a good sense of humor and he is not afraid to express
his opinion about a topic. Two examples come to mind. The f... (more)
|
By Steven Mandel
March 14, 2011 02:08 PM EDT
I never thought I would ever describe a technical book that I have reviewed
as delightful but that is exactly how felt when I read the book SQL
Antipatterns by Bill Karwin. The book's subtitle ‘Avoiding the Pitfalls of
Database Programming' really summarizes the goal of the book ... (more)
|
By Steven Mandel
September 24, 2010 10:00 AM EDT
In recent years there has been a growing interest in applying design patterns
to various aspects of programming. One of the more well-known patterns is the
Model-View-Controller pattern or MVC. This pattern has a great deal of appeal
in the web design environment because it offer... (more)
|
By Steven Mandel
September 4, 2010 10:00 AM EDT
There are certain authors whose books I look forward to reading because they
don't just repackage a manual but offer practical real-work examples and
advice. One such author is Scott Mitchell. He has revised his previous
version of this book to encompass ASP.NET 4 . This book is ... (more)
|
By Steven Mandel
February 3, 2010 06:15 PM EST
There are several authors of .NET books who not only know their material but
are able to present the information in a practical manner. One such author is
Scott Mitchell. This book is well written and is divided into four parts with
a total of 24 chapters. While the level of the ... (more)
|
By Steven Mandel
June 15, 2009 12:30 PM EDT
Murach's SQL Server 2008 for Developers is an upgrade from an earlier version
that was written for SQL Server 2005. It employs the Murach approach of dual
pages that repeat and enhance the concepts being presented on each page. As
the authors have done with previous releases of S... (more)
|
By Steven Mandel
February 14, 2008 11:15 AM EST
This book is an update of an earlier version that was written for SQL Server
2000. It employs the Murach approach of dual pages that repeat and enhance
the concepts being presented on each page. If you're new to SQL Server 2005
you'll gain a lot from this book. It has three goals... (more)
|
By Steven Mandel
February 10, 2008 03:00 PM EST
Buy this book! I don't often give such a blanket endorsement but this book
works on many levels. It's one of the few books that really addresses the
needs of more experienced ASP.NET developers as well as providing a well
thought out text that can be used by instructors. There's ... (more)
|
By Steven Mandel
November 21, 2007 06:00 PM EST
This book contains 14 chapters and an appendix. Its subtitle is "the ultimate
ASP.NET beginner's guide." As its two titles imply, this book covers the
basics on a lot of ASP.NET topics. The chapter titles convey this: ASP.Net
basics, VB and C# programming basics, constructing ASP... (more)
|
By Steven Mandel
May 31, 2007 05:00 PM EDT
With the release of a major new version of SQL Server, it's incumbent on
developers to take time to refresh and enhance their knowledge of this new
version of T-SQL (Transact SQL) and stored procedure programming. The
challenge is to find a good book that will cover the highlight... (more)
|
By Steven Mandel
May 27, 2007 12:30 PM EDT
I'm sure that there are times when you visit your favorite bookstore to look
at new books on your favorite .NET topics and you cringe at the weighty tomes
sitting on the shelves. You open these books and page upon page of continuous
print swims before your eyes, but you figure it... (more)
|
By Steven Mandel
December 17, 2006 08:00 AM EST
Microsoft released VB6 at the start of 1999, which is almost 8 years ago.
It's hard to imagine that there are developers who are still actively using
VB6, but from the blogs and letters to the editors of many .NET magazines
that I have read, it seems that this is truly the case.
... (more)
|
By Steven Mandel
June 27, 2006 03:00 PM EDT
There are many ways to approach the presentation of a major upgrade to a
software platform and how to address its various audiences. O'Reilly has
decided that to get seasoned ASP.NET developers up to speed, it has added
three new books to its Developer's Notebook series. The idea... (more)
|
By Steven Mandel
May 17, 2006 03:00 PM EDT
Lately, it seems that every computer book that you find is a weighty tome of
at least 500 or 600 pages. You groan just thinking about having to schlep
another monster-size book around. It is so nice then to inform you that
sometimes good things do come in small packages. This boo... (more)
|
By Steven Mandel
May 10, 2006 04:15 PM EDT
You might be wondering what this book is all about. As the author explains,
the dictionary's definition of a gotcha is "an unexpected usually
disconcerting challenge, revelation, or catch". Mr. Subramaniam defines the
gotchas in his book as "those things that pop up unexpectedly ... (more)
|
By Steven Mandel
December 9, 2005 09:45 AM EST
The "cookbook" format has become quite popular in recent years as a vehicle
for presenting ideas and code. Each chapter focuses in on a particular topic.
Each topic contains a number of "recipes" that build upon other recipes to
present ideas that may be of value to developers. A... (more)
|
By Steven Mandel
December 8, 2005 10:45 PM EST
One of the most powerful tools that a developer can use for validating data
is the regular expression. A regular expression makes use of pattern matching
to determine if an item fits within the definition of the pattern. Some
validation that might take many lines of code to valid... (more)
|
By Steven Mandel
October 22, 2005 07:00 AM EDT
After reading this book, I spent a great deal of time trying to figure out
where it fits in the ASP.NET scheme of things. The author states that the
book was written because "a lot of smart developers are having some problem
making the transition to the object-oriented world of A... (more)
|