



Full description not available
A**N
Great book for the functional AX folks who wants to step into AX development
This is a great book for functional AX folks who wants to step into AX development but it is a little short on the developers who wants to learn about AX development. As it can be understood from it`s title it just gets you started in this area. For more information, official AX development manuals are needed since they are over 1000+ pages. It is well put together and starts with a little bit of general information about AX and then gets complicated with AOT and X++. It really summarizes how the different modules interact with each other in a functional way so the developers can understand the work-flow in AX better. I think this is a very key point that the official dev. manuals are missing. ERD`s really helps developers to understand and visualize the lay-out in AX in a time efficient way. The book starts developing a car rental application and walks you through necessary steps. I think this is a great idea and something can be used in real life. It includes creating tables, forms, queries, reports and menu's basically all the information to create a basic module from scratch.In my opinion in some areas, the book is over-focused on unnecessary things like export/import and missing some other key elements where the official manuals come into play.The codes that are provided seemed pretty accurate excluding the typos. I think the editor could do a better job on this rather than using word spelling check.Overall, I am giving this book 4 stars. The reason I am giving 4 stars is that some of the information is kind of outdated. The book got stuck into 4.0 version and did not consider the improvements in 2009. Since the new version is coming out soon, some of the information is going to be useless. It is still a good starting point for the functional consultants who want to get an overall idea about the development world without going too much into detail. I would still recommend the official devI-II-III-IV manuals for the technical folks if you have access to them. This book might be a little shorthanded for the developers.
M**N
If you are new to AX development - start here!
This is an excellent book for getting started with AX. The book's language is straight forward and simple, so you don't need a computer science education to reap the gold nuggets buried inside.The first half of the book is a case study of a step-by-step implementation of a car rental application. This is a great idea, as these steps take you through many areas of AX development, and on the way introduces you to most of the building blocks of X++. The approach used is to jump straight into the action, without spending many words on background information, which quite impressively doesn't make the material harder to grasp, but rather makes the book a pleasant and easy read. The book is full of source code examples and screenshots, which will make it easy for you to follow the same steps in your own AX installation.The second half of the book is a collection of standalone chapters. I particularly liked the chapter on integration with various AX modules. This chapter provides a 10,000 feet overview of the main modules in AX, such as GL, AR, AP and Inventory. Further it provides code samples on how common customizations can be implemented.There are two kinds of books. Those that struggle to reach the final page count by cutting the original manuscript, and those that struggle to produce enough pages to justify calling it a book. (Something similar is true for sauces). This book is of the latter kind, which is a shame. Important information even for beginners is missing in critical places; whereas plenty of pages are spent on low value information. For example, the book contains a 10 page source dump of an data export/import feature the author has implemented - not because the one already in AX isn't good enough, but simply because he could.The vital information that is missing is the primary reason I cannot give this book 5 stars. Here are some examples: In the same chapter the book explains the benefits (speed) of using set-based data base operations, and the powers of overriding table trigger methods like insert() and update() - but the book forgets to mention that overriding such a method will reduce all set-based operations to row-by-row operations on the AOS (incredibly slow in comparison). This cause and effect is one of the typical reasons AX customers are having performance problems. Similarly the book explains the concurrency model of AX4 (pessimistic) and not the concurrency model of AX2009 (optimistic). Another important topic not covered is how to develop a 3 tier application - without such information it is hard to write an application that scales beyond a few users.It is clear that the author has worked with AX for a long time. Some of the information provided is outdated in AX2009. For example, the chapter on how to create a web service in AX explains all the hassle you had to go through in AX4, instead of explaining how simple the same could be achieved in AX2009 using the Services node in the AOT. The same is true for the [...] examples that use the AX4 way of talking to AX, instead of using the automatically generated proxies available in AX2009, which are much simpler to use - and much more reliable.Finally, the technical accuracy of the book is high - it rarely state something that is wrong, but often omits what I believe is critical information. So kudos to the author. However; the editors of the book didn't do a very good job. The book is full of typos, double words, poorly phrased sentences and what appears to be copy-paste errors. And I do mean full - I spotted one on almost every other page. It is clear that no one took the time to read the book end-2-end before printing it. For example, the appendix with useful web links has half of the URLs wrong - they are duplicates from the previous page and don't match the description at all.I'm giving this book a 4 out of 5 star rating, because it does deliver what it promises: A quick start on developing in AX without providing too much background information.
P**K
Living up to the title; It will get you started with AX 2009 development
I would have loved having this book when I started developing in Microsoft Dynamics AX. Even though it covers a lot of ground, in relatively few pages, you will gain the knowledge to begin writing sound modifications and solutions with Dynamics AX.Along with basic knowledge about the architecture, concepts and tools, you'll find plenty of good code examples to illustrate the explained topics. Even as an experienced AX developer you'll find either information that is useful for later reference or simply neat pieces of sample code for your code repository.I wouldn't recommend the book as your only source of information on AX development though. After reading, working a bit with AX and getting some experience, it would be only be naturally to go on an read " Inside Microsoft Dynamics AX 2009 " to get to the next level of knowledge.I miss more in-depth coverage of the different topics and I miss a chapter about workflow in Dynamics AX. Also a few word on the unit test framework might have been in place.As this is a "Getting Started" book, I must recommend it as being worth the money.
Trustpilot
1 month ago
2 days ago