Book Description
Brilliantly compiled by author Juval Lowy, Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems. Programming .NET Components, Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the time to carefully examine how components can simplify and add flexibility to complex applications by allowing users to extend their capabilities. Next, the book introduces a variety of .NET essentials, as well as .NET development techniques. Within this discussion on component development, a separate chapter is devoted to each critical development feature, including asynchronous calls, serialization, remoting, security, and more. All the while, hazardous programming pitfalls are pointed out, saving the reader from experiencing them the hard way. A .NET expert and noted authority on component-oriented programming, Lowy uses his unique access to Microsoft technical teams to the best possible advantage, conveying detailed, insider information in easy-to-grasp, activity-filled language. This hands-on approach is designed to allow individuals to learn by doing rather than just reading. Indeed, after digesting Programming .NET Components, Second Edition, readers should be able to start developing .NET components immediately. Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components. Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market.
Customer Reviews:
Great, but...........2007-08-24
This book is incredibilly well written and has a very comprehensive way of explaining the ways of Component oriented programing. Explains its differences betweent COP and OOP. You can easily understand what the author has in mind, BUT, I found one big flaw on this book. Not that this flaw will make the book less comprehensive, but it will make it less fun.
In all concepts it presents Examples, but not exercises. It explains the features and then give a short example to it. It doesn't stimulate the reader to actually build a code within a major context. You read, see the example and move on to the next topic. It is not fun to just stay around and read and read and read without actually working with the book. It is still a great book, but the approach to the reader could be better.
Excellent book with an eye for Component Oriented Design.......2007-08-16
While going over component and control design, this book teaches the principles of the component-oriented design philosophy. The author doesn't pander and isn't overly verbose; getting to the point and explaining his meaning efficiently and succinctly. Definitely worth the read.
Good for Newbies.......2007-06-08
Book goes through the entire process of building controls, nothing is untouched. It dwells however much too long on the 'standard' topics of installation, distribution, setting up etc and is rather lite on the the real stuff like building controls that look and feel like commercial controls. Would be a good book if it had 20% of the pages.
Excellent in what it covers.......2007-03-08
Pros:
Material that was covered was done an a very concise, clear and justfied manner. More so than just about any other computer book I have read. As others have mentioned, the explanation of the mechanics of remoting are excellent. The coverage on the other topics was incredibly informative as well its just that Remoting stands out since the topic is not covered as well elsewhere. Several helper/extension class examples are included which help to enforce good practices. I found the coding practices addendum to be a helpful summary of the topics discussed in the book.
Cons:
While remoting is discussed, it defers discussion of the EnterpriseServices namespace (object pooling, transactions, lifecycling, etc) to a previously published book. I find these features a necessary consideration in component design. Instead of feeling like I know everything about dot NET components, I now feel like I have to read another book. Having said that, WCF, at least at first glance, appears to be among other things a rework of ServicedComponents into an attribute driven dot NET framework and less reliant on COM+. I hope that is the case because JEE has already proven that inhertance based component mangagement such as ServiceComponent cramp system architectures. I also feel like the book does not adequately cover the use cases appropriate for designing a distributed application. It covers the mechanics/how fine but it doesn't address the when and where portion of distributed components.
Juval's latest book covers WCF and I am looking forward to reading it and hope it will address the areas I felt still needed to be addressed by this book.
Interfaces Factoring.......2007-02-02
On page 73 of this book the author wrote:
" An in-depth discussion of how to decompose a system into components and how to discover interface methods and properties is beyond the scope of this book".
I would encourage the author to write a book that discusses specifically about interface factoring and to provide more examples on how components should be decomposed and organized in large scale applications.
Book Description
Starting Out with Visual Basic.NET teaches Visual Basic.NET from the ground up and assumes no prior background in programming.
This book provides an introduction to Visual Basic .NET, using slow-paced discussion to help readers with no previous programming experience master the concepts that lead to success with VB.NET
This book is designed for readers with little or no background in programming.
Book Description
Programming Visual Basic .NET, Second Edition is the complete guide to application development using Visual Basic .NET. Entirely rewritten by .NET expert Jesse Liberty, the new edition of this tutorial will be essential reading for the millions of Visual Basic programmers looking to make the change to Microsoft's .NET programming environment. Thorough, entertaining, and easy to follow, this book provides a comprehensive and detailed overview of the language, object-oriented programming, and the .NET Framework, and goes even further--you'll learn how to create Windows and Web applications, as well as Web services.
A comprehensive introduction to the Visual Basic .NET language, this new edition covers topics of greatest concern to VB6 programmers who wish to make the transition from traditional Visual Basic 6 programming to the new object-oriented, component-based world of .NET. Loaded with practical examples for intermediate and advanced programmers, Programming Visual Basic .NET focuses on turning you into a proficient .NET developer.
Some of the topics in the book include:
- Visual Basic .NET and the .NET Framework
- Object-Oriented Programming
- Building Windows Applications
- Accessing Data with ADO.NET
- ASP.NET
- Web Services
and much more
Jesse Liberty's books have successfully guided thousands of new and experienced programmers alike into the world of .NET programming and Programming Visual Basic .NET, Second Edition will be no exception. This book is sure to become a key component of developers' .NET libraries.
Customer Reviews:
Great book for an overview of Visual Basic .Net.......2004-10-25
I am an experienced VB6 programmer who was familiar with Object Oriented concepts since I have also programmed a little bit in C++ and Java. This book was perfect for me. It gave me a great overview of the language and reinforced the object oriented concepts.
I use this book as a reference for day to day programming but I also keep
Programming Microsoft Visual Basic .NET (Core Reference)
by Francesco Balena
handy for detailed explanations.
kind of disappointing.......2004-05-27
Some of the code examples in this book are laughably wrong. Especially the section about declaring arrays. There must be at least a dozen different kinds of errors in the section about declaring arrays. The author even gets wrong that the number you give in an array declaration is the upper-bound not the size. It makes you question how well the author really understands the language. Also, the book skimps on certain important areas, such as dynamically adding event handlers. Overall, I'd say this book is not that great for an introduction (too many errors) and lacking as an advanced guide (not enough detail). So I'm not really sure who it would be useful for.
Good book to start with VB but don't expect anything more !.......2003-11-22
This book is BOTH good and bad ! This is DEFINITELY NOT for those people who are learning to program and need a VB.Net book that starts with explaining what the CPU and RAM are !
WHY GOOD - It is a great introduction to VB.Net for experienced programmers (experienced with VB6 or other programming language). The fundamentals of the language cosntruct (like the usual If clause, While loop etc.) are nicely condensed into one single chapter (Ch 3). Every chapter in Part-1 of the book explains one or more related language concepts in an easy to understand manner. Until the end of Part-1, all the code examples can be done using Notepad and compiled with the Visual Basic command line compiler (You do NOT even need Visual Studio.Net !). This is very good since it focuses on learning the language concepts rather than forcing you to get familiar with a strange IDE if you have not used Visual Studio before. Though there are some obvious errors in the code samples in Arrays and Strings chapter, they are no showstoppers in understanding the underlying concepts. Overall the part-1 of this book helps you to get upto speed on VB.Net very quickly. I did not read Part-3 yet, but I expect the treatment to be similar to Part-1, since Part-3 also deals with more theoritical aspects like Part-1.
WHY BAD - I read every page of this book until Part-1 but Part-2, where each chapter deals with things like Window forms/Ado.Net/Web forms (which themselves are separate books on the market), can be very intimidating as the author tries to cover a lot of ground in a very short space. For example, the code example in Chapter-13 for Windows forms, is gargantuan for a first time Winform program to be developed in Visual Studio.Net. Moreover, the code download from the author's website is also not of much use since the author had hidden some code to save space in the book and uploaded the same thing in his website also !
Overall, a good starting point to get into VB.Net but don't expect to learn everything about .Net with this book alone ! If you are already into VB.Net and looking to learn more about ADO.Net or Web forms, then this book is definitely NOT for you !
Need more content.......2003-11-20
Overall it's a decent book VB language. However if it has more contents/examples on Windows Form will make it a lot better.
C# programmer learns by code sample.......2003-11-15
Probably the best way to learn how to code in any language is to program with the examples in the book. I'm an experienced programmer in C#, but needed to get up to speed on VB.NET quick for some consulting work. I won a copy of Programming Visual Basic .NET 2nd ed. at a "WeProgram.NET" .NET user group meeting, and started reading it immediately. I skipped reading most of the explanations and went straight to the code (serious coders will understand this urge!). Even without reading much of the text, the code examples, while unimaginative, were selected well enough for me to pick up on the language, including its idiosyncrasies. I also like the fact that, for the text I did read, he explains why he is doing things a certain way. This would be really helpful for someone just learning to program or making the transition to .NET.
The only problem I really have with the examples is that it did not make clear what code was part of VisualBasic interop. Since I am now coding in two .NET languages, I don't want to have to remember CInt for one language and Convert.ToInt32 for another. I know this book is geared toward experienced VB6 programmers, but let's start doing things the .NET way. That's why it's here.
Average customer rating:
|
Visual Basic.NET Programming (2nd Edition)
Jeffrey J. Tsay ,
Jeffery Tasay , and
Jeffrey Tsay
Manufacturer: Prentice Hall
ProductGroup: Book
Binding: Paperback
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
Basic
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
.Net
| Visual Basic
| Development
| Microsoft
| Computers & Internet
| Subjects
| Books
Mathematics
| Professional Science
| Professional & Technical
| Subjects
| Books
| Applied
| Chaos & Systems
| Geometry & Topology
| Mathematical Analysis
| Mathematical Physics
| Number Systems
| Pure Mathematics
| Transformations
| Trigonometry
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Professional
| Qualifying Textbooks - Fall 2007
| Stores
| Books
ASIN: 0130094218 |
Average customer rating:
- Neither a good learning tool nor a good reference.
- What you need to develop a professional application
- nice and clear to the point.
- Unprofessional VB.NET
- Professional VB.Net
|
Professional VB.NET, 2nd Edition
Fred Barwell ,
Richard Blair ,
Jonathan Crossland ,
Richard Case ,
Bill Forgey ,
Whitney Hankison ,
Billy S. Hollis ,
Rockford Lhotka ,
Tim McCarthy , and
John C. Roth
ProductGroup: Book
Binding: Paperback
Visual Basic
| Programming
| O'Reilly
| By Publisher
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
Similar Items:
-
Beginning Visual Basic 2005
-
Programming VB .NET: A Guide for Experienced Programmers
-
Programming Microsoft Visual Basic .NET Version 2003 (Book & CD-ROM)
ASIN: B0000B0SZ8 |
Book Description
What is this book about?
.NET is designed to provide a new environment within which you can develop almost any application to run on Windows (and possibly in the future on other platforms). Visual Basic .NET (VB.NET) is likely to be a very popular development tool for use with this framework. VB.NET is a .NET compliant language and, as such, has (except for legacy reasons) almost identical technical functionality as the new C# language and Managed Extensions for C++. Using VB.NET, you can develop a dynamic Web page, a component of a distributed application, a database access component, or a classic Windows desktop application.
In order to incorporate Visual Basic into the .NET Framework, a number of new features have been added to it. In fact, the changes are so extensive that VB.NET should be viewed as a new language rather than simply as Visual Basic 7. However, these changes were necessary to give developers the features that they have been asking for: true object orientated programming, easier deployment, better interoperability, and a cohesive environment in which to develop applications.
What does this book cover?
In this book, we cover VB.NET virtually from start to finish: We begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XML, along with investigating the new features in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that will allow you to target the Internet just as easily as the desktop.
This book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime (CLR) and explains the differences between Visual Basic 6 and Visual Basic .NET.
You will learn how to
- Develop applications and components using Visual Studio .NET
- Effectively apply inheritance and interfaces when designing objects and components
- Organize your code using namespaces
- Handle errors using the Try...Catch...Finally structure
- Access data using ADO.NET and bind controls to the underlying data sources
- Create Windows applications and custom Windows controls
- Interoperate with COM and ActiveX components
- Create transactional and queuing components
- Use .NET Remoting to send serialized objects between clients and servers
- Create Windows Services
- Use VB.NET to access information on the Web
- Create and consume Web Services
- Secure your applications and code using the tools provided in the .NET Framework SDK
- Arrange your applications and libraries in assemblies and deploy them using Visual Studio .NET
Who is this book for?
This book is aimed at experienced Visual Basic developers who want to make the transition to VB.NET.
What do you need to use this book?
Although it is possible to create VB.NET applications using the command lines tools contained in the .NET Framework SDK, you will need Visual Studio .NET (Professional or higher), which includes the .NET Framework SDK, to use this book to the full.
Here are some additional notes on what you may need:
- Some chapters make use of SQL Server 2000. However, you can also run the example code using MSDE (Microsoft Data Engine), which ships with Visual Studio .NET.
- Several chapters make use of Internet Information Services (IIS). IIS ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default.
- Chapter 18 makes use of MSMQ to work with queued transactions. MSMQ ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default.
Customer Reviews:
Neither a good learning tool nor a good reference........2005-07-23
This book has disappointed me one too many times so I'm going to finally write the review I've been wanting to. I keep trying to use this book and it keeps leaving me short. Sometimes in the examples the author tells you to do something obscure but then he doesn't tell you how to do it. The coverage lacks depth and detail.
I am an experienced VB programmer but I got this book to help me convert to .Net. It has been a big disappointment. Some of the topics I needed help with were not covered. Most of the ones that were covered were sketchy.
Fortunately, I picked up a Special Edition of "Using Visual Basic .Net" from Que which typically saves my bacon.
What you need to develop a professional application.......2004-05-13
I`m really happy that I've purchased this book.
Actualy I`m a self-learned VB 6 programmer; after having finished about how to program VB.NET, I wanted to learn more about the infrastructure of the .Net framework & also how to use professional tricks to increase the performance of my applincations.
I found this book helpful on the way to achieve the above goals.
You can consider it as a MUST HAVE BOOK for a professional VB developer.
nice and clear to the point........2004-04-07
This is not a book for beginners who are new to VB world. This book explains the differences (improvements) from VB6.0 to VB.NET. In addition, it has a few chapters that explain the Object Oriented concept in a well-organized fashion. This book is a good investment for anyone who is looking to move into the VB.NET world.
Unprofessional VB.NET.......2004-03-24
Good book if you want to find how to apply VB.NET in different areas. BUT if you want to know VB.NET itself, don't waste your time, it should be the last book in your list.
Professional VB.Net.......2003-05-17
The .Net platform has undoubtedly revolutionized the world of software development, whether web based or traditional windows. Professional VB.Net like other WROX books (pardon my bias) does complete justice to the subject matter, explaining every nuance and subtlety with the typical lucidness that WROX books have been come to be known for. I used this book to pass the 70-305 certification exam. Great book for learning the language and the .Net platform.
Amazon.com
Written especially for those readers coming to VB.NET from an earlier version of Visual Basic, VB.NET in a Nutshell offers a quick language tour as well as a nicely thorough reference to all standard VB objects, methods, and properties. Even if you are a raw beginner, this concise reference is really all you need to get onboard with the new version of the world's most popular programming language.
The first sections of this text zero in on what's new and different in VB.NET. From the basics of the language, centering on data types and object-oriented features, this quick-start guide highlights essential language features that every VB.NET programmer needs to know. There's also material here on the underlying .NET framework, from deployment basics (like .NET assemblies) to built-in namespaces. Coverage of delegates and event handling shows how to process events. The substantially different exception handling model of VB.NET is contrasted with the older ways of handling errors.
The heart of this title has to be its reference material (over 400 pages), primarily on the built-in core VB classes in the new .NET version. While there were rumors that VB.NET changed VB completely, this material should reassure you. By providing APIs that resemble older versions, VB programmers still can leverage common string, date, and time and other functions. Every object, method, and property is described, along with sample code, and differences with VB6. A standout here are "gotchas" when using the new APIs compared to VB6. Besides objects and APIs, there is also coverage of language keywords (for logical, looping, and branching statements), too.
The book closes with several useful reference sections, one of which details all the new features to be found in VB.NET. This is almost a must-read for anyone facing the new VB.NET for the first time. Another appendix here lists VB.NET language APIs. While it's true that you can use many languages with .NET, VB.NET Language in a Nutshell covers the APIs that will give VB.NET its real flavor as a new programming language. Both a quick-start guide and a worthwhile reference to use everyday at your desk, this title is a great way to start using VB.NET in real projects quickly. --Richard Dragan
Topics covered:
- Introduction to VB.NET
- Variables and data types (including arrays, collections and parameter, and arguments)
- Object-oriented programming in VB.NET (classes, inheritance, polymorphism and overloading)
- Overview of the .NET Framework
- The Common Language Runtime (CLR)
- Managed execution
- Assemblies and VB.NET
- .NET namespaces (including the system namespace)
- Delegates and events
- Error handling in VB.NET (including exception handling techniques)
- Comprehensive language reference to VB.NET objects
- Methods and properties (including sample code, programming tips/gotchas, VB.NET vs. VB6 differences)
- Reference to what's new in VB.NET
- Language elements and operators in VB.NET
- Using the VB.NET command-line compiler
- Unsupported VB 6 language elements
Book Description
With the release of the Microsoft .NET platform comes a new version of Visual Basic dramatically unlike its predecessors. So extensive are the changes, in fact, that some VB programmers argue that Visual Basic .NET is an entirely new programming language. In the updated second edition of this popular book, you will find complete documentation for the Visual Basic .NET language.
Beginning with a brief overview of the language, VB.NET Language in a Nutshell covers basic programming concepts, and introduces the .NET Framework Class Library and programming with attributes. The bulk of the book consists of an alphabetical reference to Visual Basic .NET statements, procedures, functions, and objects. Each entry has a standardized listing containing the following information:
- Its syntax, using standard coding conventions
- Differences in the operation of the keyword in Visual Basic .NET and in VB 6.0
- A list of arguments accepted by the function or procedure
- A description of the data type returned by a function
- The finer points of a language element?s usage that are often omitted from or blurred over by other sources
- Tips and warnings that include undocumented behaviors and practical applications for particular language elements
- An invaluable section for diagnosing or avoiding potential programming problems
- A cross-reference to related keywords
On the CD-ROM (included with print edition of the book) is a plug-in that adds a copy of the book's language reference to the dynamic help within Visual Studio .NET. The plug-in requires any edition of Visual Basic .NET or Visual Studio .NET.
No matter how much experience you have programming with VB, you want this book close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.
Customer Reviews:
Great reference book! .......2005-02-04
I absolutely highly recommend this book.
Having read through several .NET books with no rhyme or reason whatsoever as to how they're put together, I was hoping this book would become a concise _beginning_ point of reference for me.
Boy was I wrong! I use this book constantly. The first week I had it, I referenced it almost daily, and not just for the quick-fix-reminders (in which order do those stupid DateDiff arguments come?). There are nine chapters before the actual reference, which are a veritable tome of information not found anywhere else (at least, not by me). In fact, I'd venture to say that the chapter on OOP should be required reading before you can even download the framework. There are a lot of concepts in that chapter that are required even to build simple apps in ASP.NET (not to mention VB.NET) that in Classic ASP were not necessary.
So, who is VB.NET in a Nutshell good for? The book goes into great detail about the differences between VB 6 and VB.NET: each chapter includes the relevant differences to the topic at hand; and each reference entry includes a section on VB6/VB.NET differences. So if you're looking for a book to ease your transition to the .NET world, this is all you need. If you are new to programming, then you have several chapters on the major concepts, as well as a roughly 450-page section on the VB.NET Language. In fact, on page xi of the preface, it actually says (and I paraphrase): Developers who know Visual Basic; developers who know other programming languages; and developers who are new to programming. Well, shucks, that's pretty much anyone who's reading this review, isn't it?
Stop reading now. Buy it.
I said stop.
A Fair Review.......2004-10-16
This is basically a reference book to VB.NEt Functions.
The book is divided into 2 parts.
Part 1: Gives you A very simplified introduction to VB.NET
and is only 143 small pages.(If you put them together it is only 71 normal page). So do not expect much from this book.
Part 2: about 400 pages is only a reference to the functions.
Button line:
Do not buy this if:
You want to learn VB.NET throughly.
Still I bought it, only because at $2.5(I bought it for that price) it is a good deal for an Index book.
CD not for VS.NET 2003.......2003-06-12
A very handy reference manual. Be aware that the included CD will not integrate the book into Visual Studio.NET 2003.
This is a "In a Nutshell" book.......2003-01-29
I think the book stands up to it's title. It's a quick tour of the VB.NET language for the pro(specially for VB6 users). After i took some courses in VB.NET i was looking for books to read further and this out of many i read has the most clarifying and to the point examples. Certainly has not detailed explanations but that's not it's purpose. It's an overview and i think a bright one.
Another Solid Reference by O'Reilly.......2002-11-26
Let me say this: THIS IS NOT A "HOW TO" BOOK. Aside from that, anyone who is using VB .NET will love and rely on this valuable and well-organized reference. The "In a Nutshell" series by O'Reilly is among the best out there.
Average customer rating:
|
Visual Basic .net Bible, 2nd Edition
Jake Sturm
Manufacturer: John Wiley & Sons Inc
ProductGroup: Book
Binding: Paperback
Programming
| Computers & Internet
| Subjects
| Books
| APIs & Operating Environments
| Algorithms
| C
| Cross-platform Development
| Functional
| Game Programming
| General
| Graphics & Multimedia
| Introductory & Beginning
| Java
| Languages & Tools
| Mobile Phone Programming
| Network Programming
| Software Design, Testing & Engineering
Visual Basic
| Development
| Microsoft
| Computers & Internet
| Subjects
| Books
| .Net
| C#
| C++
| Visual Studio
General
| Software
| Computers & Internet
| Subjects
| Books
General
| Science
| Subjects
| Books
ASIN: 076454411X |
Books:
- Programming WCF Services (Programming)
- Programming WCF Services (Programming)
- Programming Web Services with Perl
- Prototype and Scriptaculous in Action
- Ruby Cookbook (Cookbooks (O'Reilly))
- Sams Teach Yourself C++ in 21 Days (5th Edition) (Sams Teach Yourself)
- Sams Teach Yourself Peoplesoft in 10 Minutes (Sams Teach Yourself)
- Sims 2: Seasons: Prima Official Game Guide (Prima Official Game Guides)
- Smart Home Hacks: Tips & Tools for Automating Your House (Hacks)
- Starting an Online Business For Dummies, 4th Edition
Books Index
Books Home
Recommended Books
- Confessions of an Economic Hit Man
- What Is the What
- Principles of Accounting Ninth Edition Volume Two Chapters 13-27, Custom Publication
- The Complete Bluegrass Banjo Method
- The Strategy-Focused Organization: How Balanced Scorecard Companies Thrive in the New Business Envir
- World Without End
- Thirteen Moons: A Novel
- Accounting and Finance: Cebs Study Manual-Course VI
- The Decline of the Welfare State: Demography and Globalization
- The Short Stories of William Somerset Maugham, Volume III