Amazon.com
Jesse Liberty's Programming C# provides an adept and extremely well conceived guide to the C# language and is written for the developer with some previous C++, Java, and/or Visual Basic experience.
It's no secret that many computer books are pretty much devoid of an authorial personality. This title is a winning exception. The author is able to weave in clever examples (using such topics as his own long experience in computing, his dog, Star Trek, etc.) without being coy or getting in the way of presenting real technical information. Liberty's wide experience in computers and general writing skill shows, as he is able to draw on a wealth of examples to move his text forward.
These are a couple of goals at work in Programming C#. First, it's an excellent language tutorial, certainly one of the smartest and best available guides to C# as a language. Early chapters explore basic and obscure language options using inheritance, delegation, interface, and the conventions in C# used to implement these techniques. The middle part of the book turns toward the .NET Framework itself, with two useful (and somewhat introductory) chapters on both Windows Forms and Web Forms, for standalone and Web-based applications, respectively.
Later sections crank up the technical knowledge again with several advanced topics on understanding .NET assemblies and deployment in detail, as well as "reflection" APIs that allow .NET programs to essentially modify their code at run time. (One technique, reflection emit, which literally writes bytecodes, will definitely interest expert readers, though it's unlikely most programmers will need to do this.) Final sections look at the .NET stream classes (rivaled only by Java's for complexity). Liberty looks at basic file and network I/O as well as how objects get serialized and marshaled both for SOAP and Web services and "normal" .NET remoting.
The author's sure hand here in navigating the difficult waters of C# and .NET makes for a relatively concise text that is chock-full of useful information on C#. Filled with notably clever and inventive examples, this book is possibly this veteran computer author's best title to date, and it's sure to be a noteworthy resource as experienced developers tackle C# for the first time. --Richard Dragan
Topics covered:
- Introduction to C# and the .NET platform
- A "Hello World" example in C#
- Tutorial to C# as an object-oriented programming language (types and variables, operators, namespaces, and preprocessor directives)
- Defining classes in C# (including static members, finalizers, overloading, and read-only fields)
- Inheritance and polymorphism implemented in C#
- Operator overloading
- Structures in C#, interfaces, arrays, and indexers
- Built-in .NET collections, strings, and regular expression support
- Structured exception handling
- Delegate and events
- Introduction to programming with Windows Forms
- ADO.NET database APIs (including basic XML support)
- Quick introduction to Web Forms and ASP.NET used with C#
- Introduction to Web services (SOAP, WSDL, and Discover services described)
- In-depth guide to .NET assemblies (including metadata, versioning, private and shared assemblies)
- C# support for attributes and reflection (including reflection emit techniques)
- Marshaling and remoting (with and without SOAP)
- Threads and synchronization
- Tutorial to C#/.NET streams (including basic I/O techniques, Web streams, and serialization)
- COM and .NET interoperability
Book Description
The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers discover its strength and flexibility. And, from the start, C# developers have relied on Programming C# both as an introduction to the language and a means of further building their skills.
The fourth edition of Programming C#--the top-selling C# book on the market--has been updated to the C# ISO standard as well as changes to Microsoft's implementation of the language. It also provides notes and warnings on C# 1.1 and C# 2.0.
Aimed at experienced programmers and web developers, Programming C#, 4th Edition, doesn't waste too much time on the basics. Rather, it focuses on the features and programming patterns unique to the C# language. New C# 2005 features covered in-depth include:
- Visual Studio 2005
- Generics
- Collection interfaces and iterators
- Anonymous methods
- New ADO.NET data controls
- Fundamentals of Object-Oriented Programming
Author Jesse Liberty, an acclaimed web programming expert and entrepreneur, teaches C# in a way that experienced programmers will appreciate by grounding its applications firmly in the context of Microsoft's .NET platform and the development of desktop and Internet applications.
Liberty also incorporates reader suggestions from previous editions to help create the most consumer-friendly guide possible.
Customer Reviews:
Good writing style, lots of good content........2007-10-16
A very good buy, this book goes into just enough detail to stay interesting. The only reason that I won't give it 5 stars is because I don't really like C#/.Net.
Disorganized and without focus.......2007-06-11
I wish I had purchased one of the other C# books. I am an experienced programmer and bought this book to learn C#. My main disappointment was that the first third of the book, which covers the language, is mostly made up of repeated large printouts of code. The author will explain a small change to the code, and then re-display the entire program - even if it takes up several pages. Instead of thorough explanations of the concepts you are left with reams of repeated code.
I also found the general language of the book to have a patronizing tone, have become frustrated with it and am shopping for a new one.
Excellent explanation of how C# programming works.......2007-05-13
I just finished this book and feel like the experience was a first class introduction. Liberty's style is to explain how things work and what they're intended for and how to think about them, and also provide some very clean examples, which is perfect for me. The extreme opposite style is to provide mostly step-by-step examples with little explanation, which I think gets you started quickly but leaves you not understanding what you're doing and unable to move beyond the examples. But giving some examples is a must. He handles this balance perfectly, I think.
The examples start to follow a pattern I liked - there'd be a class or several classes that exemplify whatever point he's focussed on, and then a "tester" class containing Main() that exercises them and displays results.
Liberty works through all the language basics and also spends the right small amounts of time discussing niche interests like the intermediate language, Web applications, using Visual Studio to manipulate forms, compiling from the command line. I feel well rounded after this intro. He works with Console applications while teaching the basic features of the language per se, then he first gets into Windows applications at the very middle of the book. Amusingly, for his first Windows application example the student adds the single statement "ApplicationExit();" to a button click event generated by VS, but for his second application the user's code is 9 printed pages in the book. I do think I followed this big leap, tho.
I wondered about getting his book Learning C# instead, and after browsing it I think it would have been somewhat easier for me, but I think I managed fine with this book and got further. For me, ideal might have been another 50 pages introducing things the way Learning C# did, added around the beginning of this book, but between the two choices I think this was probably the better.
I'm a scientist who also programs a bit. My programming experience is heavy on some very different languages like Forth and Assembly, and a couple tiny projects in Quick C for DOS, but no experience writing Windows applications or using OOP, no C++ or Java. This past week I wrote a Windows program with a simple interface and an object that does a useful technical task and "deployed" it to two engineers down the hall, who liked it. Reading this book and leafing around in a couple of others, and one conversation at a noisy toddler's birthday party about runtime object instantiation, were my only guides.
Very thorough and descriptive. For beginners as well as advanced readers........2007-05-12
Very easy to read, covers all the relevant topics. Advanced readers can skip the first half of the book.
Really good one!.......2007-04-15
I own may C# books but Jesse's book is the one that I use the most. I like the way he explains things and would recommend it to anyone who either new to the language or who wants to take a look at some concept or language feature from another angle.
Book Description
Selected by the Times Literary Supplement as one of the "hundred most influential books since the war"
How can we benefit from the promise of government while avoiding the threat it poses to individual freedom? In this classic book, Milton Friedman provides the definitive statement of his immensely influential economic philosophy—one in which competitive capitalism serves as both a device for achieving economic freedom and a necessary condition for political freedom. The result is an accessible text that has sold well over half a million copies in English, has been translated into eighteen languages, and shows every sign of becoming more and more influential as time goes on.
Customer Reviews:
The Godfather of the Libertarian Movement.......2007-09-17
An absolute classic work in the areas of Laissez Faire economics and libertarianism. While not everyone in the libertarian movement idolizes Dr. Friedman, his work was written in such a clear and accessible way that it introduced classical liberalism to a generation of people in the 1960's, who were big government Keynesians. Friedman fought for individual liberty, and while he wasn't an anarcho-capitalist by any means and sometimes uses government to solve problems, he is still the godfather of the libertarian movement and the libertarian movement would not be where it is today without Dr. Friedman.
The Hobo Philosopher.......2007-09-14
I hate to be so outspoken on a review of a book. But I find this gentleman elemental, childish and silly. On top of all of that I do not believe that he is entirely sincere. This man was a statistician and "accountant" not a theoretician. He actually won the Nobel Prize. This I find very hard to believe. I have not given up on him though. But I have yet to find anything that he has written that I can get past the introduction. The more I read of what he has to say the worse it gets.
More Capitalist Rhetoric.......2007-08-07
Clearly he overlooks the basic concepts of political economy in an effort to advocate for capitalist societies. Moreover, he fails to confront the basic questions of inequality which is characteristic in capitalist societies.
Friedman asserts that communism and socialism are mere tools of totalitarian regimes as if he's even attempted to study marx. This book is extremely lopsided and narrow in its praise for a system that has accounted for much pain in the world.
If your looking for a balanced intellectual perspective, look else where. However, I will recommend this book after gaining a true foundation on the study of political economy; try Adam Smith, Karl Marx, John Locke, James Mill, Keynes, Proudhon, Ricardo, Owen, Engels, etc.
Like him or not - important to know.......2007-07-26
Overview / Review: Milton Friedman, like him or hate him, is an essential economic theorist to tackle if one is interested in that field or in theories of economic justice. Having a progressive bias, I disagree strongly with many Friedman's theories. Having said that, for anyone interested in getting the essentials of his "liberal" (used in the older, more classic sense) economic views would do well to read this book. Friedman is opposed to state intervention in individual freedom, so many see Friedman as a modern counterpart to Adam Smith. Friedman advocates a free-market economy, with minimal taxation and government interference, because he believes the free market approach assures the greatest measure of freedom, justice, and overall affluence. Many modern conservatives have echoed the arguments he makes herein.
Friedman is actually convincing in his review on a few counts - the abuse of licensure, the problems of tax loopholes, and the fact that there are frequent shortcomings of the well-intended social welfare state. Having said that, however, Friedman does seem unduly biased in favor of a society so individualistic it is therefore almost atomistic, with little to no social cohesion. Some of his arguments are more assertions and claims than full-blown arguments, and one wishes he had addressed major issues in more detail (perhaps he does elsewhere). The book's virtue is that it is brief, but its weakness is also that its arguments are often too brief, and too compact. Karl Marx for example, has many faults in his theory that can be found, but Friedman too casually blows off Marx in about one page of analysis (Chapter 10, p. 167-8). Friedman's argument for a very limited government, and against socialism/communism, would have been more convincing if he had devoted a full chapter to Marx for one, and more attention to other matters of social justice, inequality, and oppression.
In a nutshell: this book encapsulates Friedman's "liberal" or laissez-faire approach to a wide range of issues on economics, government, and capitalism. The free individual is given utmost importance, and government that governs best is that which governs (or interferes) least in his Friedman's view. Not convincing from the standpoint of those interested in progressive social justice (Niebuhr's views on selfishness and power are more cogent), but essential to read and analyze if one is interested in economics and ethics.
Brilliant.......2007-07-05
Friedman was America's preeminent economists that explained the connection between Political and Economic freedom without the signature econo-techno-babble that is the vernacular of lesser economists. This book should be REQUIRED reading for all high school, or at the very least, college students. I enjoyed it immensely and will be wary of "too many dollars chasing too few goods"!
Customer Reviews:
Be "changed".......2007-08-08
Zach Hunter's youthful writing style brings home a very real and timely point to all. Is does not take "Age" to make a difference in this world, only passion and a committment to see your vision through to the end.
Zach's book speaks to adults as well as teens. So far I have purchased, read and given away three copies of this book, including one to my 12 year old daughter. Every person I have spoken to about this book has been impressed, and many have gone on to buy a copy for themselves and/or their own teenager.
This is a great selection for a teen or adult book study group.
A powerful message for our generation.......2007-06-14
As teen myself, with a heart to challenge my generation to excellence, Zach Hunter is a warmly-welcomed voice of vision, maturity, and biblical truth. His book speaks to his peers right where they are, and inspires them higher.
To the previous reviewer: Zach has demonstrated the ability to work with others to accomplish social good without compromising the convictions that motivate him to act. That is to be commended, not criticized.
Great concept, but too preachy.......2007-06-04
When I first heard of Zach Hunter and sought out this book, I was very impressed by his cause and ambition. That remains unchanged after reading. He truely is a great role model for the up and coming generations. However, I was discouraged to find so much reference to religion, god's plan, and passages of scripture throughout the book. I understand this is where Zach must get his strength and values, however he needs to make it clear that even an athiest can be passionate for social justice. He should just stick to the historical and sociological implications of slavery, rather than try to convince the reader what a "true christian" he is.
Zach is my new hero.......2007-03-16
Never has such a bold message flowed with such simple power. Zach will change your life but more importantly it will change the lives of the hundreds of thousands of slaves living in despair. This is an easy-to-read and easy-to-live message filled with quotes, testimonies, and straight up wisdom from 15year old. Zach is one of my new heroes.
Porpoise Diving Life March Book Review.......2007-03-13
[...]
Staying true to our March 2007 PDL theme ([...]), I think it's safe to say that this young man has laid down his net and is moving headlong into some pretty powerful "follower-ship." Just in case you were wondering, Zach wants to end slavery and human trafficking in his lifetime. He's making a huge difference by creating awareness of a very dire crisis in our world, speaking before thousands of people and simply stepping up to the plate to do his part.
Zach's book is a very engaging and educational read, though it always feels true to the style of a normal 15-year-old. Yes, it's geared toward a younger generation, but the beauty of his writing style is that any normal kid his age (or any adult, for that matter) will see himself/herself as a potential agent of change. Because he's not lofty in his approach, what he's done comes off as doable for the rest of us too.
If you have kids, you'll want to buy this book--if only so that Zach can be an inspiration to them. And maybe in the process, we'll have more kids like him springing up to embrace a hurt world (I think everyone would agree that this would be a good thing). Even if you don't have kids, buy this book and you might be surprised to find his passion is contagious enough for you to change the world, too.
Book Description
If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers. That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to C#.
Written in a warm and friendly manner, Learning C# assumes no prior programming experience, and provides a thorough introduction to Microsoft's premier .NET language. The book helps you build a solid foundation in .NET, and shows you how to apply your skills through the use of dozens of tested examples. You'll learn about the syntax and structure of the C# language, including operators, classes and interfaces, structs, arrays, and strings.
Better yet, this updated edition of Learning C# has been completely revised to include the latest additions to the C# language plus a variety of learning aids to help lock-in new knowledge and skills. Here's what's new:
- Extensive revisions to the text and examples to reflect C# 2005 and .NET 2.0 changes
- An introduction to Visual Studio 2005, the most popular tool for building Windows and web applications
- More than 200 questions and fully debugged programming exercises with solutions
- A greater emphasis on event handling
- New coverage of generics, generic collections, partial classes, anonymous methods and more.
By the time you've finished Learning C#, you'll be ready to move on to a more advanced programming guide that will help you create large-scale web and Windows applications.
Whether you have a little object-oriented programming experience or you are new to programming altogether, Learning C# will set you firmly on your way to mastering the essentials of the C# language.
Customer Reviews:
disappointing.......2007-08-08
I've been programming computers for 30+ years and have migrated across several languages and systems as times dictated. I have accumulated courses, degrees, jobs, projects, and rows of books along the way. My most recent focus has been Perl on FreeBSD and Apache/CGI/mod_perl. I now have the need to write Windows GUI applications. Unfortunately, Microsoft has not chosen to make Perl a first-class language on their platform, so I am left with few choices (I am most familiar with ActiveState Perl and Cygwin). Given the fact that Visual C# 2005 EE is a free download, I've decided to climb two more learning curves -- C# and .NET.
When learning Perl, I found O'Reilly's "Learning Perl" and "Programming Perl" books to be awesome. So, I bought the C# parallels, hoping for a similar experience. Unfortunately, this has not been the case.
The content of "Learning C#" is basically a subset of "Programming C#" by Jesse Liberty with advanced topics removed. Both are what I would call language survey/ "gee whiz" books -- they describe the "what" and/or "how", but often leave out the "why". I forced my way through both and may use "Programming C#" as a reference, but "Learning C#" will only collect dust.
This book also fails its presumed purpose -- teaching the reader how to write good programs in C# at a basic to intermediate level. Mr. Liberty is clearly an intelligent person and a capable programmer, but, unfortunately, he and/or Mr. MacDonald are not good teachers (or, at least not for how my brain is wired).
Both books suffer from a deeper criticism that seems to plague almost all Microsoft subject books. I cut my teeth on Kernighan, Richie, Pike, Rochkind, Plauger, Bach, McKusick, Wall, Schwarz, Christiansen, etc., and those are the standards by which I judge all others. The writing style and technical accuracy of those authors are levels above what I find from most Microsoft subject authors. My guess is that the C/Unix and Perl authors train to higher standards (e.g. Ph.D, post doctorate), their vocations require them to write to higher standards (e.g. academic and professional journals, peer review), and they have experience in education. In Mr. Liberty's defense, those authors are not subject to scope and speed of the Microsoft product treadmill.
Given the lack of a good technical bookstore in my area, I am relegated to reading reviews such as this on the Internet, ordering a book sight unseen, and hoping for the best. Please post your reviews so we can help each other. :-)
PERFECT C# 2005 Introduction for Novice OOPs.......2007-05-27
The author's approach to explaining the C# 2.0 .NET 2005 technology is so versatile that both experienced and novice programmers alike will almost certainly appreciate this definitive guide. Please note that this textbook DOES NOT focus on graphical user interfaces (GUIs), but rather on proper programming techniques, unique C# features, and patterns. To integrate the learning of C# with GUI based applications, you may want to consider a textbook from Addison-Wesley Professional's Microsoft .NET Development Series (i.e. Framework Design Guidelines). If you are completely new to C# you need to know that this language is specifically designed for the development of Internet based and .NET Framework based applications. Any programming project outside of this scope may be better solved by using either C/C++ or JAVA. For anyone only looking for just one textbook to learn both the C# language and GUI design may find one of my other faverate textbooks more appropriate: Apress' ASP.NET 2.0 in C# 2005 (beginner), Apress' Pro ASP.NET 2.0 in C# 2005 (advanced), Apress' Pro .NET 2.0 Windows Forms and Custom Controls in C# (advanced); Addison-Wesley Professional's Windows Forms Programming in C# (advanced); O'Reilly's Building .NET Applications with C# (intermediate).
Very Highly Recommended for Newbies to C# and OOP.......2007-03-10
I'm entirely new to object oriented programming; last time I programmed was in 1982 using the original C. The author does an excellent job in presenting this material to someone new to C# and object-oriented programming concepts. The challenge for authors is to balance how much material and detail to include; not enough and even a newbie will get bored; too much and you either loose the average reader or you force the determined reader to go back many, many times to try and parse out exactly the concept you are trying to teach. J. Liberty strikes an excellent balance in this book. At the end of each chapter are programming exercises to test the readers knowledge and all of the code used in the examples is on website.
I've already purchased a few of this authors other works on C# that cover various concepts in more detail and rigor.
An OOP C# primer.......2007-01-05
If you need to brush up on your Object-oriented programming skills in the context of learning C#, this is a great book. It doesn't go in-depth into data structures, but it will get you going right away, even if you've never had OOP experience.
Great Beginners Book.......2006-09-24
With only a few months of OO programming about 6 years ago, I needed a book to take me from the beginning again. This book delivered. I found I have needed to read some chapters several times to 'get it', particularly chapters 7 & 8. I like the way he writes an example and then steps you through it, breaking down the code into sections. It was easy to read and easy to refer back to. I still have a couple of chapters to review and I'll be looking for more of his books.
Book Description
Breaking Free is the most compelling and personal book Beth has written. As Beth began to work through the material that would become the original Breaking Free seminar, she realized that it was not only the spiritually lost who were captive, but also
Customer Reviews:
GREAT BOOK-SHIPPING HIGH.......2007-07-30
Several of my friends and I are using this book for an e-mail small group Bible study. It is well suited for that with its short chapters and review questions.
I ordered 3 items at exactly the same time and had to pay 3 separate shipping charges. I probably would not do that kind of shopping again.
Breaking Free.......2007-06-29
This is a fantastic Bible Study. I would recommend it for every woman no matter what their experiences are in life. Each of us deserves to be totally free.
Gets draggy.......2007-06-27
Some of the chapters are excellent. Too much info on apparent child abuse of the author. Slow reading part of the time. I do enjoy most of her books, but I wouldn't recommend this one.
Be mentored by Beth Moore with this study........2007-03-28
(Written by Monica)
When you start this study, be ready to be mentored by Beth and to look in all of the 'closets' of your heart.
The study was intensive and eyeopening to me. I refleced a lot and had the opportunity to learn many new scriptures.
The study helped me understand how to improve my relationship with Jesus and my relationships with others.
Truly a life changing study.......2007-01-26
I just have to reiterate what everyone here is saying. No matter where your walk with Christ is, this will change your life.
Average customer rating:
- I am in awe
- It doesn't matter how it ended
- Highly imaginative historical novel -- should be marketed to adults not teens
- Challenge your perceptions
- An Astonishing Novel/Puzzle
|
The Astonishing Life of Octavian Nothing, Traitor to the Nation, Vol. 1: The Pox Party
M.T. Anderson
Manufacturer: Candlewick
ProductGroup: Book
Binding: Hardcover
General
| Fiction
| History & Historical Fiction
| Children's Books
| Subjects
| Books
Other
| Fiction
| United States
| History & Historical Fiction
| Children's Books
| Subjects
| Books
African-American
| Multicultural Stories
| People & Places
| Children's Books
| Subjects
| Books
Abuse
| Social Issues
| People & Places
| Children's Books
| Subjects
| Books
Dysfunctional Relationships
| Social Issues
| People & Places
| Children's Books
| Subjects
| Books
Historical Fiction
| History & Historical Fiction
| Teens
| Subjects
| Books
Science Fiction
| Science Fiction & Fantasy
| Teens
| Subjects
| Books
Anderson, M.T.
| ( A )
| Authors, A-Z
| Teens
| Subjects
| Books
Similar Items:
-
The Book Thief (Readers Circle)
-
American Born Chinese
-
An Abundance of Katherines
-
The Rules of Survival
-
The Higher Power of Lucky
ASIN: 0763624020
Release Date: 2006-09-12 |
Book Description
A gothic tale becomes all too shockingly real in this mesmerizing magnum opus by the acclaimed author of FEED.
It sounds like a fairy tale. He is a boy dressed in silks and white wigs and given the finest of classical educations. Raised by a group of rational philosophers known only by numbers, the boy and his mother — a princess in exile from a faraway land — are the only persons in their household assigned names. As the boy's regal mother, Cassiopeia, entertains the house scholars with her beauty and wit, young Octavian begins to question the purpose behind his guardians' fanatical studies. Only after he dares to open a forbidden door does he learn the hideous nature of their experiments — and his own chilling role in them. Set against the disquiet of Revolutionary Boston, M. T. Anderson's extraordinary novel takes place at a time when American Patriots rioted and battled to win liberty while African slaves were entreated to risk their lives for a freedom they would never claim. The first of two parts, this deeply provocative novel reimagines the past as an eerie place that has startling resonance for readers today.
Customer Reviews:
I am in awe.......2007-09-23
This book was profoundly disturbing to me on so many levels. At various points in the book, I almost had to put it down because I was so heartsick. (Before I begin my praise of this amazing work - I do have to ask...this is a work for young adults? Seriously?)
When I added this book to my list - I tagged it as Fiction and Science Fiction. When I started the book - I was sure I was reading some sort of Gothic, maybe post-apocalyptic cautionary tale. When I found out the book was set in pre-Revolutionary Boston - I was shocked.
Once I got over that...I was then shocked to find out that Octavian and his mother were slaves. I kept having to change my mindset as I went through the book...one of the reasons I think I was so affected by it. I was just starting to wrap my mind around the "knowledge for knowledge's sake - consequences be damned" philosophy of the "college" when the sickening reality of Octavian and his mother's imprisonment set in. The frills and finery were torn away to reveal the true inhumanity of their situation.
Again - this book was disturbing on so many levels. Was I more bothered by Octavian's defense mechanisms when confronted by despicable acts" "...after I saw the philosophers of this college acquire a docile child deprived of reason and speech...beat her to the point of gagging and swooning; after such experiments as these, I became most wondrous observant, and often stared unmoving at a wall for some hours together." (Reading that passage again turns my stomach.)
Or was I more disturbed by the complete lack of hope that permeates the book: "Do you feel it child?" he asked. "The wall is gone. Space is gone from behind us." I could feel nothing. "He said, "All that is there now is the eye of God." He shivered. "The pupil is black, and as large as a world." And later, "At long last, you may no longer distinguish what binds you from what is you."
Or was I most saddened by the hideous irony that the men who gave Octavian freedom of the mind were the ones that denied him the freedom of his body. "They gave me a tongue; and the stopped it up, so they would not have to hear it crying." And "...they told me of color, that it was an illusion of the eye, an event in the perceiver's mind, not in the object, they told me that color had no reality...And then they imprisoned me in darkness; and though there was no color there, I still was black, and they still were white; and for that, they bound and gagged me."
And I don't even have the words to address the powerful juxtaposition of the colonists struggle and cries for "Freedom from tyranny!" against the silent reality of slavery.
The way that Anderson phrases the most hideous of realities in the most matter of fact ways is by turns, startling and beautiful. It makes me think that there are no other ways these words could be put together - that the way they are set upon the page is the only way they can exist together.
"What have you observed?"
"The solidity of shackles. They increase the solidity of the body. When I walk free, I am not conscious of my solidity."
"Yes. Shackles, like all matter, are defined by resistance."
"Do not tell me," I said to them, "what is defined by resistance."
As I start into the above paragraph, I am observing as Octavian does. Then I am considering the truth of what he observes - that one does not FEEL freedom until one loses it. That it is difficult to experience a positive without knowing the negative. And then - with a killing blow - my eyes absorb that final sentence...and I feel ridiculous for not mourning Octavian's shackles with him...and then I feel a fierce admiration of his spirit and his refusal to accept shackles of the mind along with shackles of the body. All this - in under 50 words.
I am in awe.
This book made me feel like I do when watching movies like "Schindler's List" or "Saving Private Ryan". Every molecule in my body and soul rebels against the horror I am a witness to. All I can think about is turning my eyes away, making it stop, which is the one thing I am not allowed to do. These atrocities existed, they were real. Humans were and are capable of such evil, such cruelty, such viciousness. It is important to me that every once in a while, I remind myself of this. I am so incredibly lucky to have been born in the circumstances I was, and to have been given the privileges I have, and to have lived in the time an place I do. The least I can do is to acknowledge the pain of those who are not as lucky as I.
This book, like those movies, is one where the reader cannot put aside after finishing and think, "It was just a movie/book." These times and events were real. These things happened, even if details have been changed.
Octavian, and those real people he is representative of, experienced horrors I hope I never do. Horrors that most of our world would say happened in the past..and yet we all know are happening every day - somewhere, to someone. My soul aches for those who are robbed of their humanity by beings inhuman themselves.
Because I am who I am, I must end this review with a beautiful and tragic set of passages - mirror images of the same truth:
"I lifted up the first, blank, page, and surveyed those beneath, to see, as Bono quoth, what the man on the street was wearing. It was a catalogue of horrors. Page after page of Negroes in bridles, strapped to walls,...masks of iron with metal mouth bits...razored necklaces...collars of spikes that supported the head..."
"...Mr. Gitney burned Bono's fashion catallogue an hour later."
"Let us rid ourselves," he said, "of this noisome object."
"But I could not rid myself of it. It was the common property of us all."
Previous to this - there was one of the few glimmers of hope in the book:
"Music hath its land of origin; and yet it is also its own country, its own sovereign power, and all make take refuge there, and all, once settled, may claim it as their own, and all may meet there in amity; and these instruments, as surely as instruments of torture, belong to all of us."
Octavian and his story belongs to all of us. Though not as fully to those who experience such events in their lifetime...it belongs to those of us who must make sure that the realities contained within the fiction become less and less prevalent. We need these "noisome objects" today more than ever.
Any time I find myself feeling complacent about our world? I need only look at the cover of this book.
It doesn't matter how it ended.......2007-08-20
Okay... here's the deal, I love to read. I love to read good books. Our librarian, excuse me, media specialist whatever, at school suggested this book to me. "I don't have time to read it, and I need an opinion. It seems like something you would like. Take as much time as you need."
Believe me, I was extremely excited to read this book. It was different than anything I've ever really read before. So I took it on with great enthusiasm.
At first, I was very intrigued with Octavian and his situation. I really did think that the story was good. But only the story. I was so bored with the book, it seemed to drag on forever. Pages of writing, and I only needed a paragraph. But I persevered because it was so interesting, only bits at a time though, because I could only handle so much.
Then I talked with my friend Katie who was also reading this book. Pretty much in the same situation I was in only a little farther along in the book. She said it didn't get any better and gave up. And that's not like Katie, she reads A LOT and EVERYTHING so I was surprised. But I liked the story so I continued. Farther than Katie had read and farther than I wish I would have read. It never became worth it. NEVER! It sat in my locker for possibly two months because I was determined to finish it no matter how much I hated it. But in the end I couldn't do it. I had moved on to other books and I have trouble reading more than one novel at a time, if I really like one.
So in the end, I say you can try BUT if it doesn't satisfy you within the first couple chapters... don't put yourself through it.
Highly imaginative historical novel -- should be marketed to adults not teens.......2007-07-28
This is a well-written, well-plotted historical novel with an unusually imaginative premise. It takes place in the late 18th century.
I have no idea why it is marketed as a "teen" novel -- it is not a fantasy, nor is it light reading, and it has a number of very disturbing sequences. This is not to say that a well-read, intelligent teen with mature tastes would not enjoy the book -- but the book should be marketed to adults, who are far more likely to appreciate it.
I won't spoil the book by giving a synopsis -- it has a number of surprises, so I advise potential readers to read the book without too much foreknowledge.
I am very much looking forward to the sequel.
Challenge your perceptions.......2007-07-10
Octavian Nothing a historical fiction set in 18th century America illuminates society, politics, education, philosophy and science including a very controversial human experiment. I found it truly thought provoking and look forward to the sequel.
This is rated for grades 9 and up. The writing style and concepts are not lightweight by any means. I think adults will appreciate it as much as teens who are looking for challenging literature.
An Astonishing Novel/Puzzle.......2007-06-22
The bad news is, since you are reading this in the Customer Review section, you have probably read enough about the setting and plot of this excellent novel to have spoiled the carefully crafted setup chapters. (Fortunately, the book's dust jacket contains no spoilers.) One of the central themes follows the boy Octavian's process of solving the mystery of who he is and how he is being raised and, reflecting this process, M. T. Anderson skillfully constructs the opening so that the reader at first can't tell when or where the book takes place. Clues about the characters are gradually revealed, all true and all misleading - nothing is ever quite what it seems, and both the narrator and the reader navigate deeper and deeper levels of understanding as the story progresses.
I have no idea why this is reviewed and marketed as a young readers' book, except that (a) Anderson's prior books were YA, (b) the narrator is a boy, and (c) there is no explicit sex. Anyone who expects this to be delightful and engaging light reading for teenagers will be disappointed. This book is deep, clever, moving, darkly funny and fascinating. The Booklist comment "it demands rereading" is right - it's even better the second time through, because you can see how much foreshadowing there was, and how beautifully everything ties together.
Amazon.com
This first-rate volume on the American Revolution combines beautiful artwork with the lucid prose of Thomas Fleming. Although Liberty! The American Revolution accompanies a PBS documentary series, the book stands completely on its own; in fact, it presents one of the finest overviews of the conflict available in print. The bulk of the text focuses on the military aspect of the Revolution, but the political and social sides receive ample coverage as well. Colorful sidebars on the mysterious origins of the U.S. flag, the evolution of Yankee Doodle, and a history of tarring and feathering are great entertainment for curious intellects. If you are going to include only a single book on the American Revolution in your library, this is probably the one to own. And even if you already have several, Liberty! should be added to your collection.
Customer Reviews:
Pure genius in form.......2006-05-23
Thomas Fleming has written a most comprehensive overview of the American revolution. He gives us the causes, the players, the conflict and the outcome. Extremely well organized and very well written. Nicely illustrated. The seperate sidebar articles give the reader ample background on such issues as what America was like and what Americans were like during the period. He tells us about slavery. He tells us about the German soldiers hired out to the British by the varius greedy princes. He tells us about George III who was personally a wonderful human being but a political want to be despot and cunning politician but narrowmindedness ultimately proved his undoing. He really does a great job.
Really a great book on the subject. Combined with the video cassets of the same name, this book makes a great and entertaining means for obtaining a basic view of the American revolution.
Historical must-have for your library.......2006-01-30
I have never seen the documentary series on which this book is base. But, who needs to see it on TV when you have high-quality color photographs of war paintings and artifacts, not to mention an in-depth narrative on the history of the American Revolution? The book is enough, and money well spent, especially for the student in your home.
Give me Liberty!.......2004-07-05
The volume, 'Liberty! The American Revolution' by Thomas Fleming, is a companion volume to the wonderful PBS series by the same name, a six-part treatment of the period leading up to and including the American Revolution in the mid-to-late 1700s.
As Fleming shows in his text, the seeds of the American Revolution were planted long before the actual conflicts began. This was not an overnight decision on the part ofthe colonists or the British; intense negotiations and political attempts were made for years prior to the outbreak of hostilities. The colonists largely came from Britain; the leadership certainly looked to Britain for political, moral and cultural guidance, as well as primary trade and security vis-a-vis the Spanish, the French, and the Native Americans. American leaders were, by and large, British leaders too -- George Washington held a commission and fought with the British in the French and Indian War.
This was a family break-up in many ways -- Fleming's astute use of the actual words of the people of the time show the emotions that conflict, the love-hate relationship both sides embodied. The first chapter shows the beginnings of discontent on both sides, with the colonists beginning to be stressed over being ignored by the British leadership, and the British leadership, in the form of George III, newly ascended to the throne, and various high-powered ministers, feeling that the colonists were rather ungrateful toward their (so-they-considered-themselves-to-be) rightful lords.
Liberty, ironically, was what George III and his first minister, William Pitt, were all about. The Seven-Years War was won as a fight for liberty; the colonies in America and elsewhere were won over to Britain, who had a parliamentary democracy (however poorly enacted) as opposed to absolute monarchy (such as in France). So, the break-up between Britain and the American colonies becomes all the more troublesome -- not only were the opposing sides practically family, but largely believed the same things.
Fleming never makes the direct comparison, but one can get the sense of Jonathan Swift here, that the battles are fought over relatively minor things (like which side of the egg to crack) -- in the scheme of world politics then and now, the controversies were relatively slight. However, the issues of taxation, governance and respect were important, not perhaps so much for what they were, but for what they did portend as future treatment, and the colonists did not like being second-class citizens in a British-dominated world, even if, to the British leadership, being second-class British was better than being almost anything else. There was also the spectre of the Irish tyranny, perpetrated by the English, that loomed large as a possibility. Sadly, one cannot say that these fears were unjustified.
Fleming's book is intriguing, introducing sides to the conflict that one doesn't recall from grade-school and high-school civics classes -- the conflicts among the colonies themselves; the dissent among the colonies who often wanted a repair rather than a break with Britain; and the personal reflections and fears of the founding fathers and mothers (yes, there were many women involved in this process). Using diaries, correspondence, official documents and media reports of the time, Fleming weaves together a narrative history that achieves a good popular balance between historical detail and narrative reporting.
Fleming's admiration for the founding Americans, their bravery and their intelligence, is very apparent. Fleming's concern to present the British in a fair and balanced light is also apparent, and often portrayed as trying to be reasonable and responsive to many of the colonial concerns, if not always pleasant and courteous to the colonial leaders themselves. The writing is interesting and thoughtful, and done in a popular tone that gives personality to the people who figure in the events.
Fleming's final chapter looks at the aftermath of the war, and the struggle for unity as a nation. George Washington's statement that liberty could be both a blessing and curse was taken to heart -- when the Constitutional Convention met to amend the Articles of Confederation, it went far beyond its original mandate, and it was telling that not all colonies sent representatives, and not all that were sent agreed to stay through the proceedings.
The format of the book is quite nice to read -- there are pull-quotes, text boxes, full-colour pictures, drawings, maps, and charts. There are 'visual interest' items on every page, from grand paintings of conventions and major persons, to small details, such as the 'dove of peace' weathervane Washington installed at Mount Vernon prior to his depature to become President. The book is well-indexed, and matches the companion television series very well, but is also perfectly suitable as a stand-alone volume.
A great read in many ways, it makes a great gift for anyone (or to oneself) with an interest in history.
Great Introduction to the Revolutionary War.......2002-06-22
Too often our knowledge of the Revolutionary War is maimed by our simplistic grade school education. This introduction to this subject gives us a wall-to-wall view of the era. Both the British and Colonial sides of the conflict are given. In addition, the excellent illustrations and Mr. Fleming's great writing keeps us reading and looking at this book.
If you can find it and afford it, get it.
Fleming continues lively "Revolutionary" writing..........2001-12-27
I continue to be surprised with these movie "companion" books (the Civil War by Geoffrey Ward and Panther by Mario Van Peebles are other notable works). This is an excellent summary of the Revolution and, at some levels, exceeds other more celebrated accounts. We get all kinds of "context" presented with the numerous pictures and paintings as well as little "side-bars" that richly describe,among other things, life in the 13 colonies, the Liberty Bell story and the truth concerning Betsey Ross and the American Flag. Fleming's writing is good, if not a tad "dry", but some details are covered better here than in other histories (the little-known battle of Monotomny as the British are retreating from Concorde is given excellent coverage, for example...). The post-war era up to and including the development and the signing of the Constitution is remarkably detailed and, from which, I learned much. The biggest critique that I'd discuss is the almost criminal lack of maps...these types of books generally make their reputations on the inclusion of excellent battle maps (again, Ward's "Civil War" is the standard), but they are very noticably lacking here. Finally, as other reviewers have stated, this should not be viewed as a comprehensive covering of the war, but it is an excellent introduction and, notwithstanding the movie, completely stands on it's own.
Amazon.com
Suitable for most any programmer who wants to master ASP.NET with an eye toward real-world development, Programming ASP.NET is an excellent resource that mixes good coverage of APIs with actual programming techniques and advice using Visual Basic .NET and C#. The combination places it in the forefront of currently available titles on ASP.NET.
Written in part by veteran computer author Jesse Liberty, this book offers an excellent mix of coverage of important ASP.NET features that you will absolutely need to use for real-world programming. Readers with previous ASP experience will appreciate early sections that compare an older ASP sample with the new ASP.NET to highlight what's new and improved, with good explanation of the ASP.NET event model. The pace of this book is just excellent. The authors first move through the essentials, like basic ASP Web controls and data binding, before delving into data-driven applications using the (slightly complicated) ASP.NET database APIs. It also helps that the authors let you use Notepad (or another text editor) to create your ASP.NET programs first. (Later, they cover the details of Visual Studio .NET, pointing out how this tool can sometimes make it difficult to see where your code is generated.) There's also coverage of debugging and tracing techniques.
Standout sections on the calendar, Repeater, DataList, and DataGrid controls (all presented in good detail) will help you master these important controls. Coverage of techniques and support for validating user input in Web pages will also help you use these essential features.
The author's well-measured tutorial on Web services (much touted by Microsoft) is as good as any. Their demos (using a well-traveled example of a stock ticker server) will show you what all the fuss is about. They cut through the hype here and manage to show why Web services are a potentially better way toward distributed computing. Later sections look at deployment, configuration, and performance (as well as caching) options that you'll need to deploy and run your ASP.NET programs successfully. Coverage of security options in .NET rounds out the tour of what you'll need to create real applications.
Illustrated throughout with samples from VB .NET and C#, Programming ASP.NET is a worthy addition to the O'Reilly lineup and one of the best available titles for learning ASP.NET. The authors have achieved an excellent balance of practical, hands-on examples and essential programming techniques with the most important APIs and features, all without getting bogged down in the richness and complexity of .NET itself. --Richard Dragan
Topics covered: Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained (including fragment and object caching); security options in ASP.NET for authentication, authorization, and impersonation; configuration and deployment options in ASP.NET (including XCOPY deployment); and an appendix with a quick tutorial on database design.
Product Description
O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, authors Jesse Liberty and Dan Hurwitz give you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005.
Among the most significant improvements to ASP.NET 2.0 are new server controls and services that make you dramatically more productive. In fact, when compared to its predecessor, ASP.NET 2.0 reduces the amount of code you have to write by about 75%. Creating interactive web applications has never been easier-but that still doesn't mean it's hassle-free! The difficulty in ASP.NET 2.0 is that it's so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application.
Fortunately, Programming ASP.NET, Third Edition is on the case, dispensing all the information you need to be effective with this dynamic tool. For starters, the book features a comprehensive tutorial on Web Forms, the user interface that gives web applications their look and feel. It then offers detailed explanations of all new controls, including web server controls, HTML controls, and custom controls. Used properly, these controls are able to take care of nearly all the foundation work-security, data access, layout, etc.-that you would normally have to write yourself. Free of these burdensome tasks, you can instead focus on your specific application.
Other new material found in this updated edition even shows you how to create ASP.NET 2.0 pages for mobile devices. With Programming ASP.NET, Third Edition at your side, there's virtually no end to the programming possibilities.
Customer Reviews:
Subpar Liberty book.......2007-06-09
I am a big fan of Jesse Liberty books and rate him as one of the best and more experienced tech writers around, but this book is definitely not up to his excellent standard. To be more precise, the book starts out very well, with and introduction to the basic control of ASP.NET illustrated by many clear examples, and the only complaint I have about the first part of the book is that I would have loved to see the two chapters that he devote to webapp structure and configuration right at the start of the book. I think it would have given a clear picture of what one is doing with all those pages and controls and why things are the way they are. The second part of the book is where I was expecting to find more complete and advanced examples on how to build and configure a "real - life " web application, but here is where the book fails miserably. The chapters on ADO can be defined as confusing at best, and the remaining chapters are either a sequence of instructions fitter more to a "build a website visually for dummies" title, or missing crucial information. I have been also very annoyed by the organization of the example code. Every, and I say every example is in the format of a single website, and to make things worse these websites are not organized by chapter number but just by name.
It really looks like the kind of book a smart and experienced tech author could write after studying the documentation throughly but having no real experience with the subject in practice. I think I understand why.. even I find myself more interested in the foundations of a technology on language structure and on general CS subjects than in the structure of the Nth API or Framwork, but still I don't go about writing books on them!
So, a somewhat decent book, especially considering the low general quality standard of ASP books, but nothing to be enthusiastic about.
Clearing up misconceptions.......2007-03-10
This book is a C# book. The reviews here, along with Amazon's own review, are referring to one of the previous editions where VB.NET code samples were included.
When deciding to buy this book, or not, be wary of the reviews that were posted before the publication date. I can see that this situation has already caused others some grief.
VB.NET code gone.......2007-02-07
[...]This edition has no VB.NET code and assumes knowledge of C#. All the examples are in that language.
I bought it because of positive reviews and publishers description that stated the book had all examples in both languages,[...].
It may be a fine book for those who know C#
Pretty darn good.......2006-11-04
A good book to use both as a learning guide, and as a reference. Though some of the code examples could have been tightened up a little bit, they do a nice job of starting at the very bottom/core of ASP and working their way up -- teaching you how to use ASP to create quality applications instead of glue and popsickle stick nightmares.
Programming ASP.NET (3rd edition).......2006-04-25
I was reading this book as a sequel to "Programming C#" by Jesse
Liberty. . I come from a Java/ColdFusion (mainly web applications)
background and wanted to venture out onto the .Net platform for web
application development.
The book is divided into 19 chapters (over 900 pages) of detailed
and valuable information on the ASP.Net 2.0, as described below;
01. ASP.NET 2.0 Overview
02. Visual Studio 2005 examination
03. Controls in ASP.NET
04. Basic Controls
05. Advanced Controls
06. Web Site Basics
07. Tracing, Debugging, Error Handling
08. Validation in ASP.NET
09. Data Access
10. ADO.NET
11. Forms-Based Security
12. Master Pages
13. Personalizing in ASP.NET
14. Custom & User Controls
15. Creating Web Services
16. Using Web Services
17. Caching & Performance
18. Application Configuration
19. Deploying your site
The chapters and content is laid out logically with plenty of
textual and graphical information (charts, screenshots, e.t.c.)
which makes it very easy to follow for a novice to intermediate
user. For a user who is already experienced in other languages or
even the C# language, I felt it a bit of an overkill to explain each
component in 2.0 frameworks in detail. Each control that a .Net
programmer has heard of (or not) is explained with relevant control
properties in a tabular format and a small example to back it up.
The authors also point out several differences between 1.1 and 2.0
versions of this framework along the way. As with most O'Reilly
books, this one is extremely informative and comprehensive. At
times, however, it does feel overly informative.
Once you get past chapter 05, the conceptual information about
state, error handling, directives is presented. The chapters on data
access present exhaustive information on grids, data lists, repeater
controls, etc while the one on ADO.Net provides information on
establishing database connections, creating data relations (foreign
and primary keys). The chapters 12 and 13 cover the new feature in
2.0 like the Master Pages, Personalization, Themes, Web-Parts, etc.
Though the domain of this book is extraordinarily large, I did not
find anything on email objects (System.mail). I have known some
people who complained about not being able to see any Visual Basic
code. For me, however, I have been working with coldfusion,
javascripts, java and action scripts 2.0, so the C# syntax looks
familiar and more understandable.
In conclusion, this book is an excellent reference to anyone
experienced with ASP.Net 1.1 and a great learning guide to someone
new to ASP.net 2.0. If the [experienced] reader gets past the first
five chapters, then he/she should have no problem in mastering the
latest and greatest of the Microsoft framework in a short time. I
have definitely learned an incredible amount from this book, and I
can say with confidence that I have added ASP.Net to my repertoire.
Customer Reviews:
Philosophy - Libertarian perspective .......2007-06-18
This review will be mostly technical in nature. Some good reviews already exist that discuss the overview of the material.
1. Part 1 The Value of Freedom, 8 chapters.
2. Part 2 Freedom and the Law, 8 chapters
3. Part 3 Freedom in the Welfare State, 8 chapters
4. Postscript: Why I am not a Conservative, 13 pages
5. End Notes = 100 pages
6. Analytical Table of Contents (valuable for reference), listing sub-topics by page number = 7 pages
7. Name Index = 10 pages
8. Subject Index = 16 pages.
My Remarks: this is philosophy of government, plus some historical development, plus economic theory-and-practice. It is a rather tough read, exact logic and completed thoughts until each point is carefully constucted and then commented on.
There are many quote-able passages, and the exhaustive referencing confirms the scholarly style.
The print is small: 42 lines per page, 17 characters per inch.
So, the 3-stars are given so as to ward-off readers that are looking for libertarian views of a popluar nature. Though the reading is somewhat hard, the individual cases discussed make this a perfect source for a dedicated libertarian to reference.
The greatest political philosophy book of the 20th century.......2007-05-27
This is the most consistent level headed book of political philosophy I have read. The first section in particular has a new fascinating idea on almost every page. Hayek was not a libertarian. His thought allowed a fair amount of elbow room for public policy as the third section will show. I also found his postscript "Why I'm not a conservative" very interesting.
Individual Freedom.......2007-05-24
Frederich August Hayek
"Perhaps the fact that we have seen millions voting themselves into complete dependence on a tyrant has made our generation understand that to choose one's government is not necessarily to secure freedom."
"Freedom granted only when it is known beforehand that its effects will be beneficial is not freedom."
"If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this justly and equitably."
Excellent book service.......2007-02-20
The book came very quickly and was packaged well. Service excellent. Book was in excellent condition, even better than advertised. I appreciate the professional service.
Hayek--Orwell's Mentor.......2006-01-02
At the height of socialist popularism in England, cir. 1944, George Orwell, a leading proponent of socialism, believing in its promises as did many,if not most of Eurpose's leading intellectuals and politicians, wrote a review of Hayek's famous book, "The Road to Serfdom." Orwell wrote the review in the "Observer," London April 9,1944.
Hayek, mentions this fact as a footnote in chapter 17 of his classic book, "The Constitution of Liberty" published in 1960, as evidence of the disillusionment of socialist intellectuals, when they were confronted with the observation that individualism and socialism were mutually exclusive. Those same intellectuals had not accepted the proposition when advanced by Karl Mannheim in his book, "Man and Society in an Age of Reconstrucion" (1940). Mannheim had been a long opponent of socialism, but Orwell had only been converted after being exposed to "The Road to Serfdom." By 1960, when Orwell had become a world renowned author and staunch opponent of Big Brother doublespeak, Hayek recognized that the political proponents of socialsm which was dying as a political ideal, were now introducing the concept of the welfare state.
While virtually everyone alive today have been effected by Orwell's works and his prescient warnings about Big Brother, how many of us are aware of Hayek's infulence on him?
"The Constitution of Liberty" provides its readers with an enormous wealth of knowledge, of which this one footnote is only a small example. Each reader is bound to be effected in one way or another by the knowledge imparted to them, and this is one of the main lessons to be learned about "liberty" which requires the "rule of Law" to exist in today's society, but that Rule of Law must be understood. The failure of today's inteligencia is to fail to fully comprehend the meaning of liberty and its necessity in a world full of confusion from the confrontation of competing civilizations.
Unfortunately, Hayek is no longer alive to help guide us through the new millenium. Fortunately, he has left us a large volume of work, perhaps more relevant today than it was when written years ago. While "The Constitution of Liberty" is voluminous in itself, it should be kept as a reference book. Hayek's other works, "The Road to Serfdom" and his last published volume, "Fatal Conceit-the Evils of Socialism" published in 1980 is a magnificent continuation of Hayek's life long discertation on the evolution of mankind's growth from a tribal, familial society which did not require man to understand or protect Liberty, to a group of city-states that prospered because of the Liberties protected in Athens, but only moderately understood, so that such a great and wise philosopher as Aristotle would believe that freedom could only exist as far as a man could yell.
Hayek's understanding that Western Civilization has prospered from individualism, that it has grown and prospered from the freedom to travel, to trade, to exchnge property, material, real and intellectual. He explains why man must be humble, that humans progress from trial and error, not from conceited belief that one way or another way is correct. That to be free and liberated is to be free to make mistakes and government should exist to protect individuals'rights to make mistakes while they attempt to profit in their own ideals and beliefs.
Book Description
Freedom, the oldest of clichés and the most modern of aspirations, is the unifying theme in the new survey of American history by Eric Foner, the well-known historian and author of The Story of American Freedom. As the fundamental idea behind Americans' sense of themselves as individuals and as a nation, freedom is deeply embedded in the record of our history and the language of everyday life. Give Me Liberty! examines the changing meanings of freedom, the social conditions that make freedom possible, and its shifting boundaries from colonial times to the early twenty-first century.
Customer Reviews:
Amazon's scamp in shipping.......2007-07-09
This rating is not about the book but it's about Amazon service. I ordered the book on 07/02/2007 and the book was not shipped until 07/09/2009. I received no email letting me know there is a delay in shipping. I am already behind in this class and I am having a test next monday 07/16/2007. I will have to buy a book in a local book store to study for the test. I am very disappointed w/ Amazon. I think they are playing this game to make you buy their shipping package. Very cheap and low tactic from Amazon...
A US History interesting book.......2006-11-06
It is a book that has all the facts of US History. It gives extra details to place every detail given in the right place. It is also very easy to read and would go along great with a lecture class. Personally I read this book with Howard Zinn side by side so I could get the facts and opinion at the same time. Very good book.
Books:
- Red Dragon Rising: Communist China's Military Threat to America
- Rules for Radicals
- Second Chance: Three Presidents and the Crisis of American Superpower
- Second Treatise of Government
- Shark Life: True Stories About Sharks & the Sea
- Size Matters: How Big Government Puts the Squeeze on America's Families, Finances, and Freedom
- Steal This Book!: Million Dollar Sales Letters You Can Legally Steal to Suck in Cash Like a Vacuum on
- Steal This Vote: Dirty Elections and the Rotten History of Democracy in America
- Supervision of Police Personnel (6th Edition)
- Taming American Power: The Global Response to U.S. Primacy
Books Index
Books Home
Recommended Books
- The Innovator's Dilemma: The Revolutionary Book that Will Change the Way You Do Business
- Paper Sculpture: A Step-by-Step Guide
- Getting Through: Communication for Young Workers
- History: Fiction or Science
- Major Problems in African-American History: From Freedom to "Freedom Now," 1865-1990s
- Love First: A New Approach to Intervention for Alcoholism and Drug Addiction
- NA PORCUPINE
- New Cook Book, 75th Anniversary Limited Edition
- Corporate Taxes 2004-2005: Worldwide Summaries
- English Dictionary for Gilbertson/Lehman/Passalacqua/Ross' Century 21 Accounting, 8th