Advanced Apex Programming For Salesforce.com And Force.com Pdf

Advanced Apex Programming For Salesforce.com And Force.com Pdf 3,9/5 92votes

Amazon.com: Advanced Apex Programming for Salesforce.com and Force.com eBook: Dan Appleman: Kindle Store. Advanced Apex Programming for Salesforce and Force. This book is for advanced Force.com developers and architects who need to understand the Salesforce platform.

As many of you know, I do enjoy writing books. Which is a good thing given that I’ve written quite a few of them. I’m proud of all of my books, but there are a few that fall into a special category – and that includes my latest effort. If you’ve looked at the book market, you’ve probably noticed that a lot of books are very similar. Most subjects offer dozens of competing books that have pretty much the same content. Personally, I’ve always felt that if a good book exists on a particular subject, I shouldn’t waste my time writing another one.

Advanced Apex Programming For Salesforce.com And Force.com Pdf

As a result, most (if not all) of my books have been either unique, or the first one in a given space. For example: my original Visual Basic Programmer’s Guide to the Windows API was the only book for a long time that dared to teach Visual Basic programmers to use the Windows API. My recent book on teaching leadership skills to teens is nothing like anything else on the market. Which brings us to Advanced Apex Programming.

As I mentioned in my previous blog post, I’ve been spending more and more time over the past few years working in Apex – the native language of Salesforce.com. I’ve learned a great deal in the process and well, you know how it is. Sooner or later, if I learn something, I end up writing a book to teach it. In this case, I was astonished to find that nobody has written an advanced Apex book yet. There’s lots of great reference material, a good selection of articles, and plenty of beginner’s texts out there.

But there was no book to help the intermediate developers take the next step, and give the advanced developers something to geek out to. Even the domain, was available! I couldn’t resist. You can read about the book.

I’m as excited about it as I was that original VB Programmer’s guide. As with that book, I think it’s going to help a lot of programmers write a lot of great code and become more successful.

And as an author, hearing from readers that a book I’ve written has helped them build their careers is what really makes it worth the effort. This entry was posted on Sunday, August 5th, 2012 at 10:51 am and is filed under,. You can follow any responses to this entry through the feed. You can, or from your own site. 24 Responses to “Advanced Apex Programming for Salesforce.com and Force.com” • Says: Hello Mr. Appleman, I really appreciate this post.

I was one of those that learned how to use the Windows API from Visual Basic based on your book. It helped me looked like a wizard. I also met you many years ago when your book came out, I believe it was at a VBits conference. I remember after reading your book(s) I had the thought I’d liked to be published one day. Pink Floyd Patch Kurzweil Pc3 there. Interestingly enough, a couple of weeks ago my book came out, “Windows PowerShell for Developers”. Thanks for the education and inspiration.

Doug • Dan Says: Hi Doug: Congratulations on the book. I played around with PowerShell for a while – it’s a very intriguing language. But I didn’t spend enough time with it to become expert enough for it to become part of my daily toolkit. Maybe I need to get your book 🙂 • Says: Thank you. Send me an address or email and I’ll arrange a copy to be sent. Thanks again. Doug • Roshan Sahatiya Says: Hello Dan, I was long awaiting a book on advanced Apex.

Thank You for this. I am based in India; Where do I get this book? Can you please guide for the same?

Kind Regards, Roshan • Dan Says: I think your best source of the book for India at this time would be Amazon.co.uk. It should be less expensive to ship from there than from the U.S.

Dan • Luke Says: Hi, Can you tell me if I can buy a PDF of the book? Somehow I cannot find it anywhere? • admin Says: I do plan to make it available one day on the Kindle and possibly the Nook. But I don’t have time to do the work before Dreamforce. Right now only printed books are available. • Richard Lulenski Says: Hi Dan, I picked this up at Dreamforce.

I’m just getting started with some controller extensions and although the concepts in your book are advanced for me, some of it still makes sense. You explain issues so that I can understand and follow them some, even with my limited knowledge. Much technical literature is, for me, too technical. Do you have a more basic apex book? Hopefully I’ll figure out my current problem, or resort to the Hire On Demand job board.

Thanks so much. • Dan Says: Hi Richard: This is my first Apex book. Thank you for your kind words about the book. I don’t know what I’m going to work on next, but whatever it is would be some time out. If you do go with outside help, I do encourage you to work with someone who will explain clearly to you what they have done – that will help you make progress on your own education, and allow you to support the software going forward. • Alberto Maianti Says: Hi Dan, this book is really really awesome Chapter 7 on going asynchronous is very interesting but I have some difficulties to figure out how implement the solution you propose in batch apex. You only mention that the pattern you show can be used with batch.

Maybe a code example would have been useful. Thanks again • Dan Says: I’m glad you like the book. Could you be more specific as to what you are having difficulty with? I propose a number of variations at the end of chapter 7. • Alberto Maianti Says: Hi Dan, my difficulty is figuring out how to query ApexClass and AsyncApexJob to decide if another job is running. I think a little code snippet in the book could be helpful!

• Dan Says: Sure it would be helpful, but the nature of your question suggests it’s not necessary – your question is how to do something specific in code, not about the design pattern itself. You can get answers to that question easily on Google, StackExchange or the Apex forums.

Or here: Get the class ID using: ApexClass batchClass = [select id, name from apexclass where name = ‘nameoftheclass’]; Get the status using: AsyncApexJob[] activeJobs = [select id from AsyncApexJob where(ApexClassId =:batchClass.Id]; • Eric Says: Hello Dan, I’m Eric working as a Telecom Network Engineer at Qualcomm Incorporated. Recently, I have been asked to do a new project based on cloud computing. I got fair bit of idea on how to work with Salesforce Admin related task like creating objects, fields n relationships etc. But I’m bit worried regarding the Development part because I’m new to programming.

I have studied and executed few programs on C/C++ during my college days. So is knowledge of C/C++ coupled with OOPS concepts sufficient enough to work with your book & start coding in Apex or do I need further additional programming knowledge on Java or.Net to make myself compatible to work with Apex coding? Please guide me through your suggestion. • Dan Says: C++ and understanding of OOPS is a good start.

I strongly recommend my pluralsight course as your next step. Do NOT spend extra time learning Java or.NET – much of what you learn you’ll have to unlearn for Apex. At that point you should be ready for my book. The other Pluralsight courses on Force.com will help you as well, as will the vast amount tutorial/workbook information provided at developer.force.com.

Best of luck! • Eric Says: Thank you for the guidance, Dan.

I’m going through the course link you provided and finding it very helpful in understanding the concepts. As I’m new to programming language, I presume that one need not necessarily have real time developer experience to get comfortable with coding in Apex. • Chinmaya Tripathy Says: Hi Dan, I have completed both Salesforce Developer & Admin Certification and Currently working in a Salesforce Implementation project. I have started preparation for advance developer certification. Will this book help me in achieving the same. Please guide me. • Dan Says: This book is not a certification guide, but it will help you become a better Apex developer.

So, what you’re really asking is, will becoming a better Apex developer help you to become certified • Harish Says: Hello Dan, I am a Admin/Business Analyst and interested in taking up developing. But I have no developing back ground.

Do you recommend me to do Force.com Fundamentals before starting Advanced Apex? Harish • Dan Says: Either Force.com fundamentals, or a beginning programming course. You might check out sfdc99. The Legend Of Zelda Ocarina Of Time Gc Iso Maker on this page. com – it’s a great resource for those just starting out with Apex development. • rodolfo Says: Hi Dan, This book is only available on paperback o I can buy it on e-book presentarion and where, thanks. Regards, • Dan Says: The book is available on Amazon (Kindle format – which can be read on any computer or device, not just Kindles) from all local Amazon stores.

See advancedapex.com • Sam Says: Hi, I want to read this book, it you could mail me the copy it would be great. Book: Advanced Apex programming Regards, Sam • Dan Says: Hi Sam: I know it may seem strange, but writing a book is a lot of work.

And while in the ideal world I would be able to spend all my time doing that work for free, fate is such that I need to eat, pay for housing, and so on. The only way I can justify the time to write books is to get paid for the work. The book is available worldwide on Amazon kindle at a very reasonable price (much lower than most technical books). The print book is also, I think, very reasonably priced for the value of the content. Leave a Reply Comments are moderated - allow 24-48 hours for your comment to appear. Name (required) Mail (will not be published) (required) Website.

Beyond the Force.com documentation Advanced Apex Programming for Salesforce.com and Force.com is neither a tutorial nor a book for beginners. Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off.

Instead of trying to cover all of Beyond the Force.com documentation Advanced Apex Programming for Salesforce.com and Force.com is neither a tutorial nor a book for beginners. Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package.

And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.