Programming Microsoft  Visual Basic  2005: The Language (Pro Developer)
Average customer rating: 4 out of 5 stars
  • Excellent, monumental book - but not for everyone
  • excellent book for experienced programmer
  • Best book on VB.NET
  • Very Good Reference
  • VB 6 TO VB 2005 With Ease
Programming Microsoft Visual Basic 2005: The Language (Pro Developer)
Francesco Balena
Manufacturer: Microsoft Press
ProductGroup: Book
Binding: Paperback

Visual BasicVisual Basic | Development | Microsoft | Computers & Internet | Subjects | Books | .Net | C# | C++ | Visual Studio
Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Programming Microsoft  ASP.NET 2.0 Core Reference Programming Microsoft ASP.NET 2.0 Core Reference
  2. Microsoft  Visual Basic  2005 Step by Step (Step By Step (Microsoft)) Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))
  3. Programming Microsoft  ADO.NET 2.0 Core Reference Programming Microsoft ADO.NET 2.0 Core Reference
  4. MCTS Self-Paced Training Kit (Exam 70-536): Microsoft  .NET Framework 2.0 Application Development Foundation MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Foundation
  5. Programming Microsoft  Visual C#  2005: The Language (Pro Developer) Programming Microsoft Visual C# 2005: The Language (Pro Developer)

ASIN: 0735621837

Book Description

Get the expert insights, indispensable reference, and practical instruction needed to exploit the core language features and capabilities in Visual Basic 2005. Well-known Visual Basic programming author Francesco Balena expertly guides you through the fundamentals, including modules, keywords, and inheritance, and builds your mastery of more-advanced topics such as delegates, assemblies, and My Namespace. Combining in-depth reference with extensive, hands-on code examples and best-practices advice, this CORE REFERENCE delivers the key resources you need to develop professional-level programming skills for smart clients and the Web.

Customer Reviews:

5 out of 5 stars Excellent, monumental book - but not for everyone.......2007-05-31

Visual Basic appeared more than 15 years ago as a tool to define quick prototypes and develop GUI applications with ease. Its development environment, which the language was literally blended in, was remarkably easy to use. I remember those good old days when a fellow colleague of mine showed me how to draw VB forms and in less than an hour after I was already developing a new GUI application.

Visual Basic has gone through a long way since then. The language is nowadays a powerful, complex, potent medium to develop sophisticated applications. In fact, Visual Basic.NET is virtually on par with C#.

"Visual Basic 2005: The Language" by Francesco Balena tries to show - in a gentle yet dense manner - the long way that VB has pursued over the years and well as the current state of affairs. It succeeds on both counts.

The book is divided in four bigs parts:
1) The Basics - which introduces the reader to what Visual Basic.NET is all about, with explicit references to the differences between VB6 and VB.NET (very useful for VB6 programmers).
2) Object Oriented Programming - which presents the OOP support in VB.NET. This section is important because VB.NET departs from the old OOP support and gets more in line with the .NET paradigm.
3) Working with the .NET Framework - which may be seen as a natural continuation of the previous part in the context of the .NET framework.
4) Advanced Topics - which tackles how advanced .NET elements (like attributes) get handled in VB.NET as well as what VB.NET is still better than, say, C# (namely the interop with COM and Automation).

The book is truly monumental in form and dense in content. The style is slightly verbose but this adds value: you cannot skip pages without losing valuable information and in such conditions reading a book of this size is quite a task.

As an added bonus, the author presents several mini-projects that are in fact mini how-to tutorials: how to build a plug-in for WinForms, how to develop a n-tier application. Without the generosity of Mr. Balena you'd have to buy an extra book for an introduction in such useful stuff.

"Visual Basic 2005" has several minor drawbacks, though:
1) The remarks showing the differences between VB6 and VB.NET are scattered throughout the text. For a VB6 programmer this is difficult to follow and for a non-VB6 programmer this is slightly annoying. Perhaps Mr. Balena should have dedicated a special chapter to those differences and then forget about them.
2) The book does not say much about all the other .NET languages, as if VB.NET is the only .NET language under the sun. In fact, .NET diminishes the differences between languages without making them identical. This is not apparent from this book.
3) The book does not say enough about what is specific to Visual Basic, besides syntax. Why would anyone want to program in Visual Basic.NET when you have C#? In my opinion, Visual Basic.NET is not going to go away any time soon especially because it retains those qualities of VB6 - a verbose and intuitive syntax, a loose typing system (perfect fit for Automation interop) as well as a slightly better exception catching mechanism. In my opinion, "Visual Basic 2005" does not elaborate enough on such necessary topics.

Overall, the book is a must if you want to come up to speed with the Visual Basic language after years of programming in other languages. However, if you want to learn Visual Basic from scratch or if you want to use Visual Basic.NET for more "mundane" tasks - such as building WinForm applications - then this book is not for you.

5 out of 5 stars excellent book for experienced programmer.......2007-05-19

I based my purchase of this book on the reviews on it, and I must say that they were accurate. This book is an exceptionally good means for an experienced programmer to learn how to program in Visual Basic 2005. Assuming one already is familiar with typical program mechanisms and mindsets, this book allows you to immediately become effective without wasting time discussing elementary concepts.

I should also add that the writing of the book is pleasant, the proofing very well done, and the overall appearance is quite nice. There aren't many books that get 5 stars but this is one.

5 out of 5 stars Best book on VB.NET.......2007-03-29

I have read through a few best selling VB.NET books and I believe this is the best book on the topic. The best part about this book is that it does not give the rehashed technical manual feeling that most other books would give you. Instead, you can tell the author had been planning to write this book for a while and he added many fine details about VB.NET and Framework which might have been puzzling you. However this book only comvers the core topics and there are some other fine details which are missed, so I recommend you reading together with Visual Basic 2005 Programmer's Reference (Programmer to Programmer). That book gives you the rehashed feeling, though.

5 out of 5 stars Very Good Reference.......2007-03-27

If you are looking for a beginners book then go elsewhere. If you are looking for a very well written reference on the more advanced features of VB then this is your book. It covers all advanced aspects very well and has lots of sample code to assist you in your development efforts.

As a very experienced VC++ and STL developer switching to VB, I needed a reference on how to code my ideas in VB2005. This book was the best investment of the 5 books I have purchased on the system.

4 out of 5 stars VB 6 TO VB 2005 With Ease.......2007-03-15

I found this to be the best source I've read that reveals the code changes from VB 6 to 2005. The code samples explain in detail how to easily accomplish tasks in VB 2005.
Excel VBA Programming For Dummies (For Dummies (Computer/Tech))
Average customer rating: 4.5 out of 5 stars
  • Excel VBA for Dummies Review - Excellent!
  • Great Book!
  • Fast delivery, excellent quality
  • Great for beginners
  • good enough
Excel VBA Programming For Dummies (For Dummies (Computer/Tech))
John Walkenbach
Manufacturer: For Dummies
ProductGroup: Book
Binding: Paperback

VBAVBA | Development | Microsoft | Computers & Internet | Subjects | Books
ExcelExcel | Applications | Microsoft | Computers & Internet | Subjects | Books
For Dummies: ApplicationsFor Dummies: Applications | Introductory Guides | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Spreadsheets | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
For DummiesFor Dummies | Amazon Upgrade | Stores | Books
Similar Items:
  1. Excel 2003 Power Programming with VBA (Excel Power Programming With Vba) Excel 2003 Power Programming with VBA (Excel Power Programming With Vba)
  2. Excel 2003 Formulas Excel 2003 Formulas
  3. Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The Addison-Wesley Microsoft Technology Series) Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The Addison-Wesley Microsoft Technology Series)
  4. Excel 2003 Bible Excel 2003 Bible
  5. Access VBA Programming For Dummies (For Dummies (Computer/Tech)) Access VBA Programming For Dummies (For Dummies (Computer/Tech))

ASIN: 0764574124

Book Description

Having Excel and just using it for standard spreadsheets is a little like getting the ultimate cable system and a 50” flat panel plasma HDTV and using it exclusively to watch Lawrence Welk reruns. With Visual Basic for Applications (VBA) programming, you can take advantage of numerous Excel options such as: creating new worksheet functions; automating tasks and operations; creating new appearances, toolbars, and menus; designing custom dialog boxes and add-ins; and much more.

This guide is not for rank Excel amateurs. It’s for intermediate to advanced Excel users who want to learn VBA programming (or whose bosses want them to learn VBA programming). You need to know your way around Excel before you start creating customized short cuts or systems for speeding through Excel functions. If you’re an intermediate or advanced Excel user, Excel VBA For Dummies helps you take your skills (and your spreadsheets) to the next level. It includes:

Author John Walkenbach is a leading authority on spreadsheet software and the author of more than 40 spreadsheet books including Excel 2003 Bible and Excel 2003 Power Programming with VBA. While this guide includes tons of examples and screenshots, Walkenbach knows there’s no substitute for hands-on learning. The book is complete with:

What are you waiting for? Sure, learning to do VBA programming takes a little effort, but it’s a Very Big Accomplishment.

Download Description

  • Shows ordinary users how to harness the power of Visual Basic for Applications (VBA) and create custom Excel applications
  • This book introduces people to a wide array of new Excel options, including creating new worksheet functions, automating tasks and operations, creating new toolbars and menus, designing custom dialog boxes and add-ins, and much more
  • Begins with the most important tools and operations for the Visual Basic Editor, then provides an overview of the essential elements and concepts for programming with Excel
  • John Walkenbach, a.k.a. "Mr. Spreadsheet," runs a popular Web site (www.j-walk.com) on Excel techniques and is the author of many bestselling books on Excel

    Customer Reviews:

    5 out of 5 stars Excel VBA for Dummies Review - Excellent!.......2007-08-23

    The book is very well written and has useful examples as well as many screen shots (pictures) to help you along the way. This book is exactly what it says it is - meant for the intermediate user, but written for a dummy! A+++

    5 out of 5 stars Great Book!.......2007-06-14

    I found this book to be an excellent introduction to using VBA in Excel. The author provides clear and usable examples to illustrate what he's talking about and demonstrate good programming practices. Clearly written for beginners who have never really used VBA, this book will get you writing VBA in no time, and best of all, it's not some boring technical manual that threatens to put you to sleep.

    5 out of 5 stars Fast delivery, excellent quality.......2007-01-10

    The book arrived sooner than I expected and was in perfect condition.

    Thanks again!

    4 out of 5 stars Great for beginners.......2007-01-05

    This is not the book for building complex applications within Excel but that's not what I got it for. I wanted something that would get me started on understanding how to manuver within VBA and do some basic coding and this book fits the bill perfectly. It's amazing how many books there are on this subject that don't fill the need for a beginner.

    4 out of 5 stars good enough.......2006-11-03

    the book doesn't tell you everything, but it tells you what you need to know to get started and get some things done. It is great resource to take you from zero knowledge to proficiency with the most commonly used VBA tasks. However, a VBA beginner will quickly outgrow this book and need to move on to John's more advanced VBA books.
    Microsoft  Visual Basic  2005 Step by Step (Step By Step (Microsoft))
    Average customer rating: 4 out of 5 stars
    • Good for starters
    • Great for beginners!!
    • Absolute beginners only
    • Good for beginners
    • Better than expected
    Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))
    Michael Halvorson
    Manufacturer: Microsoft Press
    ProductGroup: Book
    Binding: Paperback

    Visual BasicVisual Basic | Development | Microsoft | Computers & Internet | Subjects | Books | .Net | C# | C++ | Visual Studio
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Programming Microsoft  Visual Basic  2005: The Language (Pro Developer) Programming Microsoft Visual Basic 2005: The Language (Pro Developer)
    2. Microsoft® Visual C#® 2005 Step by Step (Step By Step (Microsoft)) Microsoft® Visual C#® 2005 Step by Step (Step By Step (Microsoft))
    3. Visual Basic 2005 Programmer's Reference (Programmer to Programmer) Visual Basic 2005 Programmer's Reference (Programmer to Programmer)
    4. Microsoft  ASP.NET 2.0 Step By Step (Step By Step (Microsoft)) Microsoft ASP.NET 2.0 Step By Step (Step By Step (Microsoft))
    5. Programming Visual Basic 2005 Programming Visual Basic 2005

    ASIN: 0735621314

    Book Description

    Visual Basic 2005 focuses on enabling developers to rapidly build applications, with enhancements across its visual designers, code editor, language, and debugger that help accelerate the development and deployment of robust, elegant applications across the Web, a business group, or an enterprise. Now you can teach yourself the essentials of working with Microsoft Visual Studio- 2005 and the new features of the Visual Basic language#151;one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you're a beginning programmer or new to this specific language, you'll understand the core capabilities and fundamental techniques for Visual Basic 2005. Each chapter puts you to work, showing you how, when, and why to use specific features of Visual Basic and guiding as you create actual components and working applications for Microsoft Windows-. You'll also explore data management and Web-based development topics.

    Customer Reviews:

    5 out of 5 stars Good for starters.......2007-09-25

    This book will get you going on using visual basic and visual studio 2005. I had last used visual C++ V6.0 in an academic setting, and this book helped me migrate to the latest version of visual studio and the VB.NET language quickly. The code examples provided are easy to use, and understand. I found the organizarion of the book to be just right. Now I want more.

    5 out of 5 stars Great for beginners!! .......2007-09-25

    I'm taking a VB 2005 class in college and the book we are using is not for a true beginner (VB 2005 How to Program by Deitel), it is very fast paced and confusing at times. The book also uses console programming through most of the book (VISUAL BASIC!!! VISUAL IS THE KEYWORD); I dont know how it got a good rating. Anywho, in order to learn VB better I hunted down this book. It is well written and easy understood. He uses nice concepts and examples. I've learned more in the first 3 chapters of this book than I had the book for school. I'm half way through and understand everything I have done up to now. I would totally recommend this book to anyone who is a true beginner.

    4 out of 5 stars Absolute beginners only.......2007-08-22

    I know PL/SQL, SQL, PHP, some Bash scripting skills and can "read" Java to a certain degree, but am new to the world of developing Windows apps, and was looking for a book to start building applications in VB .NET 2005. Unfortunately, I'll have to look elsewhere.

    This book does a great job of guiding the reader trough the basic features of VB .NET 2005. Every chapter, and every section includes some basic examples, which you can either build yourself, or study from the included examples CD.

    If you're totally new to programming, this is the book for you. However, if you already have experience with any programming language, this book will not do much for you. I only rate this book 4-stars because of its value as what it IS: an introduction to the language (I breezed through it, examples and all, in about 8 hours).

    4 out of 5 stars Good for beginners.......2007-08-08

    This book is well suited for beginners or near-beginners who want to learn basic programming in VB2005. Sometimes I felt it would have helped if I had had some earlier programming knowledge/experience, this way I would have been able to grasp the consepts easier as this book does not really discuss programming-theory on a broader level. It is a good book to start with if you plan to learn more about programming in asp.net.

    5 out of 5 stars Better than expected.......2007-07-03

    I knew the very basics of VB 2005 and was worried about buying this book however I learned a whole lot of things I never knew, it gave me a good solid base to work from a must buy for anyone wanting to get started on VB 2005.
    Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer)
    Average customer rating: 4.5 out of 5 stars
    • Superb Learning Tool
    • Review
    • Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer)
    • Nice introduction to Visual C++
    • Informative, but long winded.
    Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer)
    Ivor Horton
    Manufacturer: Wrox
    ProductGroup: Book
    Binding: Paperback

    GeneralGeneral | C | Programming | Computers & Internet | Subjects | Books
    TutorialsTutorials | C | Programming | Computers & Internet | Subjects | Books
    Visual C++Visual C++ | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    C & C++ Windows ProgrammingC & C++ Windows Programming | Development | Microsoft | Computers & Internet | Subjects | Books
    C++C++ | Visual Basic | Development | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
    Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
    Similar Items:
    1. Microsoft Visual C++ 2005 Express Edition Programming for the Absolute Beginner (For the Absolute Beginner) Microsoft Visual C++ 2005 Express Edition Programming for the Absolute Beginner (For the Absolute Beginner)
    2. Microsoft Visual Studio Standard 2005 Microsoft Visual Studio Standard 2005
    3. Professional C++ (Programmer to Programmer) Professional C++ (Programmer to Programmer)
    4. Pro Visual C++/CLI and the .NET 2.0 Platform Pro Visual C++/CLI and the .NET 2.0 Platform
    5. Enterprise Application Development with Visual C++ 2005 (Programming Series) Enterprise Application Development with Visual C++ 2005 (Programming Series)

    ASIN: 0764571974

    Book Description

    Download Description

    Popular author Ivor Horton uses his trademark approachable writing style to provide novice programmers with the basic tools as they learn Visual C++ 2005 Readers will learn how to program in C++ using Visual C++ 2005-without any previous knowledge of C++ More than 35 percent new and updated material covers the new release of Visual C++, and exercises and solutions help readers along the way Demonstrates the significant new features of Visual C++ 2005, providing improved flexibility in developing Microsoft applications in C++

    Customer Reviews:

    5 out of 5 stars Superb Learning Tool.......2007-09-15

    This book is well written and very clear. It is helping me relearn C+ after switching from Borland to Microsoft.

    5 out of 5 stars Review.......2007-07-20

    I got this book as an introduction and reference to the .Net framework. The book did a quality job of discussing the nuances of Visual C++ as opposed to regular c++. I do wish it made a better distinction between the two. But I was satisfied with my purchase.

    5 out of 5 stars Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer).......2007-07-13

    I think that this book is very good for beginners. It covers in detailes most of C++ language aspects and provides comprehensive examples. So I'd give five starts for C++.
    For MFC however, I think that the book isn't complete enough (well that's probably because MFC is huge and it's just impossible to cover everything in detailes). The good thing is that author tries to give the concept of the structure of MFC which sometimes is more important than providing all the detailes about particular language or library. So I'm giving five stars for MFC too.
    There was one thing I didn't like though. Some examples on MFC were written as if they just wanted to make it work. For example, "Sketcher" program was ok in terms of OOP but in terms of good organization of your code its readability (for possible future changes) and its efficiency is questionable.
    Thus overall I'm satisfied with this book and it's worth the money I spent on it.

    4 out of 5 stars Nice introduction to Visual C++.......2007-04-19

    I bought this book from Amazon. Its a nice introduction to Visual C++. Ivor Horton gives a gentle introduction to C++ and then leads into Visual C++ Windows programming. The book should be easy for beginners to read and is detailed enough to enable an experienced programmer to write commercial Windows programs.

    On the negative side, the book has many errors, and in my opinion is a bit misorganized

    4 out of 5 stars Informative, but long winded........2007-03-22

    I bought this book because I've had little experince with C++ or Visual Studio, and I wanted something that would be in-depth and thorough. While this book is a very authorative resource, it seems that he repeates himself too often. Also he doesn't give enough examples. But all in all it was a good buy for the money.
    Financial Theory and Corporate Policy (4th Edition) (The Addison-Wesley Series in Finance)
    Average customer rating: 3 out of 5 stars
    • Disappointing
    • A Good Update to a Classic Text
    • It is definitely not a book for PhD level
    • It's a masterpiece!
    Financial Theory and Corporate Policy (4th Edition) (The Addison-Wesley Series in Finance)
    Thomas E. Copeland , J. Fred Weston , and Kuldeep Shastri
    Manufacturer: Addison Wesley
    ProductGroup: Book
    Binding: Hardcover

    Corporate FinanceCorporate Finance | Finance | Business & Investing | Subjects | Books
    GeneralGeneral | Business & Investing | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Business BooksLook Inside Business Books | Trip | Specialty Stores | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Business & InvestingBusiness & Investing | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Financial Theory and Corporate Policy : Student Solutions Manual Financial Theory and Corporate Policy : Student Solutions Manual
    2. Intermediate Financial Theory (Academic Press Advanced Finance Series) Intermediate Financial Theory (Academic Press Advanced Finance Series)
    3. The Theory of Corporate Finance The Theory of Corporate Finance
    4. Asset Pricing: (Revised) Asset Pricing: (Revised)
    5. Microeconomic Analysis, Third Edition Microeconomic Analysis, Third Edition

    ASIN: 0321127218

    Customer Reviews:

    2 out of 5 stars Disappointing.......2007-05-09

    I had this book for a PhD class in finance and have very few good words to say. The derivations should have been omitted: rarely is anything followed from the beginning to the end; the excerpts that are provided do not give much additional insight. Abundant typos in the formulas. In addition, the context of the models is often poorly presented and I was often left wondering what the situation or some assumptions are. Overall, relatively poorly written.
    The book does give an overview of a lot of papers and as long as it is viewed as a starting point to read the papers it is acceptable. Still, the presentation is very fragmented and frustrating, creating a strong desire to read the original papers.

    5 out of 5 stars A Good Update to a Classic Text.......2007-04-09

    It took a while before this 4th edition came out. The 2nd and 3rd editions were pretty good, and the 4th ed still contains a lot of the old material. Clearly, this says something about finance theory - but it updates a lot of the empirical results and includes some new/relevant topics. I would have to agree that this book is probably a little shallow for the Ph.D. level, but most Ph.D. corporate finance courses probably would use papers rather than texts. Hence, that's where your actual derivations and the actual author's thought comes from. On the other hand, this book takes a very good approach and the authors are very respected in the field. In terms of a more advanced MBA text, I think that this is the best book available.

    1 out of 5 stars It is definitely not a book for PhD level.......2006-08-01

    The book suggests it serves as a first course in finance for PhD students, and a second course in finance for master students. But as I see it, it is too shallow for PhD level reading, as it never explain some complicated derivation clear enough. You don't know how some statements or conclusions come from. There is just not enough explanation. I mean, the author could have said that "after some derivations" or "it can be shown that...", but they just give some results without mentioning whether it can be derived with some convoluted math but because it is out of the depth of the book, only the result is given, or it just comes easily from the assumptions or conditons. I have to figure their logic since usually I just like to thought about how to derive a result as I am supposed to read it as a first book in finance for a PhD student. Many times I have to give up figuring, as the steps the authors take from the conditions to the results are usually too big to guess. So I ended up with treat this book as an ElEMENTARY level book, giving up any derivation and analyzing, just taking the results as granted.
    According to my roommate who is a master in finance student and who happened to look at my book for curiosity, this book looks too deep for a master level in some topics, e.g., real options. They try to talk about some complicated financial theories, not deep and clean enough for a PhD student and also not that intuitive to understand for a master student.
    In sum, I would say, don't waste money and time on this book. If you are a PhD student, read some books or papers treating certain topics with clear derivations and depth. If you are a master student, though my opinion is sort of partial, the book does not provide good intution for some advanced topics.

    5 out of 5 stars It's a masterpiece!.......2005-03-31

    "Financial theory and corporate policy" is THE theory-of-finance book. It is so well-written, concise, and most importantly, it gives you the framework of conceptual knowledge and intuition to understand what the literature on financial theory is trying to do and how it all fits together. It is appropriate for a second course in finance or a first PhD level course. The building blocks needed to get the most out of this text is matrix algebra, elementary calculus (integrals and differentials), intermediate microeconomics, basic statistics (regression analysis), some optimization (min and max of functions), and basic financial skills such as discounting, the use of cash flows, pro forma income statements and balance sheets. The book has excellent appendices if you lack or need to brush up on these topics. Also, after each chapter state-of-the-art references are listed, very useful if you want to delve a little deeper. To summarize, I just love this book, and I think you will too.
    Practical Guidelines and Best Practices for Microsoft  Visual Basic  and Visual C#  Developers (Pro-Developer)
    Average customer rating: 4.5 out of 5 stars
    • Excellent Reference Guide !
    • Programmer's Holly Bible
    • A very useful book
    • Average book
    • Good book
    Practical Guidelines and Best Practices for Microsoft Visual Basic and Visual C# Developers (Pro-Developer)
    Francesco Balena , and Giuseppe Dimauro
    Manufacturer: Microsoft Press
    ProductGroup: Book
    Binding: Paperback

    C & C++ Windows ProgrammingC & C++ Windows Programming | Development | Microsoft | Computers & Internet | Subjects | Books
    C#C# | Visual Basic | Development | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Programming Microsoft  Visual Basic  2005: The Language (Pro Developer) Programming Microsoft Visual Basic 2005: The Language (Pro Developer)
    2. Programming Microsoft  Visual C#  2005: The Base Class Library (Pro-Developer) Programming Microsoft Visual C# 2005: The Base Class Library (Pro-Developer)
    3. Programming Microsoft  ADO.NET 2.0 Applications: Advanced Topics Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics
    4. Programming Microsoft  ASP.NET 2.0 Core Reference Programming Microsoft ASP.NET 2.0 Core Reference
    5. Programming Microsoft  ADO.NET 2.0 Core Reference Programming Microsoft ADO.NET 2.0 Core Reference

    ASIN: 0735621721

    Book Description

    Get the real-world coding guidelines, expert tips, and rock-solid guidance you need to take your Microsoft .NET development expertise to the next level. Drawing from their extensive programming and consulting experiences, respected developers Francesco Balena and Giuseppe Dimauro share 350 best programming practices for Visual Basic and Visual C#, clearly stating the purpose of each practice, and when and how it should be applied. Youll get practical, valuable advice on the rightand wrongapproaches to using different language elements, programming the .NET Framework, and working with related technologies to create reliable, scalable, maintainable, and security-enhanced solutions.

    Customer Reviews:

    5 out of 5 stars Excellent Reference Guide !.......2007-08-31

    This book was referred to me by a friend that is a very talented developer. I now see why he keeps this text on his desk while developing. The author provides excellent code examples in multiple languages. This is one of the best books that I have purchased in years !

    5 out of 5 stars Programmer's Holly Bible.......2007-07-07

    John Robbins on the foreword of this book wrote "..No matter how you use Practical Guidelines and Best Practices, it will save you a tremendous
    amount of time by helping to reduce those insidious bugs and performance problems in your
    code. I've been using it with all my projects, and it's certainly made me a much better developer.."

    I'm a simple .Net developer, how can i say more, from when i bought this book it is ever on my desk like the Holly Bible.

    I had the honor of met both Francesco Balena and Giuseppe Dimauro it was like a normal violinist could talk with two Paganini.

    5 out of 5 stars A very useful book.......2007-05-01

    In the [...] environment there are many different ways to accomplish the same result. This book provides information from people who are indisputably knowledgeable in the area that helps enormously in choosing between the various options. One of the most useful parts of it is the explanation that is provided for why one option has been chosen above another, which is to say, why it's a "best practice." I would recommend this book to any .Net programmer who wants to acquire concrete data that will help him in making his programming decisions.

    3 out of 5 stars Average book.......2006-05-17

    Although there are some good insights here and there, not too much to gain.

    5 out of 5 stars Good book.......2006-01-17

    I am a reader of Balena's books and appreciate his writings. I have read this book and would only say that the objective of the book if not teaching theory to computer science students but to explain practical guidelines.
    I am a computer engineering graduate myself and have studied both thoery as well as working on cutting edge technologies for past 7 years.
    There are times where most of the theories are not in line with the practical development life cycle and I have seen best of the architects breaking Mr Codds rule on database most of the times.

    This book is one such master piece that gives you information on real world development guidelines and best practices and have recommended this book to most of the fresh developers in my team.

    - Techie
    Financial Modeling - 2nd Edition: Includes CD
    Average customer rating: 4.5 out of 5 stars
    • Excelent book
    • I thought I did a review for this book immediately when I received it! It was really good! It's like the best textbook!
    • Strongly recommended to practitioner
    • Good Cookbook
    • Excellent book
    Financial Modeling - 2nd Edition: Includes CD
    Simon Benninga
    Manufacturer: The MIT Press
    ProductGroup: Book
    Binding: Hardcover

    GeneralGeneral | Popular Economics | Business & Investing | Subjects | Books
    Public FinancePublic Finance | Economics | Business & Investing | Subjects | Books
    Corporate FinanceCorporate Finance | Finance | Business & Investing | Subjects | Books
    GeneralGeneral | Business & Investing | Subjects | Books
    GeneralGeneral | Accounting | Industries & Professions | Business & Investing | Subjects | Books
    GeneralGeneral | Personal Finance | Software | Computers & Internet | Subjects | Books
    GeneralGeneral | Accounting | Business | Software | Computers & Internet | Subjects | Books
    ExcelExcel | Applications | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Accounting | Accounting & Finance | Professional & Technical | Subjects | Books
    GeneralGeneral | Finance | Accounting & Finance | Professional & Technical | Subjects | Books
    SoftwareSoftware | Information Systems | Computer Science & Information Systems | New & Used Textbooks | Stores | Books
    GeneralGeneral | Accounting | Business & Finance | New & Used Textbooks | Stores | Books
    GeneralGeneral | Business & Finance | New & Used Textbooks | Stores | Books
    CorporateCorporate | Finance | Business & Finance | New & Used Textbooks | Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Business & InvestingBusiness & Investing | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Principles of Finance with Excel: Includes CD Principles of Finance with Excel: Includes CD
    2. Advanced modelling in finance using Excel and VBA Advanced modelling in finance using Excel and VBA
    3. Investment Valuation: Tools and Techniques for Determining the Value of Any Asset, Second Edition Investment Valuation: Tools and Techniques for Determining the Value of Any Asset, Second Edition
    4. Building Financial Models with Microsoft Excel: A Guide for Business Professionals Building Financial Models with Microsoft Excel: A Guide for Business Professionals
    5. Valuation: Measuring and Managing the Value of Companies, Fourth Edition Valuation: Measuring and Managing the Value of Companies, Fourth Edition

    ASIN: 0262024829

    Book Description

    Too often, finance courses stop short of making a connection between textbook finance and the problems of real-world business. Financial Modeling bridges this gap between theory and practice by providing a nuts-and-bolts guide to solving common financial models with spreadsheets. Simon Benninga takes the reader step by step through each model, showing how it can be solved using Microsoft Excel®. In this sense, this is a finance "cookbook," providing recipes with lists of ingredients and instructions.

    Areas covered include computation of corporate finance problems, standard portfolio problems, option pricing and applications, and duration and immunization. The second edition contains six new chapters covering financial calculations, cost of capital, value at risk (VaR), real options, early exercise boundaries, and term structure modeling. A new technical chapter contains a potpourri of tips for using Excel®.

    Although the reader should know enough about Excel™ to set up a simple spreadsheet, the author explains advanced Excel® techniques used in the book. The book includes chapters dealing with random number generation, data tables, matrix manipulation, and VBA programming. It also comes with a CD-ROM containing Excel® worksheets and solutions to end-of-chapter exercises.

    Customer Reviews:

    5 out of 5 stars Excelent book.......2007-09-24

    Is an excelent book to learn and undertand how to creat financial models in excel.

    I strongly recomend it.

    Romer iragorri

    5 out of 5 stars I thought I did a review for this book immediately when I received it! It was really good! It's like the best textbook!.......2007-09-16

    Beninnga states things very clearly.
    And the sophistication is great.
    No matter what level you are in, it's good for you.
    And these knowledge are really useful in real world!
    I mean,I'm really gonna keep this book for myself after I finish the degree.

    5 out of 5 stars Strongly recommended to practitioner.......2007-09-03

    The book has great practical value. It also applies to those who wish to implement financial models in other computing environment than Excel.

    4 out of 5 stars Good Cookbook.......2007-08-23

    Very good on giving an introduction on many modeling techniques.
    Exceptionally recommended for the new babe.

    5 out of 5 stars Excellent book.......2007-07-19

    All students of finance must have one, It's great, If I'd have had it when I was student oh, I'd save a lot of time, now I'm teacher of finance and I recomend all my students to buy it.
    Visual Basic 2005 How to Program (3rd Edition) (How to Program (Deitel))
    Average customer rating: 4.5 out of 5 stars
    • Not impressed
    • Good Book For Beginners
    • Veronica Sanders
    • an excellent read
    Visual Basic 2005 How to Program (3rd Edition) (How to Program (Deitel))
    Deitel & Associates
    Manufacturer: Prentice Hall
    ProductGroup: Book
    Binding: Paperback

    Visual BasicVisual Basic | Development | Microsoft | Computers & Internet | Subjects | Books | .Net | C# | C++ | Visual Studio
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Visual Basic(R) 2005 for Programmers (2nd Edition) (Deitel Developer Series) Visual Basic(R) 2005 for Programmers (2nd Edition) (Deitel Developer Series)
    2. Visual C# 2005 How to Program (2nd Edition) (How to Program) Visual C# 2005 How to Program (2nd Edition) (How to Program)
    3. Simply Visual Basic 2005 (2nd Edition) Simply Visual Basic 2005 (2nd Edition)
    4. Microsoft  Visual Basic  2005 Step by Step (Step By Step (Microsoft)) Microsoft Visual Basic 2005 Step by Step (Step By Step (Microsoft))
    5. Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers (Cookbooks (O'Reilly)) Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers (Cookbooks (O'Reilly))

    ASIN: 0131869000

    Book Description

    With Visual Basic.NET, Microsoft transforms Visual Basic into a supercharged tool for developing next-generation Web services and Windows applications. Now, learn Visual Basic.NET hands-on, through thousands of lines of live code in hundreds of complete working programs -- explained with exceptional clarity by the renowned programming trainers of Deitel & Associates! Visual Basic.NET How to Program starts by introducing the Visual Studio.NET development environment; then covers all key VB.NET programming fundamentals, from control structures to methods, arrays, and object-oriented programming. It delivers in-depth coverage of VB.NET GUI development; multithreading; graphics and multimedia; XML programming; database development with SQL and ADO.NET; building Web Forms and Web Services with ASP.NET; network programming; data structures; accessibility; and more. The book contains hundreds of real-world tips and techniques for writing high-quality code, improving performance and reliability, and efficient debugging. For all beginning programmers -- and developers experienced with traditional languages -- who want to master Visual Basic.NET quickly.

    Customer Reviews:

    2 out of 5 stars Not impressed.......2007-09-16

    I'm taking a VB 2005 class in college and we are using this book. I am not a programmer, I am a Systems & Network Analyst and I read lots and lots of computer books and I have to say that his book reads horribly. I find myself confused at times and its very fast paced. Also, our instructor assigns us the exercises at the end of the chapters and the exercises are truly hard. The exercises want you to create something that was "supposedly" covered in the chapter. Not that it wasnt covered, its just that it did not go into depth as much as it should to do the exercise. Everytime I have to work an exercise I have to look else where to find a solution or sample code. I would not recommend this book to anyone unless you have taken and Intro VB class or read an Intro VB book.

    5 out of 5 stars Good Book For Beginners.......2007-08-09

    I have been used this book for my teachings to my students. It is a very good book to teach them the concept of procedural and object-oriented programming. The book is well-organized and impressively, my students understood the OOP very well. TQ.

    5 out of 5 stars Veronica Sanders.......2007-02-15

    As a former IT Instructor, I give the thumbs up on this book. Its great, informative and very detailed. It takes a novice programmer to the intermediate level of programming.

    5 out of 5 stars .......2007-01-10

    Only about a quarter of the way throught this text but I am enjoying its depth and coverage of programming concepts.

    4 out of 5 stars an excellent read.......2007-01-03

    The book is very well set out and easy to follow. I cannot fault the way in which each subject is approached and explained. The questions and answers are a useful test to find out if you have understood the chapter.

    If I were to say anything against the book it would concern the test examples at the end of each chapter. I know that the book is for teachers and their students so I understand that answers aren't given. It would, however, be nice to have a couple of questions with answers for those of us who are using the book on their own to learn Visual Basic.

    I whole heartedly recommend this book to anyone who wishes to learn Visual Basic.
    Microsoft Visual Studio 2005 Unleashed
    Average customer rating: 4 out of 5 stars
    • No codes samples available
    • Great breakdown on the tool for novices and professionals alike!
    • Microsoft Visual Studio Unleashed
    • Full of insightful information
    • Nice information, puts it all in context...
    Microsoft Visual Studio 2005 Unleashed
    Lars Powers , and Mike Snell
    Manufacturer: Sams
    ProductGroup: Book
    Binding: Paperback

    Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    Software EngineeringSoftware Engineering | Computer Science | Computers & Internet | Subjects | Books | Design Tools & Techniques | General | Information Systems | Methodology | Multimedia Information Systems
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    Visual StudioVisual Studio | Visual Basic | Development | Microsoft | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. Professional Visual Studio 2005 Professional Visual Studio 2005
    2. Visual Studio 2005 All-In-One Desk Reference For Dummies (For Dummies (Computer/Tech)) Visual Studio 2005 All-In-One Desk Reference For Dummies (For Dummies (Computer/Tech))
    3. ASP.NET 2.0 Unleashed ASP.NET 2.0 Unleashed
    4. Programming C# with Visual Studio .NET 2005 Programming C# with Visual Studio .NET 2005
    5. Mastering Web Development with Microsoft Visual Studio 2005 Mastering Web Development with Microsoft Visual Studio 2005

    ASIN: 0672328194

    Book Description

    Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information about the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions about the IDE.

    Chapters include:

    Customer Reviews:

    5 out of 5 stars No codes samples available.......2007-03-07

    An excellent book. Lots of examples. Unfortunately, you will have to type in all the code examples yourself as the Sams Publishing web page does not have any downloads even though the back covers says that they are available.

    5 out of 5 stars Great breakdown on the tool for novices and professionals alike!.......2007-02-21

    This book did a great job of revealing the breadth of features available in the product. I think this book is quite useful to not only those that are just getting started but those that are seriously considering implementing VS/TFS in the organization. Even if you are an experienced user of Visual Studio you will certainly learn several new tricks. In fact, I reference this book with my clients who are interested in rolling out VS and TFS.

    1 out of 5 stars Microsoft Visual Studio Unleashed.......2007-01-10

    The book has been a disappointment; it assumes that the reader knows almost everything there is to know about the Visual Studio 2005 program, and the explanations are vague, and far and few in between.
    I just wasted valuable money buying this book. I should have checked its contents at the local bookstore first before purchaing it.
    This book is poorly written.

    4 out of 5 stars Full of insightful information.......2006-12-18

    I was very impressed with the content found in this book, there was wide coverage of not only the in's and out's of using the IDE, which is an excellent introduction to any beginner, but also great coverage of Visual Studio Team System and the automation model found within Visual Studio allowing anyone to extend the IDE, which is more in line with an intermediate developer. This book is well suited for the beginning to intermediate developer looking to get up to speed with Visual Studio 2005. Great job Lars and Mike.

    4 out of 5 stars Nice information, puts it all in context..........2006-10-08

    OK... I can see why Microsoft Visual Studio has been such a popular IDE for developers. Microsoft Visual Studio 2005 Unleashed from Lars Powers and Mike Snell does a nice job in explaining the value of the latest version of this classic, as well as being an in-depth guide to the feature set...

    Contents:
    Part 1 - An Introduction to Visual Studio 2005/.NET: A Quick Tour of Visual Studio 2005; A Quick Tour of the IDE; .NET Framework and Language Enhancements in 2005
    Part 2 - The Visual Studio 2005 Environment - In-depth: Solutions and Projects; Browsers and Explorers; Introducing the Editors and Designers; Working with Visual Studio's Productivity Aids; Refactoring Code; Debugging with Visual Studio 2005; The Visual Studio Automation Object Model; Writing Macros, Add-ins, and Wizards; The .NET Community - Consuming and Creating Shared Code
    Part 3 - Visual Studio 2005 at Work: Creating ASP.NET User Interfaces; Building Windows Forms; Working with Databases; Web Services and Visual Studio
    Part 4 - Visual Studio Team System: Team Collaboration and Visual Studio Team System; Managing and Working with Team Projects; Source Control; Work Item Tracking; Modeling; Testing; Team Foundation Build; Index

    For someone like me who isn't a .NET developer, I found Part 1 very useful. The intro and tour gave me a great overview of what the IDE offers, and I could easily relate the different parts to the environment (Eclipse) I'm already familiar with. With that background, I could have easily taken Parts 2 and 3 and become productive in relatively short order. The authors maintain a good blend of text to screenshots to code, so I felt like I was getting a combination of reference and tutorial information in one volume. The argument could be made that all this information can be found in the help files, as is the case with most applications. But it's a lot easier to learn a tool like this (at least for me) when there's a structured guide that puts all the information in context. The Unleashed titles do just that, and this one is no exception...
    Advanced modelling in finance using Excel and VBA
    Average customer rating: 4.5 out of 5 stars
    • Absolutely Great!
    • A Cookbook for Financial Modellers
    • Not really satisfying
    • Advanced modelling in finance using Excel and VBA
    • Highly Recommended
    Advanced modelling in finance using Excel and VBA
    Mary Jackson , and Mike Staunton
    Manufacturer: Wiley
    ProductGroup: Book
    Binding: Hardcover

    GeneralGeneral | Popular Economics | Business & Investing | Subjects | Books
    GeneralGeneral | Business & Investing | Subjects | Books
    GeneralGeneral | Accounting | Industries & Professions | Business & Investing | Subjects | Books
    InvestingInvesting | Business & Investing | Subjects | Books | Bonds | Commodities | Futures | General | Introduction | Mutual Funds | Options | Real Estate | Stocks
    VBAVBA | Development | Microsoft | Computers & Internet | Subjects | Books
    ExcelExcel | Applications | Microsoft | Computers & Internet | Subjects | Books
    GeneralGeneral | Accounting | Business | Software | Computers & Internet | Subjects | Books
    GeneralGeneral | Applied | Mathematics | Science | Subjects | Books
    GeneralGeneral | Mathematics | Science | Subjects | Books
    GeneralGeneral | Applied | Mathematics | Professional Science | Professional & Technical | Subjects | Books
    GeneralGeneral | Accounting | Accounting & Finance | Professional & Technical | Subjects | Books
    GeneralGeneral | Finance | Accounting & Finance | Professional & Technical | Subjects | Books
    Look Inside Business BooksLook Inside Business Books | Trip | Specialty Stores | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Look Inside Science BooksLook Inside Science Books | Trip | Specialty Stores | Books
    All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
    Business & InvestingBusiness & Investing | Amazon Upgrade | Stores | Books
    Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
    Professional & TechnicalProfessional & Technical | Amazon Upgrade | Stores | Books
    ScienceScience | Amazon Upgrade | Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Business & InvestingBusiness & Investing | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
    ScienceScience | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Financial Modeling - 2nd Edition: Includes CD Financial Modeling - 2nd Edition: Includes CD
    2. Financial Modeling Using Excel and VBA (Wiley Finance) Financial Modeling Using Excel and VBA (Wiley Finance)
    3. Principles of Finance with Excel: Includes CD Principles of Finance with Excel: Includes CD
    4. The Complete Guide to Option Pricing Formulas The Complete Guide to Option Pricing Formulas
    5. Building Financial Models with Microsoft Excel: A Guide for Business Professionals Building Financial Models with Microsoft Excel: A Guide for Business Professionals

    ASIN: 0471499226

    Book Description

    This new and unique book demonstrates that Excel and VBA can play an important role in the explanation and implementation of numerical methods across finance. Advanced Modelling in Finance provides a comprehensive look at equities, options on equities and options on bonds from the early 1950s to the late 1990s.

    The book adopts a step-by-step approach to understanding the more sophisticated aspects of Excel macros and VBA programming, showing how these programming techniques can be used to model and manipulate financial data, as applied to equities, bonds and options. The book is essential for financial practitioners who need to develop their financial modelling skill sets as there is an increase in the need to analyse and develop ever more complex 'what if' scenarios.

    Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

    Customer Reviews:

    5 out of 5 stars Absolutely Great!.......2006-01-11

    Advanced Modeling is a fantastic book, and pretty easy to follow with relatively few coding errors. There are some books out there that have errors in the code that they use, which makes it difficult or someone to learn the techniques. Even for those without a solid background in VBA, this book can benefit you to start learning how to code properly. Anyone who is relatively proficient with Excel can definitely gain a new trick or two from reading this book. All you really need to start using this book is a basic understanding of finance concepts (e.g. portolio theory, capital budgeting, binomial options pricing, Black-Scholes, etc.). The techniques that are taught are also useful in other modeling exercises, and not necessarily just for finance-related topics.

    5 out of 5 stars A Cookbook for Financial Modellers.......2005-10-19

    Yes, the book won't teach you CAPM, Black-Scholes, or much financial theory. But there is NO shortage of those books. There is a shortage of books with real-world Excel solutions to applying financial theory to data. I've had this book for a couple of years and have probably only used 10% of it, only because I don't have time, real business need, to do the rest. I sometimes take it to bed to read and dream of having the time to try out some of their other models. That's the only thing I can add to the other reviews here, the amount of love and passion for the subject put into this book. There's not one extra padded word or graphic in this book. Yes, if there was one book I'd have to take to a desert island with Excel and some financial data this would be it.

    3 out of 5 stars Not really satisfying.......2004-06-05

    One of the main points of programming books is to help the reader understand the models being programmed. On this count, "Advanced modelling in finance using Excel and VBA" fails miserably. There is very little explanation of the financial concepts and models. Anyone hoping to learn finance from this book will be very disappointed.

    The result is a series of programming black boxes and ugly spreadsheets having only limited usefulness.

    Although the level of his book is somewhat lower, Benninga's "Financial Modeling" book is much better at explaining the conceptual basis of financial models. A good programmer will be better off with Benninga than with Jackson-Staunton.

    5 out of 5 stars Advanced modelling in finance using Excel and VBA.......2004-03-15

    This is probably the best book written on financial modeling in excel, definitely worth the $50. Comes with a great CD-ROM. The books strength is its illustration of financial models and implantation in Excel. Since the models focus on static solutions the book is probably of greater use in academics than in industry. It would be great if there was instruction about how to input real time data into Excel and implement the models dynamically. Of particular interest to me is the great VBA code given on the CD, namely the code to calculate autocorrelation, cubic spines, eigenvalues and eigenvectors. This alone was worth the 50 bucks.

    There are some major deficiencies in this book. Noticeably absent topics include: bond portfolio immunization; swap pricing; forwards and futures hedging; the ARCH, GARCH and CHARMA models.

    My background is in finance, mathematics and computer science. Unlike the guy above, I don't see any need for advanced mathematics in order to study this book. In fact I am sure you don't. The point is to make excel do it for you. However it will a lot easier for those who understand the finance and mathematics behind what they are telling excel to do. I am assuming that those who are considering this book most likely have taken at least one college level calculus course and one statistics course. But I don't think even that is necessary and definitely not stochastic calculus.

    5 out of 5 stars Highly Recommended.......2003-03-06

    VBA is one of those tools I long knew I should be proficient in but never got around to learning. That is, not until I found this book. It makes it easy for a financial professional to quickly come up to speed and start coding VBA within spreadsheets. The fact that the focus is on financial applications means that you learn coding techniques that will be useful on the job. I highly recommend the book!

    Books:

    1. Ravenor Rogue (Warhammer 40,000 Novel)
    2. Real Estate Investing for Dummies
    3. Ruby Cookbook (Cookbooks (O'Reilly))
    4. Sams Teach Yourself C++ in 21 Days (5th Edition) (Sams Teach Yourself)
    5. Schaum's Outline of Probability, Random Variables, and Random Processes
    6. SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides)
    7. SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides)
    8. Security Policies and Procedures: Principles and Practices (Prentice Hall Security Series)
    9. Spreadsheet Modeling and Decision Analysis (with CD-ROM and Microsoft Project 2003 120 day version)
    10. SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide

    Books Index

    Books Home

    Recommended Books

    1. Drugs-From Discovery to Approval
    2. U.S. Army Ranger Handbook SH 21-76
    3. Supply Chain Management and Advanced Planning: Concepts, Models, Software and Case Studies
    4. The Bakelite Collection
    5. The Laws of Thinking: 20 Secrets to Using the Divine Power of Your Mind to Manifest Prosperity
    6. Winning Your Wife Back Before It's Too Late: Whether She's Left Physically Or Emotionally, All That
    7. The Woman Who Knew Too Much: Alice Stewart and the Secrets of Radiation
    8. Accounting and Financial System Reform in Eastern Europe and Asia
    9. The Global Governance Reader: Concepts and Issues
    10. The Sudbury School Murders